clog.sh - claude code leaderboard + usage stats pages

I wanted to get more insight into everything I'm using Claude Code for—so I built https://clog.sh !

It is driven by a script you can run via
npx
.

Clog creates a public repo with a specific tag, scrapes some highlights from local files (nothing sensitive, just session metatdata), and Convex updates hourly via the GitHub API.

Really fun use of convex's built in cron, http actions, and real-time sync to pull in data from a variety of sources—mainly treating convex as an orchestrator + sync engine for the data. You really can use convex for anything and it "just works"!
CleanShot_2026-02-02_at_21.18.272x.png
Comet_2026-02-02_21.18.21.png
Was this page helpful?