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

Graph · Galaxy
scorer.tsimport-graph.tstrace-store.tslens-fn.tsmcp.tshttp.tsExplore.tsxindex.ts
Search files, symbols...
Galaxy
DAG
142 files891 edges
index.ts

packages/engine/src/index.ts

Open in editor
TypeScripthub0.94

commits

47

90d

12

conn.

18

Imported by

mcp.ts
http.ts
Explore.tsx

Imports

scorer.ts
import-graph.ts
trace-store.ts

Co-changed

lens-fn.ts×12
extract.ts×8
importexportco-change

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

Graph · DAG
Entry Points3 / 3Layer 18 / 12Layer 26 / 9Leaves5 / 5daemon/index.tscli/index.tsApp.tsxhttp.tsmcp.tsroutes/grep.tsExplore.tsxNavigator.tsxengine/index.tsscorer.tsimport-graph.tsco-change.tstrace-store.tsschema.tslogger.tslens-fn.tscontext.ts
Galaxy
DAG

apps/daemon/src/mcp.ts

hub: 0.91imports: 6importers: 3layer: 1

System snapshot at a glance

Overview

Repos

4

registered

Files

12,847

across all repos

Import Edges

8,431

dependency links

DB Size

28 MB

Uptime

3h 42m

lensindexed

~/dev/lens

Files

142

Edges

891

Hubs

12

webappindexed

~/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.

Terminalbash
$ lens daemon start
Read the Docs