codegraphphase 3

Read any codebase
like a map.

Point at a repository and get the traced execution path — not a spaghetti diagram of every possible call. Parsing is deterministic and runs in your browser; the AI only narrates over the graph, and every claim it makes cites a file and line.

Parsing runs in your browser. Source never leaves this tab.
How does login work?
Traced end to end — route, handler, service, repository, table.
What breaks if I delete this?
Reverse reachability, down to the endpoints your users would notice.
Where is this data stored?
Every query mapped to the table, collection or topic it lands in.
Which endpoints have no auth?
Flagged on the first pass, before you have read a single file.