Introduction
Welcome to the DevStack documentation. DevStack is a cloud-native development platform designed to simplify the lifecycle of building and deploying high-performance applications to the global edge.
Cloud at Edge
Deploy your logic instantly across 150+ edge nodes.
Zero Trust
Built-in security isolation at the hardware level.
Installation
DevStack CLI is the primary way to interact with the platform. You can install it using your favorite package manager.
# Install using NPM
npm install -g @devstack/cli
# Install using Brew
brew install devstack
Quickstart
Once installed, you can initialize a new project and deploy it to the global edge with just a few commands.
1
Login to your account
devstack login
2
Initialize project
devstack init my-awesome-app
3
Deploy at scale
devstack deploy