Build full-stack apps on your own infrastructure.
SST offers a platform to easily create modern full-stack applications on AWS. Users can deploy various frontend technologies like Next.js, Svelte, Remix, Astro, and Solid to AWS. Additionally, SST enables adding various features like file uploads to S3, authentication through any provider, running tasks post-app return, using serverless databases, running cron jobs, and creating APIs. Collaboration and deployment can be done seamlessly using the service.
To install SST, follow these steps:
npm install @serverless-stack/resources
SST env add --profile prod
npx create-serverless-stack@latest my-sst-app
cd my-sst-app
sst start
SST offers a comprehensive solution for building full-stack applications on AWS. It simplifies deployment of various front-end technologies, enables easy inclusion of features, and facilitates collaboration within teams. With its focus on AWS integrations, SST streamlines the development process, making it an efficient tool for modern application development.