Get Started With SST
SST is a framework that makes it easy to build serverless apps. It features:
- A Live Lambda Development environment
- A web based dashboard to manage your apps
- Support for setting breakpoints and debugging in VS Code
- Higher-level constructs designed specifically for serverless apps
- Zero-config support for JS and TS (using esbuild), Go, Python, C#, and F#
Read the docs
Read our friendly docs and learn more about how SST works.
View the examples
Check out a list of example serverless apps built with SST.
Follow the guide
Follow along step-by-step with our SST Guide.
Quick start
# Create a new SST app
npm init sst
cd my-sst-app
npm i
# Start Live Lambda Dev
npm start
# Open the SST Console
open console.sst.dev
# Deploy to prod
npx sst deploy --stage prod
Join our community
Discord
Join us on Discord and chat with other folks in the community.
YouTube
Subscribe to our channel and watch tutorials, screencasts, and livestreams.
Follow us on Twitter and stay up to date on the latest news and announcements.
GitHub
Star and watch our repo to be notified on releases and roadmap updates.