claudeers.
// Claude Skills

claude-make-it-rain

Claude Code spend tracker for your menu bar, makes it rain πŸ’Έ

// Claude Skills[ cli ][ api ][ desktop ][ web ][ claude ]#claude#claude-code#cost-tracking#fun#money-tracker#token-spending#skillsβ—· MIT$open-sourceupdated about 1 month ago
Actively maintained
100/100
last commit 22 days ago
last release 22 days ago
releases 12
open issues 0
// star history

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.
// or install directly (npm)
npm install @gceico/claude-make-it-rain
// or clone
git clone https://github.com/gceico/claude-make-it-rain

// compatibility

Platformscli, api, desktop, web
Operating systemsβ€”
AI compatibilityclaude
LicenseMIT
Pricingopen-source
LanguageTypeScript

Make It Rain πŸ’Έ

Make It Rain in action

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.34 in 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.

The collective spend board

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.

0 views
β˜… 10 stars
unclaimed
updated about 1 month ago

// embed badge

claude-make-it-rain on Claudeers
[![Claudeers](https://claudeers.com/api/badge/claude-make-it-rain.svg)](https://claudeers.com/claude-make-it-rain)

// retro hit counter

claude-make-it-rain hit counter
[![Hits](https://claudeers.com/api/counter/claude-make-it-rain.svg)](https://claudeers.com/claude-make-it-rain)

// reviews

// guestbook

0/500

// related in Claude Skills

πŸ”“

An agentic skills framework & software development methodology that works.

// skillsobra/⟨ShellβŸ©β˜… 272,506β—· MIT[ claude ]
πŸ”“

Public repository for Agent Skills

// skillsanthropics/⟨PythonβŸ©β˜… 169,406[ claude ]
πŸ”“

πŸ’« Toolkit to help you get started with Spec-Driven Development

// skillsgithub/⟨PythonβŸ©β˜… 129,208β—· MIT[ claude ]
πŸ”“

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,…

// skillsGraphify-Labs/⟨PythonβŸ©β˜… 106,387β—· MIT[ claude ]
β†’ see how claude-make-it-rain connects across the ecosystem