Map every dependency, trace commit impact, and understand your monorepo—from the terminal or the browser.
Try: vercel/turbo, calcom/cal.com, or any public Turborepo
Features
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 turbograph against any Turborepo to generate an SVG dependency graph instantly. No config required.
$ npx turbograph vercel/turbo --svg
Fetching workspace info...
Found 14 packages, 3 apps
Resolving dependencies...
✓ Generated → turbo-graph.svg
$ npx turbograph vercel/turbo --json
{ "packages": 14, "apps": 3, "edges": 42 }
✓ Generated → turbo-graph.json
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.
Paste a GitHub URL and start exploring your Turborepo workspace in seconds.
No account required for public repositories