Next.js on Nept
Deploy Next.js on Nept
nept deploy, then serves it globally with custom domains, managed databases, environment variables, and live logs.GitHub deployment
Connect a repository and Nept builds and deploys your Next.js app on every push.
CLI deployment
Run nept deploy from your terminal or CI to ship a build without leaving the shell.
SSR, ISR, and edge runtime
Server-rendered routes, incremental static regeneration, and edge functions are all supported.
Custom domains
Attach your own domain with automatic HTTPS certificates in a few clicks.
Managed databases
Provision a Postgres database next to your Next.js app and connect over a private URL.
Deployment logs
Live build and runtime logs to debug Next.js builds, API routes, and server components.
Everything Next.js needs
- App Router and Pages Router
- Server Components and Server Actions
- API routes and Route Handlers
- Middleware and rewrites
- Environment variables per environment
- Automatic scaling under load
Documentation
Frequently asked questions
Does Nept support the Next.js App Router?
Yes. Nept runs Next.js exactly as the framework ships, including App Router, Server Components, Server Actions, Route Handlers, and middleware.
How do I deploy a Next.js app from GitHub?
Connect your GitHub repository, pick a branch, and Nept will build and deploy your Next.js app on every push. See the GitHub deployments guide for details.
Can I use environment variables?
Yes. Configure per-project and per-environment variables from the dashboard or CLI and reference them from your Next.js runtime.
Ready to ship?
Deploy your first project in minutes. GitHub, CLI, or Docker — your choice.