{"id":13469139,"url":"https://github.com/sst/sst","last_synced_at":"2025-12-25T18:15:30.876Z","repository":{"id":37024599,"uuid":"285092252","full_name":"sst/sst","owner":"sst","description":"Build full-stack apps on your own infrastructure.","archived":false,"fork":false,"pushed_at":"2025-05-03T01:39:41.000Z","size":160296,"stargazers_count":23551,"open_issues_count":613,"forks_count":1810,"subscribers_count":301,"default_branch":"dev","last_synced_at":"2025-05-05T14:53:56.093Z","etag":null,"topics":[],"latest_commit_sha":null,"homepage":"https://sst.dev","language":"TypeScript","has_issues":true,"has_wiki":null,"has_pages":null,"mirror_url":null,"source_name":null,"license":"mit","status":null,"scm":"git","pull_requests_enabled":true,"icon_url":"https://github.com/sst.png","metadata":{"files":{"readme":"README.md","changelog":null,"contributing":null,"funding":null,"license":"LICENSE","code_of_conduct":null,"threat_model":null,"audit":null,"citation":null,"codeowners":null,"security":null,"support":null,"governance":null,"roadmap":null,"authors":null,"dei":null,"publiccode":null,"codemeta":null,"zenodo":null}},"created_at":"2020-08-04T20:28:14.000Z","updated_at":"2025-05-05T14:39:44.000Z","dependencies_parsed_at":"2023-12-18T18:49:02.141Z","dependency_job_id":"f945e4d8-d3b7-429f-92ea-8bdc3f46f5b8","html_url":"https://github.com/sst/sst","commit_stats":{"total_commits":2419,"total_committers":140,"mean_commits":17.27857142857143,"dds":0.56924348904506,"last_synced_commit":"84ab82a157e134fbdeab9e40b55d2e42065772f4"},"previous_names":["serverless-stack/serverless-stack","serverless-stack/sst"],"tags_count":4743,"template":false,"template_full_name":null,"repository_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/sst%2Fsst","tags_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/sst%2Fsst/tags","releases_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/sst%2Fsst/releases","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/sst%2Fsst/manifests","owner_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/owners/sst","download_url":"https://codeload.github.com/sst/sst/tar.gz/refs/heads/dev","host":{"name":"GitHub","url":"https://github.com","kind":"github","repositories_count":253776495,"owners_count":21962499,"icon_url":"https://github.com/github.png","version":null,"created_at":"2022-05-30T11:31:42.601Z","updated_at":"2022-07-04T15:15:14.044Z","host_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub","repositories_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories","repository_names_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repository_names","owners_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/owners"}},"keywords":["aws","cdk","csharp","golang","javascript","lambda","nextjs","python","reactjs","serverless","serverless-stack","sst","typescript"],"created_at":"2024-07-31T15:01:27.681Z","updated_at":"2025-12-25T18:15:30.870Z","avatar_url":"https://github.com/sst.png","language":"TypeScript","readme":"\u003cp align=\"center\"\u003e\n  \u003ca href=\"https://sst.dev/\"\u003e\n    \u003cimg alt=\"SST\" src=\"https://raw.githubusercontent.com/sst/identity/main/variants/sst-full.svg\" width=\"300\" /\u003e\n  \u003c/a\u003e\n\u003c/p\u003e\n\n\u003cp align=\"center\"\u003e\n  \u003ca href=\"https://sst.dev/discord\"\u003e\u003cimg alt=\"Discord\" src=\"https://img.shields.io/discord/983865673656705025?style=flat-square\u0026label=Discord\" /\u003e\u003c/a\u003e\n  \u003ca href=\"https://www.npmjs.com/package/sst\"\u003e\u003cimg alt=\"npm\" src=\"https://img.shields.io/npm/v/sst.svg?style=flat-square\" /\u003e\u003c/a\u003e\n  \u003ca href=\"https://github.com/sst/sst/actions/workflows/build.yml\"\u003e\u003cimg alt=\"Build status\" src=\"https://img.shields.io/github/actions/workflow/status/sst/sst/build.yml?style=flat-square\u0026branch=dev\" /\u003e\u003c/a\u003e\n\u003c/p\u003e\n\n---\n\nBuild full-stack apps on your own infrastructure.\n\nSST v3 uses a new engine for deploying SST apps. It uses Pulumi and Terraform, as opposed to CDK and CloudFormation. [Read the full announcement here](https://sst.dev/blog/sst-v3).\n\n## Installation\n\nIf you are using SST as a part of your Node project, we recommend installing it locally.\n\n```bash\nnpm install sst\n```\n\nIf you are not using Node, you can install the CLI globally.\n\n```bash\ncurl -fsSL https://sst.dev/install | bash\n```\n\nTo install a specific version.\n\n```bash\ncurl -fsSL https://sst.dev/install | VERSION=0.0.403 bash\n```\n\nTo use a package manager, [check out our docs](https://sst.dev/docs/reference/cli/).\n\n#### Manually\n\nDownload the pre-compiled binaries from the [releases](https://github.com/sst/sst/releases/latest) page and copy to the desired location.\n\n## Get Started\n\nGet started with your favorite framework:\n\n- [Next.js](https://sst.dev/docs/start/aws/nextjs)\n- [Remix](https://sst.dev/docs/start/aws/remix)\n- [Astro](https://sst.dev/docs/start/aws/astro)\n- [API](https://sst.dev/docs/start/aws/api)\n\n## Learn More\n\nLearn more about some of the key concepts:\n\n- [Live](https://sst.dev/docs/live)\n- [Linking](https://sst.dev/docs/linking)\n- [Console](https://sst.dev/docs/console)\n- [Components](https://sst.dev/docs/components)\n\n## Contributing\n\nHere's how you can contribute:\n\n- Help us improve our docs\n- Find a bug? Open an issue\n- Feature request? Submit a PR \n\n## Running Locally\n\n1. Clone the repo\n2. `bun install`\n3. `go mod tidy`\n4. `cd platform \u0026\u0026 bun run build`\n\nNow you can run the CLI locally on any of the `examples/` apps.\n\n```bash\ncd examples/aws-api\ngo run ../../cmd/sst \u003ccommand\u003e\n```\n\nIf you want to build the CLI, you can run `go build ./cmd/sst` from the root. This will create a\n`sst` binary that you can use.\n\nFor building the docs, you need to run `bun generate` and `bun dev` inside the `www` directory.\n\n---\n\n**Join our community** [Discord](https://sst.dev/discord) | [YouTube](https://www.youtube.com/c/sst-dev) | [X.com](https://x.com/SST_dev)\n","funding_links":[],"categories":["TypeScript","Infrastructure as code","后端开发框架及项目","aws"],"sub_categories":["Hook management tools","管理面板"],"project_url":"https://awesome.ecosyste.ms/api/v1/projects/github.com%2Fsst%2Fsst","html_url":"https://awesome.ecosyste.ms/projects/github.com%2Fsst%2Fsst","lists_url":"https://awesome.ecosyste.ms/api/v1/projects/github.com%2Fsst%2Fsst/lists"}