Visual Graph

Browser-based explorer

See your codebase as an interactive graph.

Launch

bash
larkx serve
# → ✓ UI running at http://localhost:2911

Two views

  • Module view (default), files as containers with functions inside, file-level edges between them
  • Graph view, D3 force-directed graph showing all nodes and edges

Features available in both views

  • Search across files and symbols inside files
  • Click any node → side panel with metadata, summary, functions, classes, imports, and "Open in VS Code" link
  • Hover for quick tooltip
  • Folder clustering with convex hulls and color coding
  • Dead code highlighted with dashed red border + faded opacity
  • Edge filters by relationship type (calls, imports, contains, inherits)
  • Zoom controls (5%-600%) and pan
  • Watch mode (--watch), graph auto-refreshes when files change