vibe-code-receipts
v0.0.10
Published
Spotify-Wrapped-style recap of your year of AI-assisted coding, printed as a receipt. Runs entirely on your machine.
Readme
vibe-code-receipts
Spotify-Wrapped-style recap of your year of AI-assisted coding, printed as an itemized paper receipt.
npx vibe-code-receiptsReads your local Claude Code session logs (~/.claude/projects/*.jsonl) and computes every stat — tokens burned, cost, longest streak, coding "archetype," insults hurled at Claude, dead projects — entirely on your own machine. Nothing but the final aggregated numbers is ever uploaded, and only if you opt in to publish a shareable card.
Bare invocation launches an interactive wizard. Pass flags for a non-interactive/scripted run:
npx vibe-code-receipts --period last-30-days --publish --social-platform x --social-handle yourhandle| Flag | Description |
|---|---|
| --period <period> | ytd, last-30-days, last-12-months, or all-time |
| --publish | Upload the aggregated stats to generate a shareable card |
| --social-platform <platform> | Credit your handle on the card (x only for now) |
| --social-handle <handle> | Your handle on that platform (without @) |
Live cards, the leaderboard, and source code: vibecodereceipts.com · GitHub
