Solo developer · 2026 · shipped
program-design
See what your AI actually built — a verifiable map of any codebase.
A free tool that reads any AI-built app and draws a live map of it from the real code. When your agent says “done, I added login,” it checks that claim against the source and answers CONFIRMED, ABSENT, or UNDETERMINED — with a file:line receipt, never a guess.
- Deterministic facts-graph extractor (ts-morph) — every node carries a file:line receipt and a confidence tier
- Three verdicts computed in code, not a second AI; a “no false ABSENT” invariant degrades to UNDETERMINED
- Narrator LLM fenced to fact-bound statements with a fail-closed lint — it can't fabricate
- Live SVG structure map over a 127.0.0.1-only, token-guarded daemon that re-extracts on change
- Installs as a Claude Code plugin in two lines; no API keys, no telemetry, runs locally
- TypeScript
- ts-morph
- Node
- Claude Code
- npm



