Next.js is the React framework for production. Deploy it on your own server with full SSR, API routes, and middleware — no Vercel lock-in, no usage-based billing surprises.
Vercel makes it easy until the bill arrives. Self-hosting is powerful but painful to set up.
Recommended plan for Next.js
Make sure your package.json has "build": "next build" and "start": "next start". InstaPods runs npm install, then npm run build, then npm start.
For smaller deploys, add output: "standalone" to next.config.js. InstaPods works with both standalone and default output modes.
next build can be memory-hungry. The Build plan (1 GB RAM) handles most projects. For large apps with many pages, use Grow (2 GB).
One command. Real server. HTTPS included. No DevOps degree required.
Get Started