Show HN: GitHub Commits Leaderboard
GustyCube Tuesday, March 03, 2026I made a public leaderboard for all time GitHub commit contributions.
You can connect your GitHub account and see where you rank by total commit contributions.
It uses GitHub’s contribution data through GraphQL, so it is based on GitHub’s counting rules rather than raw git history. Private contributions can be included. Organization contributions only count if you grant org access during auth.
There is also a public read only API.
The main thing I learned building it is that commit counting sounds straightforward until you try to match how GitHub actually attributes contributions.
I’d be interested in feedback on whether commit contributions are the right ranking metric, and whether I should also support other contribution types.
Summary
Ghcommits.com is a website that provides a comprehensive overview of GitHub commit activity, allowing users to track and analyze code contributions across organizations, repositories, and individual developers.
3
0
Summary
ghcommits.com