Deployment
Deploy your app to production with a single click. AppsAI handles the infrastructure so you can focus on building.
How Deployment Works
AppsAI projects have two parts that can be deployed separately or together:
Frontend
Your Next.js app — pages, components, and styles. Deployed to CloudFront CDN for fast global delivery.
Backend
Your Parse Server with cloud functions. Runs on scalable infrastructure with automatic load balancing.
Deploying Your App
To deploy, use the chat or click the Deploy button:
Deploy everything
"Deploy my app"
Deploy just frontend
"Deploy the frontend"
Deploy just backend
"Deploy the backend"
What Happens During Deployment
- 1
Build
Your code is compiled and optimized for production.
- 2
Upload
Built files are uploaded to AWS infrastructure.
- 3
Distribute
Content is distributed globally via CDN for fast access.
- 4
Live
Your app is live and accessible via your deployment URL.
Your Deployment URLs
Every deployment gets a unique URL:
Frontend:
https://your-project-id.appsai.com
Backend:
https://your-project-id.appsai.com/server
You can also connect a custom domain. See Custom Domains.
What's Included
- Global CDN for fast page loads worldwide
- Automatic SSL certificates (HTTPS)
- Zero-downtime deployments
- Automatic scaling based on traffic
- DDoS protection