Dashboard
See your codebase
in 3D
Galaxy view renders your import graph as a 3D force-directed scene. DAG view shows the topological hierarchy. Both views are interactive — click any file to explore its neighborhood.
lens daemon start then open localhost:4111
3D force-directed graph — navigate your codebase in space
packages/engine/src/index.ts
commits
47
90d
12
conn.
18
Imported by
Imports
Co-changed
3D Force Layout
Fibonacci-sphere clustering + d3-force-3d simulation. Directory clusters form visible groups. Hub files glow brighter. Auto-rotate, drag, zoom.
Focus Mode
Click any file — camera flies to it, connected nodes rearrange around it, everything else dims. See imports (blue), importers (green), co-changes (amber dashed).
Topological Layers
DAG view sorts files by longest-path layering. Entry points at top, leaves at bottom. See the full dependency flow at a glance.
File Info Panel
Select a file to see exports, symbols, importers, imports, co-change partners, commit stats, hub score — all in one panel.
Layered dependency graph — topological import hierarchy
apps/daemon/src/mcp.ts
System snapshot at a glance
Repos
4
registered
Files
12,847
across all repos
Import Edges
8,431
dependency links
DB Size
28 MB
Uptime
3h 42m
~/dev/lens
Files
142
Edges
891
Hubs
12
~/dev/webapp
Files
87
Edges
534
Hubs
8
And More
Additional pages ship with the dashboard.
Traces
Live trace waterfall of every API and MCP request with spans, latency, and payloads
Explorer
Browse files, symbols, imports, exports, and co-change pairs per repo
Get Started
Install LENS, register a repo, and explore the graph.
$ lens daemon start