anomalyco/sst

Build full-stack apps on your own infrastructure.

View on GitHub ↗Jump to charts ↓Open shareable report

Summary Information

Updated 5 minutes ago
Added to GitGenius on March 3rd, 2026
Created on August 4th, 2020
Open Issues & Pull Requests: 318 (+0)
Number of forks: 2,119
Total Stargazers: 26,272 (+1)
Total Subscribers: 302 (+0)

Repository Insights (GitGenius)

Median issue/PR response: 45.3 hours
Mean response time: 196.4 days
90th percentile: 915.0 days
Tracked items: 2,939

How this project is maintained

Around half of the issues opened in the past year never receive a reply. 87% of open issues come from outside the core team, so the backlog reflects real-world use rather than internal planning. Work labelled "cloudflare" is answered fastest, typically in under an hour, while "bug" waits about 32 months. 66% of tracked open issues have had no activity in three months, so the open count overstates what is actively being worked. Only 6% of issues opened in the past year have been closed.

Charts & Analytics

Fetching additional details & charts...

Issue Activity (beta)

Open issues: 228
New in 7 days: 2
Closed in 7 days: 0
Avg open age: 123 days
Stale 30+ days: 205
Stale 90+ days: 163

Recent activity

Opened in 7 days: 2
Closed in 7 days: 0
Comments in 7 days: 1
Events in 7 days: 3

Top labels

  • bug (106)
  • enhancement (103)
  • cloudflare (36)
  • linear (7)
  • python (7)
  • windows (7)
  • Dropin Mode (5)
  • documentation (5)

Detailed Description

SST is a framework for building full-stack applications deployed on your own infrastructure, with TypeScript as its primary language. The project is classified across multiple domains including serverless architecture, AWS integration, infrastructure-as-code, CDK tooling, and full-stack development. It provides developers with tools to construct and deploy complete applications while maintaining control over their infrastructure rather than relying solely on managed platforms.

The framework supports integration with popular frontend and backend frameworks. According to the README, developers can get started with Next.js, Remix, Astro, or build custom APIs. The installation process is flexible, allowing JavaScript projects to install SST locally to track the CLI version with their application, while non-JavaScript projects can install the CLI globally. Pre-compiled binaries are also available for download from the releases page.

SST emphasizes several key concepts in its architecture. The framework includes a Live feature, a Linking system for connecting components, a Console for management and monitoring, and a Components system for building modular infrastructure. These features work together to streamline the development and deployment workflow for full-stack applications.

The project demonstrates active maintenance and community engagement.

The repository's technical foundation relies on modern tooling. Local development requires Go and Bun to be installed, with setup initiated through the bun run setup command. The build process includes CLI binary compilation via bun run build:cli and documentation generation through bun run docs:generate and bun run docs:dev commands. This tooling choice reflects the project's focus on developer experience and modern JavaScript ecosystem practices.

SST's contributor network extends beyond its immediate repository.

The project maintains active community channels including a Discord server, YouTube presence, and X.com account, providing multiple avenues for users to learn, contribute, and engage. The contribution guidelines explicitly welcome documentation improvements, bug reports, and feature requests, establishing clear pathways for community participation in the project's evolution.