Your Turborepo, explained.

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

Try:
0 packages
100%
Nodes
Application
Package
Edges
Dependency
Dev

Features

Everything you need to understand your monorepo

New

AI-Powered Analysis

Get AI-driven insights into your monorepo health and step-by-step fix plans powered by Claude.

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 trbgraph against any Turborepo to generate an SVG dependency graph instantly. No config required.

terminal

$ 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

Fix issues with AI-powered insights

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.

Powered by Claude
AI AnalysisCompleted

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

Four 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.

04

Get AI insights

Run AI analysis to identify issues and generate actionable fix plans.

Ready to map your monorepo?

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

No account required for public repositories