A "year in review" style terminal display for your Claude Code usage statistics, inspired by Spotify Wrapped and Cursor Wrapped. Built with OpenTUI.
- Usage Stats: Days since first use, total sessions, messages, tool calls, and tokens
- Top Models: Shows your most-used Claude models with color-coded indicators
- Activity Heatmap: GitHub-style contribution graph colored by model usage
- Orange: Opus-dominant days
- Blue: Sonnet-dominant days
- Green: Haiku-dominant days
- Streak Tracking: Current consecutive days of usage
- Peak Hour: Your most active coding hour
- Bun runtime
- Claude Code CLI (stats are read from
~/.claude/stats-cache.json)
git clone https://github.com/kschrader/claude-code-wrapped.git
cd claude-code-wrapped
bun installbun run index.tsPress any key to exit.
Claude Code Wrapped reads your local Claude Code statistics from ~/.claude/stats-cache.json and displays them in a styled terminal UI built with OpenTUI.
MIT
