DocsGetting Started
Introduction
Welcome to nept. We provide the infrastructure for the modern web—fast, serverless, and secure by default. Designed for developers who want to ship without friction.
Global Edge
Deploy instantly to 35+ regions worldwide.
Serverless
Zero config scaling. Pay only for what you use.
Quickstart 5 min
Initialize a new project using our CLI tool. This sets up the necessary configuration and scaffold.
terminal
➜npm install -g nept-cli
➜nept login
➜nept init my-app
Project Structure
Nept automatically detects your framework. However, a nept.json configuration file gives you granular control.
nept.json
├─ "name": "my-app"
├─ "region": "us-east-1"
└─ "build": { "cmd": "npm run build" }
CLI Reference
| Command | Description | Usage |
|---|---|---|
| nept login | Authenticate with your account | $ nept login |
| nept deploy | Deploy the current directory | $ nept deploy --prod |
| nept logs | Stream runtime logs | $ nept logs -f |
Last updated on Jan 16, 2026
Have feedback? Edit this page on GitHub