HEIDES Lens
See your codebase as a living neural mesh.
The visual companion to HEIDES. Open a folder, watch the mesh form, trace who-calls-what, and review real findings. It is not another coding assistant. It is the brain your codebase never had, visualized and queryable.
What You See
Your system, from above.
Code Neural Mesh
The imported graph rendered as a living mesh. Pan, zoom, and follow the structure of a system the way you would read a map instead of a file tree.
Who Calls What
Query callers, imports, definitions, and neighbors for any symbol. Move from a function to everything that depends on it in one step.
Review Findings
Real HEIDES harmony findings surfaced as reviewable cards: security taint, edge cases, and dependency risk. Tappable straight into the mesh.
Under the Hood
A client of the engine, not a replacement.
Lens spawns heides mcp and renders the graph it returns. All analysis is deterministic and local. The app installs the engine for you on first run.
A hook system keeps it extensible: on_file_save, on_diff, on_graph_build, on_analysis_complete.
Runs from source today. Desktop builds for Windows, macOS, and Linux, with mobile targets in the same codebase.
$npm install -g heides$git clone https://github.com/AbduljabbarBXR/spikey$cd spikey/mobile && flutter pub get$flutter run -d linux
Early access ?
Lens is in active development. Talk to us if you want early access or want to follow the build.
Talk to Us