I made a little pixel pet that tells me when Claude Code is done
I kept switching back to my terminal to check if Claude Code was done. So I made Bitto, a tiny pixel pet that tells me instead. How it works: The pet wiggles while Claude is working, and sits still when it's idle When Claude finishes, it glows green and plays a sound Running multiple sessions? Each one gets its own pet, so you can see at a glance which are still busy and which are done Click a pet and it brings that session's window right back, so you can minimize everything and do something else How I built it Bitto installs a few Claude Code hooks, which are small commands Claude Code runs at certain moments, like when a session starts working or finishes. Bitto only uses them as a status signal: "working" or "done." It doesn't read or store your prompts, code, or Claude's responses. Because each session sends its own signal, every session gets its own pet. It's free with one pet. If you want more, there's a one-time paid unlock for 10 more (no subscription). Requires macOS 14+. Codex support is coming next. getbitto.app Would love feedback