Web app · Tooling
Burner
What every Claude Code window is doing right now, across machines.
What It Does
I'm often building too many things at once and this keeps track of what sessions I've got open across two computers and my phone and what their status is so I can sort of not lose track. This is useful for people who are juggling multiple coding projects at the same time!
How it works
Claude and Codex both provide environment variables where you can implement hooks for catching what it's doing. I use those to grab content and aggregate it in one location.
Built with
- Mostly built-in hooks, some intermediary files, some Python and a little Javascript.