Deployment Options
| Option | Best For | Plans |
|---|---|---|
| Managed Cloud (default) | Agencies that want zero infrastructure management | All plans |
| Vercel / Netlify | Engineering teams that want CI/CD control | All plans |
| Self-Hosted | Enterprises with strict data residency requirements | Scale 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:Fork the repository
Fork
github.com/AymanSdk/nexthub-agency-os
to your GitHub organization.
Import to Vercel
Go to vercel.com/new, import your fork, and set
the framework preset to Vite.
Configure environment variables
In your Vercel project settings, add all required environment variables (see
Installation).
Vercel Build Settings
| Setting | Value |
|---|---|
| Build Command | bun build |
| Output Directory | dist |
| Install Command | bun install |
| Node.js Version | 20.x |
Next Steps
- Self-Hosted Deployment — Docker + Kubernetes setup for full infrastructure control
- Custom Domain — Configure your agency domain and SSL
For managed cloud support or assisted deployment, contact
support@nextoriahub.com.