One CLI command. AI-powered analysis. An interactive map of every module, model, and data flow in your repository.
Point repomap at any local or remote Git repo. It crawls every file: source, docs, configs, schemas — nothing is skipped.
An LLM pipeline extracts architecture, data models, dependency graphs, call chains, and entry points. Structured. Accurate. Fast.
An interactive canvas opens in your browser. Click nodes. Ask questions. Zoom into any module. The map is alive and queryable.
A high-level view of every layer in your system — API routes, services, workers, databases. Understand the shape of the entire codebase at a glance.
ARCHITECTUREA directed, interactive graph of every import relationship. Instantly spot circular dependencies, load-bearing modules, and dead code.
DEPENDENCYSurfaces every schema, interface, Pydantic model, migration, and Protobuf definition. The nouns of your system, collected and cross-linked.
DATA MODELSTrace execution paths from any entry point deep into the stack. Understand what a request touches before writing a single line of code.
CALL FLOW