Guides
Guides
Practical setups and field guides — wiring a code graph into your agent, and finding your way around codebases you didn't write.
The problem
Set up your agent
- Give Claude Code a map of your codebaseStop Claude Code from crawling your repo file by file. OpenVisio serves a queryable code graph over MCP — setup takes two commands, and tokens drop 30–90× on discovery.
- Give Cursor a map of your codebaseStop Cursor from crawling your repo file by file. OpenVisio serves a queryable code graph over MCP — setup takes two commands, and tokens drop 30–90× on discovery.
- Give Codex a map of your codebaseStop Codex from crawling your repo file by file. OpenVisio serves a queryable code graph over MCP — setup takes two commands, and tokens drop 30–90× on discovery.
Understand a codebase
- Understand a large TypeScript codebase — fastMap any TypeScript repository into an interactive dependency graph — files, symbols, imports, hotspots — in your browser in seconds. Local, deterministic, free.
- Understand a large Python codebase — fastMap any Python repository into an interactive dependency graph — files, symbols, imports, hotspots — in your browser in seconds. Local, deterministic, free.
- Understand a large Go codebase — fastMap any Go repository into an interactive dependency graph — files, symbols, imports, hotspots — in your browser in seconds. Local, deterministic, free.
- Understand a large Java codebase — fastMap any Java repository into an interactive dependency graph — files, symbols, imports, hotspots — in your browser in seconds. Local, deterministic, free.
- Understand a large Rust codebase — fastMap any Rust repository into an interactive dependency graph — files, symbols, imports, hotspots — in your browser in seconds. Local, deterministic, free.
- Understand a large PHP codebase — fastMap any PHP repository into an interactive dependency graph — files, symbols, imports, hotspots — in your browser in seconds. Local, deterministic, free.