Star 历史趋势
数据来源: GitHub API · 生成自 Stargazers.cn
README.md

SST

Discord npm Build status


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.

npm install sst
# pnpm add sst
# bun add sst
# yarn add sst

If you are not using JavaScript, you can install the CLI globally.

curl -fsSL https://sst.dev/install | bash

To install a specific version.

curl -fsSL https://sst.dev/install | VERSION=0.0.403 bash

To use a package manager, check out our docs.

Manually

Download the pre-compiled binaries from the releases page and copy to the desired location.

Get Started

Get started with your favorite framework:

Learn More

Learn more about some of the key concepts:

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 and Bun installed.

Now you can run the CLI locally on any of the examples/ apps.

cd examples/aws-api
go run ../../cmd/sst <command>

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 | YouTube | X.com

关于 About

Build full-stack apps on your own infrastructure.

语言 Languages

TypeScript55.6%
Go24.5%
MDX16.4%
Astro1.0%
CSS0.8%
JavaScript0.8%
Python0.3%
Rust0.3%
Shell0.2%
Dockerfile0.0%
Lua0.0%
HTML0.0%

提交活跃度 Commit Activity

代码提交热力图
过去 52 周的开发活跃度
364
Total Commits
峰值: 46次/周
Less
More

核心贡献者 Contributors