Serverless Stack

A framework that makes it easy to build serverless apps

README

SST


sst


SST makes it easy to build modern full-stack applications on AWS. Watch the [SST in 100 seconds](https://youtu.be/JY_d0vf-rfw) video to learn more.

  1. ```bash
  2. $ npx create-sst@latest
  3. ```

Pick your frontend


Deploy Next.js, Svelte, Remix, Astro, Solid, or any static site to AWS.

- [Next.js](https://docs.sst.dev/start/nextjs)
- [Svelte](https://docs.sst.dev/start/svelte)
- [Remix](https://docs.sst.dev/start/remix)
- [Astro](https://docs.sst.dev/start/astro)
- [Solid](https://docs.sst.dev/start/solid)

Add any feature


SST gives you the full power of AWS. Making it easy to add any feature to your product.

- File uploads — Allow your users to upload files to S3.
- Auth — Authenticate your users through any auth provider.
- Events — Run tasks after your app has returned to your user.
- Databases — Use a serverless SQL or NoSQL database to power your app.
- Jobs — Run cron jobs or long running jobs powered by serverless functions.
- APIs — Add a dedicated serverless REST, GraphQL, or WebSocket API to your app.

Collaborate with your team


Finally, you can git push to deploy using [_Seed_](https://seed.run), a service built by the team behind SST. And you can work on your apps together with your team with automatic preview environments.


Join our community Discord | YouTube | Twitter | Contribute