Skip to main content

Deployment Options

OptionBest ForPlans
Managed Cloud (default)Agencies that want zero infrastructure managementAll plans
Vercel / NetlifyEngineering teams that want CI/CD controlAll plans
Self-HostedEnterprises with strict data residency requirementsScale only

Managed Cloud

The default and easiest option. When you sign up for Nextoria Hub, your workspace is hosted on Nextoria Hub’s infrastructure. You don’t need to manage servers, databases, CDN, or SSL. Infrastructure highlights:
  • Hosted on AWS (us-east-1 and eu-west-1)
  • 99.99% uptime SLA (Scale plan)
  • Automatic backups every 6 hours with 30-day retention
  • CDN-accelerated static assets
  • DDoS protection via Cloudflare

Deploying to Vercel

For teams that want to run their own fork of Nextoria Hub on Vercel:
1

Fork the repository

Fork github.com/AymanSdk/nexthub-agency-os to your GitHub organization.
2

Import to Vercel

Go to vercel.com/new, import your fork, and set the framework preset to Vite.
3

Configure environment variables

In your Vercel project settings, add all required environment variables (see Installation).
4

Deploy

Click Deploy. Vercel builds from bun build and serves the dist/ output. Subsequent pushes to main trigger automatic redeployments.

Vercel Build Settings

SettingValue
Build Commandbun build
Output Directorydist
Install Commandbun install
Node.js Version20.x

Next Steps

For managed cloud support or assisted deployment, contact support@nextoriahub.com.