Browser
Paste a GitHub URL. Get an interactive dependency graph in 30 seconds. Find god-nodes, detect circular imports, see which files break if you touch one. Health score A-F.
No clone, no setup. Paste a GitHub URL — D3 force graph + metrics in 30 seconds.
Click any node, see its blast radius — every file that transitively imports it. Plan refactors with data, not gut feel.
Files with 20+ imports incoming get flagged red. Those are the ones to break up first — or at least not touch on a Friday.
DFS-based cycle detection. Surfaces the actual chain — A → B → C → A — so you know where to break the loop.
First analysis is free. ~30 seconds. Markdown export ready for ADRs / PR reviews.