
The serverless framework
AWS & TypeScript with end-to-end type safety and contracts from your database to the client and the client to your database.
GitHub Repo to see the code!

Why you ask?
You don’t need Vercel or Netlify, you’ve got AWS & SST! I would recommend Turso or Supabase for your data needs. Other databases you can use are AWS RDS or a Lightsail database instance.
What’s all this for?
- Shared code configurations and checks
- Fast, safe, and easy deployments
- From code to cloud - Safe, fast, and efficient
- Cloud monitoring with AWS
The reading
Learn more about SST
Learn more about the create-t3-app
Create T3 Turbo monorepo ← SST3 is a recipe of this monorepo and SST
The Frameworks
- SST - the serverless framework for AWS
- middy - for AWS Lambda middleware
- Drizzle ORM - work with data from a database
- tRPC - transport from server to client and back
- zod - all data shape validation
- drizzle-zod - validating shapes from the client to the database
- react-query - for application data fetching & state management