how it works
Maxxed is a competitive leaderboard for AI coding tool usage. Install the CLI, sync your stats, and compete against other developers — per tool, per month.
Install the CLI using pipx. It reads your local AI tool logs — nothing is sent without your explicit sync command.
$ pipx install maxxedDon't have pipx? Run pip install pipx first. pipx installs the CLI in an isolated environment so it never conflicts with your project dependencies.
Authenticate with GitHub. Your browser opens an authorization page — click approve and you're done. Your token is saved to ~/.maxxed/token.
$ maxxed login$ maxxed logout # clear saved credentials$ maxxed whoami # print your usernameSync your token usage to the leaderboard. Run this daily to keep your streak alive. The server accepts up to one sync per hour — running it more often just returns your current stats.
$ maxxed sync$ maxxed sync --dry-run # preview without sending$ maxxed sync --verbose # show debug outputThe sync reads up to 90 days of historical data on first use, then only sends incremental updates. Cache tokens are tracked separately and don't affect your score — only your token in/out counts toward rank.
See today's token count, current streak, and when you last synced.
$ maxxed statusCustomize how you appear on the leaderboard. Display name and company are public — they show up on your profile page. Username can be changed once every 30 days.
$ maxxed profile # show your current profile$ maxxed profile --display-name "Coolio McLovin" # set display name (shown instead of @username)$ maxxed profile --display-name "" # reset display name back to @username$ maxxed profile --company "Cool Devs Company" # set company (shown on your profile page)$ maxxed profile --company "" # clear company$ maxxed profile --username new_handle # change username (once every 30 days)Your GitHub handle is hidden by default. You can make it visible on your public profile — or check what's currently shown — at any time.
$ maxxed settings # show current privacy settings$ maxxed settings --show-github # make your GitHub handle public on your profile$ maxxed settings --hide-github # hide your GitHub handleEach tool has its own leaderboard. You compete against users of the same tool. Maxxed reads from local log files — no API keys or tool integrations required.
~/.claude/projects/**/*.jsonl~/.aider/analytics.jsonVS Code globalStorage~/.continue/logs/More tools will be added over time.
Your score rewards both volume and consistency. A longer streak multiplies your monthly tokens — but the multiplier grows logarithmically, so showing up every day matters more than any single big session.
score = monthly_tokens × ln(streak_days + 1)Badges are checked and awarded automatically after each sync.