anomalyco/guide

Repo for guide.sst.dev

View on GitHub ↗Jump to charts ↓

Summary Information

Updated 25 minutes ago
Added to GitGenius on September 18th, 2026
Created on January 18th, 2017
Open Issues & Pull Requests: 129 (+0)
GitHub issues: Enabled
Number of forks: 430
Total Stargazers: 3,687 (+0)
Total Subscribers: 68 (+0)

Repository Insights (GitGenius)

Median issue/PR response: 6.6 days
Mean response time: 8.7 days
90th percentile: 18.4 days
Tracked items: 3

Most active contributors

Sign in to see contributor activity.

Charts & Analytics

Fetching additional details & charts...

Issue Activity (beta)

Open issues: 4
New in 7 days: 0
Closed in 7 days: 0
Avg open age: 1,017 days
Stale 30+ days: 4
Stale 90+ days: 4

Recent activity

Opened in 7 days: 0
Closed in 7 days: 0
Comments in 7 days: 0
Events in 7 days: 0

Top labels

No label distribution available yet.

Most active issues this week

No issue events were indexed in the last 7 days.

Detailed Description

SST Guide is a comprehensive open source tutorial for building and deploying full-stack serverless applications on AWS using React and JavaScript.

The guide addresses the challenge of learning how to build production-ready applications that combine frontend and backend technologies across AWS services. It teaches this through a practical, hands-on approach by walking developers through building a complete note-taking application from scratch. The tutorial covers React.js for the frontend, AWS Lambda and API Gateway for the serverless backend, DynamoDB for data storage, and Cognito for user authentication, along with file upload handling.

The guide suits developers new to serverless architecture who want a structured learning path with concrete examples rather than scattered documentation. It works best for those building single-page React applications backed by AWS services and seeking to understand how these components integrate. The project is built with SST itself and deployed with Seed, making it both a tutorial and a demonstration of the framework it teaches.

The project maintains active engagement with its community through Discord support channels and accepts contributions via pull requests for content improvements and bug fixes. Development activity includes automated testing and deployment through GitHub Actions, with the eBook version generated and uploaded to S3 when new tags are pushed. The site is built with Jekyll and accepts local contributions, with a documented process for running and viewing the guide locally before submission.