The Starter Kit is a standard Next.js 15 application, so it deploys anywhere that supports Node.js 18+ or containerized workloads:Documentation Index
Fetch the complete documentation index at: https://devkit4ai.com/docs/llms.txt
Use this file to discover all available pages before exploring further.
- 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.

