What you get
Joining a 200,000-line codebase and seeing how it fits together, instead of reading files blind.
Understand Anything: Read a Codebase as a Graph
Added 2026-08-06A multi-agent pipeline sweeps the project, builds a knowledge graph of every file, function, class and dependency, then hands you a dashboard you can click, search and question. Knowledge bases and docs work too.

Alongside the structural graph there's a domain view: how the code maps to real business processes, with domains, flows and steps laid out horizontally. Pointed at an LLM wiki, a deterministic parser pulls out wikilinks and categories, then LLM agents surface implicit relationships and claims. The dashboard runs local and read-only — no LLM calls, nothing leaves your machine. Be aware the first full analysis is token-heavy; later runs are incremental by default.