Introduction
SST is a framework that makes it easy to build full-stack 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#
# Create a new SST app
npx create-sst@latest my-sst-app
cd my-sst-app
npm i
# Start Live Lambda Dev
npx sst start
# Open the SST Console
open console.serverless-stack.com
# Deploy to prod
npx sst deploy --stage prod
Follow the tutorial
Follow our simple tutorial and learn about how SST works.
View the examples
Check out a list of example serverless apps built with SST.
Read the guide
Learn how to build a full-stack serverless app with SST.
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.