One-click AI summaries for any GitHub repository. Understand repos in 10 seconds instead of 15 minutes.
RepoGist is a Chrome extension that adds a "Summarize" button to every GitHub repository page. Click it, and get an instant AI-powered summary:
- Overview — what the project does and why it matters
- Key Features — top 5 capabilities
- Tech Stack — languages, frameworks, dependencies
- Architecture — design patterns and structure
- Quick Start — how to get started
- Use Cases — when and how to use it
- Download the latest release
- Open
chrome://extensions/ - Enable "Developer mode"
- Click "Load unpacked" and select the
dist/folder
Or install from the Chrome Web Store (coming soon).
- Click the RepoGist icon in your toolbar
- Enter your Anthropic API key
- Click Save
Your key is stored locally in your browser. It never leaves your device.
- Free tier: 3 summaries per day (no key required for cached results)
- With API key: unlimited summaries
- Summaries are cached for 24 hours
- Content script injects the "Summarize" button on GitHub repo pages
- Background service worker fetches repo metadata via GitHub REST API (README, file tree, package.json)
- Sends data to Claude Haiku for analysis
- Displays structured summary inline on the page
- Results are cached locally for 24h
- Manifest V3 (Chrome Extension)
- TypeScript + React
- Vite + CRXJS
- Claude Haiku API (via Anthropic)
- GitHub REST API v3
git clone https://github.com/snowman95/repogist.git
cd repogist
npm install
npm run build # Output in dist/- No tracking, no analytics, no data collection
- Your API key stays in local Chrome storage
- No server-side component
- Open source for transparency
MIT