Build full-stack apps on your own infrastructure.
For JavaScript projects, install SST locally so the CLI version is tracked with your app. You can then run the CLI with the same package manager.
npm install sst
# pnpm add sst
# bun add sst
# yarn add sstIf you are not using JavaScript, you can install the CLI globally.
curl -fsSL https://sst.dev/install | bashTo install a specific version.
curl -fsSL https://sst.dev/install | VERSION=0.0.403 bashTo use a package manager, check out our docs.
Download the pre-compiled binaries from the releases page and copy to the desired location.
Get started with your favorite framework:
Learn more about some of the key concepts:
Here's how you can contribute:
- Help us improve our docs
- Find a bug? Open an issue
- Feature request? Submit a PR
Run bun run setup. You need Go and Bun installed.
Now you can run the CLI locally on any of the examples/ apps.
cd examples/aws-api
go run ../../cmd/sst <command>If you want to build the CLI binary, run bun run build:cli. This will create a sst binary that you can use.
For building the docs, run bun run docs:generate and bun run docs:dev.