Skip to content

Latest commit

 

History

History
177 lines (158 loc) · 4.43 KB

index.md

File metadata and controls

177 lines (158 loc) · 4.43 KB
title sidebar_label hide_table_of_contents description pagination_prev pagination_next
Docs
Home
true
SST makes it easy to build modern full-stack applications on AWS.

import styles from "./about.module.css"; import useBaseUrl from "@docusaurus/useBaseUrl";


Get Started

Start with a standalone SST project. And add any frontend you like.

  • Create a standalone SST app, add any frontend to it, and deploy it to AWS.

Pick Your Frontend

Start with a Next.js, Svelte, Remix, Astro, or Solid app and deploy it to AWS with SST.

  • Next.js

    Create and deploy a serverless Next.js app to AWS with SST.

  • Svelte

    Create and deploy a serverless SvelteKit app to AWS with SST.

  • Remix

    Create and deploy a serverless Remix app to AWS with SST.

  • Astro

    Create and deploy an serverless Astro site to AWS with SST.

  • Solid

    Create and deploy a serverless SolidStart app to AWS with SST.

:::tip Learn more Watch the SST in 100 seconds video to learn more. :::

Add Any Feature

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

  • Use a serverless SQL or NoSQL database to power your app.

  • Add a dedicated REST or GraphQL API to your app.

  • Authenticate your users through any auth provider.

  • Upload files to S3 and manage them through the SST console.

  • Run cron jobs or long running jobs powered by serverless functions.

  • Run tasks after your app has returned to your user.

Quick start

Take a quick 10 minute tour of SST to get started.

> npm create sst@latest
Get Started

CLI Docs

Links to reference docs for the CLIs used in SST.

  • Use the SST CLI to build, deploy, and test your apps.

  • CLI to create a new SST project from a template or an example.

Reference Docs

Links to reference docs for the SST's constructs and clients.

  • Reference docs for all of SST's constructs.

  • Reference docs for the Node Lambda function clients.