- Vercel offers first-class support and mirrors the setup used for our internal previews.
- Render, Fly.io, and traditional container platforms work by running
npm run startafter setting the required environment variables. - Docker images can reuse the
Dockerfile.devscaffold in the repository as a starting point.
Deployment
Hosting Options
Choose a platform for running the project-mode Next.js app.
The Starter Kit is a standard Next.js 15 application, so it deploys anywhere that supports Node.js 18+ or containerized workloads:

