Your codebase,
visualised
Evergreen maps of every code flow. Trace button clicks to database updates. Always in sync.
npm install treck
Maps your codebase
Traces code flows
Keeps docs in sync
Interactive explorer
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
Detect
Content hashing detects when code changes and reports stale documentation.
04
Explore
Interactive browser-based viewer to navigate your code flows as a visual graph.
Quick start
$ npx treck init
$ npx treck sync
$ npx treck serve