Complete the Installation first.
Start the Services
Open the app
Go to http://localhost:3000
Load an Example Codebase
The easiest way to get started is loading one of the bundled examples.Via the UI
- Open http://localhost:3000
- Go to Settings → Database
- Select an example codebase and click Load
Via the API
Analyze Your Own Codebase
To analyze your own .NET solution, mount it into the analyzer container:Explore the Graph
| Action | Mouse | Keyboard |
|---|---|---|
| Rotate | Left drag | - |
| Pan | Right drag | Arrow keys |
| Zoom | Scroll | +/- |
| Select | Click | - |
| Focus | Double-click | F |
Selection Modes
Hold modifier keys while clicking:| Key | Mode | Effect |
|---|---|---|
| (none) | Replace | Select only this node |
| Shift | Add | Add to selection |
| Alt | Subtract | Remove from selection |
| Shift+Alt | Intersect | Keep only if already selected |