Architecture diagram
A Mermaid graph of the real components and how they wire together — inferred from the file tree and entry points.
repo → signal
Paste a GitHub URL. Get an architecture diagram, schema guess, API flow, folder map, and a learning roadmap — decoded from the repo's structure in one pass.
Every analysis returns the same five sections, rendered as real diagrams — not a wall of prose.
A Mermaid graph of the real components and how they wire together — inferred from the file tree and entry points.
Entities and relations read from migrations, models, and ORM files. Or a clear “no database here”.
The main request, job, or CLI path through the system, end to end.
What each top-level directory is actually for — no more guessing at /lib vs /core.
An ordered path: what to read first, second, third to ramp on the codebase.
Any public GitHub URL — or just owner/repo. No sign-in, no install.
The GitHub API hands over the file tree, README, manifests, schema files, and entry points — metadata, not a full clone, so it scales to huge repos.
One pass through a language model turns that structure into five readable sections, with diagrams rendered live in the browser.