Product Hunt logo dark
  • Launches
    Coming soon
    Upcoming launches to watch
    Launch archive
    Most-loved launches by the community
    Launch Guide
    Checklists and pro tips for launching
  • Products
  • News
    Newsletter
    The best of Product Hunt, every day
    Stories
    Tech news, interviews, and tips from makers
    Changelog
    New Product Hunt features and releases
  • Forums
    Forums
    Ask questions, find support, and connect
    Streaks
    The most active community members
    Events
    Meet others online and in-person
  • Advertise
Subscribe
Sign in
Subscribe
Sign in

SST

Work on your serverless apps live

5.0
•8 reviews•

24 followers

Work on your serverless apps live

5.0
•8 reviews•

24 followers

Visit website
Databases and backend frameworks
SST (Serverless Stack) is a framework that makes it easy to build serverless apps. It features: -- - A Live Lambda Development environment - Zero-config support for ES and TypeScript - Higher-level constructs designed for serverless
  • Overview
  • Launches1
  • Reviews8
  • Alternatives
  • Team
  • More
Company Info
github.com/serverless-stack/serverless-stackGitHub
SST Info
Launched in 2021View 1 launch
Forum
p/sst
  • Blog
  • •
  • Newsletter
  • •
  • Questions
  • •
  • Forums
  • •
  • Product Categories
  • •
  • Apps
  • •
  • About
  • •
  • FAQ
  • •
  • Terms
  • •
  • Privacy and Cookies
  • •
  • X.com
  • •
  • Facebook
  • •
  • Instagram
  • •
  • LinkedIn
  • •
  • YouTube
  • •
  • Advertise
© 2025 Product Hunt
SocialX

Similar Products

Serverless
Serverless
Zero-friction serverless development tools
4.8(20 reviews)
AI Coding AssistantsDatabases and backend frameworks
Webiny
Webiny
Enterprise CMS+
4.5(4 reviews)
Website buildersContent Management Systems
School of Kubernetes
100% free K8s courses to make you a Kubernetes pro
4.8(4 reviews)
Serverless Stack
Step-by-step tutorials for creating serverless React.js apps
5.0(1 review)
BUIDL
BUIDL
Create complete DApps in minutes on your browser.
View more
SST gallery image
SST gallery image
SST gallery image
Launch tags:
Open Source•Software Engineering•Developer Tools
Launch Team
Michael SeibelFrank WangJay V

What do you think? …

Jay V
Jay V

Serverless Stack

Maker
Hi Product Hunt, We are Jay and Frank and we are building SST. We've been serverless community members and builders since 2016. We had originally created Serverless Stack (https://serverless-stack.com) as a guide for building serverless apps. Over the years we noticed that our readers had a really hard time testing and debugging their Lambda functions. And there aren't any good solutions out there. For some background, there are two main approaches to local Lambda development. 1) Locally mock all the services that your Lambda function uses. So if your Lambda functions are invoked by an API endpoint, you'll run a local server mocking the API. However, if your Lambda functions are invoked asynchronously or need authentication, it becomes really hard to set this up. 2) You'll need to redeploy your changes to test them. You'll make a change to a Lambda function, deploy that specific function, trigger your workflow, and wait for CloudWatch logs to show your debug messages. This can take a couple of minutes and can be really painful. So we created SST. The `sst start` command deploys your serverless app and deploys a small _debug_ stack (a WebSocket API and DynamoDB table) along with it. It'll then stream any Lambda invocations to your local client, run them locally, and send back the results. This means that you can make changes to your Lambda functions and test them live! It supports all the Lambda function triggers, without having to mock anything. Debug logs are printed right away to your local console. And there are no third-party services involved. You can read more about SST over on our docs (https://docs.serverless-stack.com) and check out some examples (https://serverless-stack.com/exa...). Thank you for reading about our project. We'll appreciate it if you took it for a spin and gave us some feedback.
Report
4yr ago
Pål Brattberg
Pål Brattberg
I love what the team has done here! The live-development workflow is a game changer for me! Moving away from Serverless Framework to SST currently! Awesome support on Slack from the team as well! 👏
Report
4yr ago
Jay V
Jay V

Serverless Stack

Maker
@pal Thank you for the kind words Pal! And really appreciate your support!
Report
4yr ago
Devin Ford
Devin Ford
I’ve recently began using the tutorial written by your team to learn your stack, and I love how easy it is to get up and running. I have to start doing some backend coding at my job, and our backend lead used serverless-stack to set everything up and he has nothing but amazing things to say about it. So far it’s been a great experience and the learning curve isn’t bad at all. Great work! Look forward to using it on future projects as well!
Report
4yr ago
Jay V
Jay V

Serverless Stack

Maker
@devindford Thanks Devin! I'm glad that it's been working well for you and your team!
Report
4yr ago
Appwrite
Appwrite — The open-source Vercel alternative
The open-source Vercel alternative
Promoted

Do you use SST?

5.0
Based on 8 reviews
Review SST?

SST is highly praised for simplifying serverless app development, particularly on AWS. Users appreciate its ease of use, flexibility, and the ability to quickly spin up services. Maker reviews highlight its superiority over AWS CloudFormation and CDK, with Ruby and Fireside noting its efficiency and ease in creating necessary primitives. AI Command Bar users commend its fast deployment speed and effective logging console. Overall, SST is valued for enhancing development speed and reducing complexity.

Pascal LohscheidtVaibhav GuptaRavi Bhankharia
+5
Summarized with AI
Reviews
All Reviews
Helpful

You might also like

Serverless
Serverless
Zero-friction serverless development tools
Webiny
Webiny
Enterprise CMS+
School of Kubernetes
100% free K8s courses to make you a Kubernetes pro
Serverless Stack
Step-by-step tutorials for creating serverless React.js apps
BUIDL
BUIDL
Create complete DApps in minutes on your browser.
Faasly
Faasly
Find and fix the root cause of serverless production issues
View more
AI Command Bar
Pascal Lohscheidt
Pascal Lohscheidt
used SST to buildAI Command BarAI Command Bar
(299 points)
SST was a game changer in IAC. I mean I have been through pulumi and AWS CDK and I love the idea of typesafe IAC in a real programming language. But the deployment speed of CDK and others is quite slow. So I was able to 10 fold my iteration speed with SST. I also liket the console for logging!
Report
4mo ago
wrapped.dev
Vaibhav Gupta
Vaibhav Gupta
used SST to buildwrapped.devwrapped.dev
(196 points)
Actual AI's backend is all hosted with SST - it is just incredible
Report
7mo ago
Fireside
Ravi Bhankharia
Ravi Bhankharia
used SST to buildFiresideFireside
(313 points)
I generally use AWS for all of my infrastructure needs but I hate messing with CloudFormation. CDK was nice but was also a bit cumbersome to get right. SST is CDK but on steroids. They make it super easy to create the primitives you need to GSD, without worrying that much about the specifics. And if you ever need to get in the weeds, you can create your own CDK constructs to do so.
Report
9mo ago