StackUnderflow
The local observability for your coding agents. Search, replay, and analyse every session, all offline. Starts with Claude Code.
Quick start
Section titled “Quick start”pip install stackunderflowstackunderflow initThat opens the dashboard at http://127.0.0.1:8081.
What it does
Section titled “What it does”StackUnderflow is the local observability for your coding agents. Every session you run is indexed into a local SQLite store on your machine, searchable, replayable, and analysable without anything leaving the host. It starts with Claude Code; adapters for more agents are on the way.
- Dashboard — browse projects, sessions, token costs, and daily usage
- Full-text search across every message you’ve sent or received
- Q&A extraction — automatic question/answer pairs with code snippets
- Bookmarks + auto-tags — save and categorise important sessions
- CLI reports —
stackunderflow today,month,optimize,export - SQLite-backed — incremental ingest, fast queries over hundreds of thousands of messages
Where to next
Section titled “Where to next”- Install it and get the dashboard running
- CLI reference for every command
- HTTP API if you want to build on top
- Development guide to contribute