Deploy Next.js on CreateOS
Deploy Next.js applications with App Router or Pages Router support, automatic SSR/SSG detection, and Edge runtime compatibility.
How to Deploy
1
Connect your repository
Link your GitHub repository containing your Next.js project. CreateOS auto-detects the framework.
2
Configure build settings
CreateOS automatically detects your Next.js version and configures optimal build settings. Customize if needed.
3
Set environment variables
Add any environment variables your app needs (API keys, database URLs, etc.).
4
Deploy
Click deploy and your Next.js app goes live with automatic SSL, CDN, and scaling.
Features
App Router & Pages Router support
Automatic SSR/SSG detection
Edge runtime compatible
Image optimization built-in
API routes support
Middleware support
Default Commands
Build command:
npm run buildRun command:
npm start