← Journal
Mar 2026Dev log
How tokburn got 2.5K downloads by being a pet that roasts you
Most dev tools compete on features. tokburn competed on personality.
The idea
I was burning through Claude Code tokens and had no visibility into my usage. The dashboard existed, but who checks a dashboard mid-flow? I needed something in my terminal, where I already live.
But a usage tracker is boring. Nobody shares a usage tracker on Twitter.
A pixel art creature that lives in your terminal, evolves as you code, and roasts your spending habits? That gets shared.
What shipped
- 3 starter Tokemon, 9 total evolutions
- 152 personality quips tied to token usage thresholds
- Live dashboard: context window, rate limits, git branch awareness
- Zero dependencies. Single npm install.
What I learned
- Personality is a feature. The roasting is why people install it. The dashboard is why they keep it.
- Zero-dep matters. Nobody wants to debug your dependency tree for a fun terminal pet.
- Ship the fun version first. I almost built a "serious" token tracker. Thank god I didn't.
2.5K downloads in a few weeks. Open source. Still growing.