Quick Start¶
Prerequisites¶
- Node.js 22+ (see
ui/.nvmrc) - npm
Installation¶
Open http://localhost:5173, add a GitHub repo, and explore the graph.
What Happens¶
When you add a repository, OpenTrace will:
- Fetch the source code via the GitHub/GitLab API
- Parse every file using tree-sitter WASM grammars
- Extract symbols (classes, functions, imports) and relationships
- Build a knowledge graph in an embedded LadybugDB instance
- Make the graph available for exploration and querying