Features
Everything you need to
understand a codebase fast.
From a GitHub URL to a navigable architecture map in under 10 seconds. Here's how it works.
Interactive architecture graph
Every module, package, and entry point laid out as a navigable graph. Click any node to explore its connections and get an AI summary.
Core
Entry point detection
Automatically identifies where execution starts — main files, CLI scripts, server bootstraps, React roots. No configuration needed.
Analysis
Complexity scoring
Each module gets a complexity score based on dependency count, fan-in/fan-out, and coupling. Quickly spot the risky areas of a codebase.
Metrics
Dependency graph
See exactly what imports what. The full dependency graph reveals circular dependencies, dead code, and which modules are load-bearing.
Core
AI-generated explanations
Click any node and get a plain-English explanation of what that module does, why it matters, and how it connects to the rest of the system.
AI
Repository comparison
Paste two repos and see their graphs side by side. Shared dependencies, structural differences, and relative complexity at a glance.
Compare