
claude-make-it-rain
Claude Code spend tracker for your menu bar, makes it rain πΈ
Install with your AI
Paste into Claude Code, Cursor, or any agent β it reads the repo and wires the tool into your project.
Install and set up claude-make-it-rain (npm project) into my current project. Found on https://claudeers.com/claude-make-it-rain Repo: https://github.com/gceico/claude-make-it-rain Homepage/docs: β Detected install method: npm β npm install @gceico/claude-make-it-rain Category: skills. Platforms: cli, api, desktop, web. Read the repo's README for exact setup and env vars, then install it and wire it into my project. Claudeers Health Verdict: active; community-verified: false. Confirm the source before running anything.
npm install @gceico/claude-make-it-rain
git clone https://github.com/gceico/claude-make-it-rain
// compatibility
| Platforms | cli, api, desktop, web |
|---|---|
| Operating systems | β |
| AI compatibility | claude |
| License | MIT |
| Pricing | open-source |
| Language | TypeScript |
Make It Rain πΈ

A menu bar app that makes your Claude Code spend impossible to ignore. Every $1 flies a π΅ off the menu bar β and every $100 makes it rain. πΈ Then it adds your day into a shared picture of what everyone is spending, and asks the only question that matters: was it worth building it?
Install
npm install -g @gceico/claude-make-it-rain
claude-make-it-rain
Or run it once without installing:
npx @gceico/claude-make-it-rain
The app detaches from the terminal and lives in your tray/menu bar. Quit it from the tray menu.
Needs Node 22+ (you have it if you run Claude Code) and Claude Code writing
session logs to ~/.claude/projects (the default). Runs on macOS, Windows,
and Linux β the dollar amount next to the tray icon is macOS-only; elsewhere
it lives in the tooltip and menu.
What you get
πΈ $12.34in your tray, turningπ€once today crosses $100.- A π΅ flies off the tray at every whole dollar. Money stacks burst at $10 and $50, and every $100 plays a ~6-second full-screen money shower. The overlay is click-through and only exists while animating.
- See your wealth in the tray: today's total broken into π°/π΅/πͺ, plus what it bought in plain terms β β 2 burgers π, β 10% of a trip to Greece ποΈ β and the nudge, was it worth building it?
- A tray menu with today's total, token counts, animation previews, and the collective-board controls.
- A daily update check: when a new version ships, an β¬οΈ Update item appears in the menu and installs it for you.
Collective spend, not a scoreboard
See what Claude Code costs β together β at aiburn.dev. A ranked "who spent the most" board quietly rewards spending more, which is the opposite of the point. So the board shows the collective curve instead: how much everyone spent today and when the peaks and valleys hit, resetting every day (UTC). Your own total sits beside a tangible equivalence so the number means something.

Every 10 minutes the app reports two things: a random gamer tag generated on
first run (e.g. TurboLlama7392) and today's estimated total. Nothing else
leaves your machine; the server keeps only per-tag daily totals plus an
aggregate hourly curve, pruned daily. View leaderboard⦠opens your personal
reflection page (aiburn.dev/?tag=<yourTag>) β your spend, your share of the
collective, and what it adds up to. Toggle reporting off with Share on daily
leaderboard in the tray menu, or reroll your tag with New random tag.
Settings live in config.json under Electron's userData directory (e.g.
~/Library/Application Support/make-it-rain/ on macOS). You can also self-host
the backend β a zero-dependency Bun server under server/
(it uses only bun:sqlite and Bun.serve) β and point apiBaseUrl at it:
bun server/index.ts # http://localhost:8787
The board page itself is an Astro static site in
web/ (cd web && bun run build), which the server serves from web/dist.
How it works
The app polls ~/.claude/projects/*/*.jsonl every 3 seconds, reading only
newly appended bytes. Each assistant message with a usage block from today
is priced with the per-model table in src/lib/pricing.ts (cache reads at 10% of
the input rate, cache writes at 1.25Γ/2Γ), deduplicated by
requestId:messageId, and the total resets at local midnight.
The figure is an estimate from list prices β it won't match your actual bill. Animations render on the primary display.
Development
Built with Bun (β₯ 1.3) as the package manager, test runner, and bundler; the sources are TypeScript. (The published CLI still runs under your Node β Electron embeds its own.)
git clone https://github.com/gceico/claude-make-it-rain
cd claude-make-it-rain
bun install
bun start # build + launch Electron (logs in the terminal)
bun run start:all # full local stack: leaderboard server + landing page on
# http://localhost:8787 + the app reporting to it (isolated
# config in .dev/ β your real settings are untouched)
bun run test # unit tests, no Electron window
Debug hooks for the animations:
MIR_TEST_RAIN=1 bun start # $100 rain 1.5s after launch
MIR_TEST_STACK=5 bun start # burst 5 money stacks
MIR_TEST_SHOT=/tmp/overlay.png bun start # screenshot the overlay
Architecture notes live in CLAUDE.md and docs/DECISIONS.md.
Releasing (maintainers)
npm version patch
git push --follow-tags
gh release create v1.0.1 --generate-notes
Publishing the GitHub Release triggers .github/workflows/publish.yml, which
builds, tests, and publishes to npm with provenance via OIDC Trusted
Publishing β there is no npm token to configure. One-time setup: add a Trusted
Publisher entry for this repo + workflow on npmjs.com.
Who's behind this
I'm Gabriel. I build things like this for fun and ship the ones that turn out good. Check out One's Skills, my Claude Skills collection, or come say hi at Aibl.to β I run AI workshops and help people turn their expertise into compounded value.
β Gabriel C.
// faq
What is claude-make-it-rain?
Claude Code spend tracker for your menu bar, makes it rain πΈ. It is open-source on GitHub.
Is claude-make-it-rain free to use?
claude-make-it-rain is open-source under the MIT license, so it is free to use.
What category does claude-make-it-rain belong to?
claude-make-it-rain is listed under skills in the Claudeers registry of Claude-compatible tools.
// embed badge
[](https://claudeers.com/claude-make-it-rain)
// retro hit counter
[](https://claudeers.com/claude-make-it-rain)
// reviews
// guestbook
// related in Claude Skills
An agentic skills framework & software development methodology that works.
π« Toolkit to help you get started with Spec-Driven Development
AI coding assistant skill (Claude Code, Codex, OpenCode, Cursor, Gemini CLI, and more). Turn any folder of code, SQL schemas, R scripts, shell scripts, docs,β¦