π§© Also available as a Chrome extension
β¨ Star History β¨
star-history.com, the de facto GitHub star history graph.
π THIS is a live chart created with the following html: π
<picture> <source media="(prefers-color-scheme: dark)" srcset="https://api.star-history.com/image?repos=star-history/star-history&type=Date&theme=dark" /> <source media="(prefers-color-scheme: light)" srcset="https://api.star-history.com/image?repos=star-history/star-history&type=Date" /> <img alt="Star History Chart" src="https://api.star-history.com/image?repos=star-history/star-history&type=Date" /> </picture>
π THIS is also a live chart with global rank and weekly stats: π
<picture> <source media="(prefers-color-scheme: light)" srcset="https://api.star-history.com/image?repos=star-history/star-history&style=landscape1" /> <img alt="Star History Chart" src="https://api.star-history.com/image?repos=star-history/star-history&style=landscape1" /> </picture>
π Sponsors
Bytebase
Bytebase is an open source, web-based database schema change and version control tool for teams. Supporting MySQL, PostgreSQL, Oracle, MongoDB, Redis, Snowflake, ClickHouse, TiDB, Google Spanner.
Dify
Dify is an open source LLMOps platform that helps developers build AI applications more simply and quickly. Its core idea is to define various aspects of AI applications, including Prompts, Contexts, and Plugins, through declarative YAML files.
SerpApi
SerpApi scrapes search engine results easily using a simple API, including Google, Google Maps, Amazon, and more
CodeRabbit
CodeRabbit AI code reviews for teams that move fast (but donβt break things)
β¨ Features
- Unique
sketch xkcdfeeling chart; - One-click generation of high-quality image for chart;
- Support multiple chart view mode
based on date or timeline; - Embed the real-time chart into
GitHub readme or other websites(like the one we embed here on the top) - And various useful functions:
- toggle repo visibility;
- shortcut to input repo;
- share on
Twitterquickly; - support input multiple repos;
- ...waiting for you to find out!
π Screenshots
π§© Free chrome extension
π Development
Star-history is built using a modern tech stack: Next.js + TailwindCSS.
Prerequisites
Homepage
Homepage of star-history with most of useful features and blogs about open source.
cd frontend && pnpm i && pnpm dev
The website will be served at http://localhost:3000.
Chrome Extension
Chrome extension supports the basic chart viewer as a free additional product.
cd frontend && pnpm build:ext
Load the built ./dist folder as unpacked project to chrome extensions page.
API Server
API server is an experimental feature. It's mainly used to generate chart SVG image file that can be embeded into GitHub readme.
cd backend && pnpm i && pnpm dev
The API server will be running on http://localhost:8080.





