Baike.dev
All toolsAI codingTrendingOpen sourceNewsSubmit
Log in
< Back to tools
S

sst

> 编程语言
Open source

Build full-stack apps on your own infrastructure.

26.2K stars0 likes0 views
WebsiteGitHub

About

Build full-stack apps on your own infrastructure.

--- Build full-stack apps on your own infrastructure. ## Installation For JavaScript projects, install SST locally so the CLI version is tracked with your app. You can then run the CLI with the same package manager. ```bash npm install sst # pnpm add sst # bun add sst # yarn add sst ``` If you are not using JavaScript, you can install the CLI globally. ```bash curl -fsSL https://sst.dev/install | bash ``` To install a specific version. ```bash curl -fsSL https://sst.dev/install | VERSION=0.0.403 bash ``` To use a package manager, [check out our docs](https://sst.dev/docs/reference/cli/). #### Manually Download the pre-compiled binaries from the [releases](https://github.com/sst/sst/releases/latest) page and copy to the desired location. ## Get Started Get started with your favorite framework: - [Next.js](https://sst.dev/docs/start/aws/nextjs) - [Remix](https://sst.dev/docs/start/aws/remix) - [Astro](https://sst.dev/docs/start/aws/astro) - [API](https://sst.dev/docs/start/aws/api) ## Learn More Learn more about some of the key concepts: - [Live](https://sst.dev/docs/live) - [Linking](https://sst.dev/docs/linking) - [Console](https://sst.dev/docs/console) - [Components](https://sst.dev/docs/components) ## Contributing Here's how you can contribute: - Help us improve our docs - Find a bug? Open an issue - Feature request? Submit a PR ## Running Locally Run `bun run setup`. You need [Go](https://go.dev/) and [Bun](https://bun.sh/) installed. Now you can run the CLI locally on any of the `examples/` apps. ```bash cd examples/aws-api go run ../../cmd/sst ``` If you want to build the CLI binary, run `bun run build:cli`. This will create a `sst` binary that you can use. For building the docs, run `bun run docs:generate` and `bun run docs:dev`. --- **Join our community** [Discord](https://sst.dev/discord) | [YouTube](https://www.youtube.com/c/sst-dev) | [X.com](https://x.com/SST_dev)

GitHub Issues· 324 open

View all on GitHub
  • #7000

    Missing Dynamo arn when used as linked resource

    Updated Sep 16, 2026
  • #6999

    openauth.console.sst.dev returning 404 - login redirect loop on console.sst.dev

    Updated Sep 16, 2026
  • #6895

    Feature request: documented path for custom/reusable SST v3/Ion components

    Updated Sep 14, 2026
  • #6998

    Platform source does not type-check under strict: TS18048 in aws/function.ts

    Updated Sep 13, 2026
  • #6996

    sst diff can expose process environment through SSR site builders

    Updated Sep 9, 2026
  • #5973

    Docker Builds taking a millenium

    Updated Sep 2, 2026
  • #6923

    409 on Lambda Permission, too many concurrent permissions updates with Function URLS

    Updated Aug 31, 2026
  • #6994

    Docs/init: SvelteKit setup references svelte.config.mjs, but Kit 3 config lives in vite.config.ts

    Updated Aug 30, 2026
  • #6993

    svelte-kit-sst incompatible with SvelteKit 3 — Lambda handler imports removed @sveltejs/kit/node/polyfills export

    Updated Aug 30, 2026

Highlights

  • •Components
  • •Help us improve our docs
  • •Find a bug? Open an issue
  • •Feature request? Submit a PR

> Tags

TypeScript

No comments yet. Be the first to share.

> Details

PublishedAug 1, 2026
UpdatedSep 17, 2026
Category编程语言
PricingOpen source

> Related tools

T
TypeScript
JavaScript 的超集,为前端与全栈提供静态类型
P
Python
通用编程语言,广泛用于 Web、数据与 AI
G
Go
Google 推出的简洁高效系统语言