Map every dependency, trace commit impact, and understand your monorepo—from the terminal or the browser.
Features
Get AI-driven insights into your monorepo health and step-by-step fix plans powered by Claude.
Interactive visualization of every package and app in your Turborepo workspace.
Select a commit and instantly see which packages are affected downstream.
Generate SVG graphs from the terminal, or explore interactively in the browser.
Paste any GitHub URL to start. Public repos work instantly; sign in for private repos.
CLI
Run npx trbgraph against any Turborepo to generate an SVG dependency graph instantly. No config required.
$ npx trbgraph vercel/turbo --svg
Fetching workspace info...
Found 14 packages, 3 apps
Resolving dependencies...
✓ Generated → turbo-graph.svg
$ npx trbgraph vercel/turbo --json
{ "packages": 14, "apps": 3, "edges": 42 }
✓ Generated → turbo-graph.json
AI Analysis
Analyze your monorepo’s dependency health, architecture, and Turborepo best practices. Then generate step-by-step fix plans you can edit and share with your team.
Monorepo Health Report
✓ Workspace structure follows best practices
⚠ 3 packages have circular dependency risks
⚠ Shared config package could reduce duplication
Fix Plan
1. Extract shared types to packages/types
2. Update import paths in 4 affected packages
3. Add missing peer dependencies
How it works
Enter any GitHub repository URL or owner/repo shorthand.
See every workspace dependency laid out as an interactive graph.
Browse commits and trace which packages are affected downstream.
Run AI analysis to identify issues and generate actionable fix plans.
Paste a GitHub URL and start exploring your Turborepo workspace in seconds.
No account required for public repositories