Open Source

Visualize your Turborepo workspace

Map every dependency, trace commit impact, and understand your monorepo—from the terminal or the browser.

Loading...

Try: vercel/turbo, calcom/cal.com, or any public Turborepo

Dependency Graph

0 packages
100%
Click to select
Drag to move
Scroll to zoom
Nodes
Application
Package
Edges
Dependency
Dev

Features

Everything you need to understand your monorepo

Dependency Graph

Interactive visualization of every package and app in your Turborepo workspace.

Impact Analysis

Select a commit and instantly see which packages are affected downstream.

CLI + Dashboard

Generate SVG graphs from the terminal, or explore interactively in the browser.

GitHub Native

Paste any GitHub URL to start. Public repos work instantly; sign in for private repos.

CLI

One command, full visibility

Run npx turbograph against any Turborepo to generate an SVG dependency graph instantly. No config required.

terminal

$ 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

Three steps to insight

01

Paste a repo URL

Enter any GitHub repository URL or owner/repo shorthand.

02

Explore the graph

See every workspace dependency laid out as an interactive graph.

03

Analyze changes

Browse commits and trace which packages are affected downstream.

Ready to map your monorepo?

Paste a GitHub URL and start exploring your Turborepo workspace in seconds.

No account required for public repositories