Your codebase,
visualised
Evergreen maps of every code flow. Trace button clicks to database updates. Always in sync.
npx treck initmaps your codebasetraces code flowsdiffs between branchesinteractive explorerMCP for AI agents
How it works
01
Map
Extracts every function, component, and entry point from your TypeScript codebase.
02
Connect
Builds a dependency graph connecting every call chain from entry point to leaf.
03
Diff
Compare branches to see what changed, what was added, and the full impact zone.
04
Explore
Browse in an interactive viewer, query via MCP from your AI agent, or check in CI.
Quick start
$ npx treck init
$ npx treck serve