Sst screenshot

Sst

Author Avatar Theme by Sst
Updated: 24 May 2025
23681 Stars

Build full-stack apps on your own infrastructure.

Categories

Overview:

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.

Features:

  • Deployment Options: Deploy Next.js, Svelte, Remix, Astro, Solid, or any static site to AWS.
  • Feature Addition: Easily add features like file uploads, authentication, event triggers, databases, jobs, and APIs to your application.
  • Collaboration: Work with your team members on apps with automatic preview environments.

Installation:

To install SST, follow these steps:

  1. Run the following command to install the package:
npm install @serverless-stack/resources
  1. Set up your AWS credentials by running:
SST env add --profile prod
  1. Create and deploy a new project with:
npx create-serverless-stack@latest my-sst-app
cd my-sst-app
sst start

Summary:

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.