Ecosyste.ms: Awesome
An open API service indexing awesome lists of open source software.
https://github.com/sst/sst
SST v2
https://github.com/sst/sst
aws cdk csharp golang javascript lambda nextjs python reactjs serverless serverless-stack sst typescript
Last synced: 7 days ago
JSON representation
SST v2
- Host: GitHub
- URL: https://github.com/sst/sst
- Owner: sst
- License: mit
- Created: 2020-08-04T20:28:14.000Z (over 4 years ago)
- Default Branch: master
- Last Pushed: 2024-10-09T20:48:49.000Z (26 days ago)
- Last Synced: 2024-10-15T12:05:25.119Z (20 days ago)
- Topics: aws, cdk, csharp, golang, javascript, lambda, nextjs, python, reactjs, serverless, serverless-stack, sst, typescript
- Language: TypeScript
- Homepage: https://v2.sst.dev
- Size: 92.5 MB
- Stars: 21,546
- Watchers: 312
- Forks: 1,630
- Open Issues: 838
-
Metadata Files:
- Readme: README.md
- Contributing: CONTRIBUTING.md
- License: LICENSE
Awesome Lists containing this project
- awesome - sst/sst - Build full-stack apps on your own infrastructure. (TypeScript)
- awesome - sst/sst - SST v2 (TypeScript)
- StarryDivineSky - sst/sst
README
---
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.
```bash
$ npx create-sst@latest
```> For v2 docs, head over to [v2.sst.dev](https://v2.sst.dev)
### 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](https://docs.sst.dev/file-uploads) — Allow your users to upload files to S3.
- [Auth](https://docs.sst.dev/auth) — Authenticate your users through any auth provider.
- [Events](https://docs.sst.dev/events) — Run tasks after your app has returned to your user.
- [Databases](https://docs.sst.dev/databases) — Use a serverless SQL or NoSQL database to power your app.
- [Jobs](https://docs.sst.dev/cron-jobs) — Run cron jobs or long running jobs powered by serverless functions.
- [APIs](https://docs.sst.dev/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](https://sst.dev/discord) | [YouTube](https://www.youtube.com/c/sst-dev) | [Twitter](https://twitter.com/SST_dev) | [Contribute](CONTRIBUTING.md)