|
|
|
Show HN: CCLeaderboard – See who's burning through the most Claude Code tokens
|
|
2 points
by fokkedekker
345 days ago
|
|
Ever wondered who's racking up the biggest Claude Code bills? Now you can find out.
I built CCLeaderboard after someone suggested making a token usage leaderboard on Reddit. It tracks and ranks Claude Code users by their total token consumption.
How it works: Install the CLI tool (npm/npx compatible)
It reads your local Claude Code token data
Submit your stats to climb the leaderboard
Updates daily or on-demand Current features: Real-time leaderboard updates
Daily and all-time rankings
Simple username/email system (email acts as your private key - we never send emails)
Automatic handling of timezone differences
Smart deduplication - submit multiple times without inflating your numbers Tech details: Static site on Cloudflare
API backend with SQL on LiquidMetal AI
Node CLI that reads Claude Code's local storage Check it out: https://ccleaderboard.com/
Looking for feedback on what other metrics would be interesting - considering adding streaks, cost estimates, or per-session averages. |
|