Projects

A project in Serverize is the primary unit for organizing your deployments. It acts as a workspace for a specific service, website, or API that you intend to deploy. Each project must have a unique name within an organization, which is incorporated into your deployment URLs.

Project Structure

Organization
└── Workspaces
└── Projects
├── Channels (dev, preview)
│ └── Releases
└── Runtime Secrets

Project Name

Project name should be short, descriptive and easy to remember (e.g., ‘api’, ‘marketing’)

CLI

Creating Projects

npx serverize projects create my-awesome-app

List Projects

npx serverize projects list