Paste a GitHub repo. We map the architecture with Mermaid, extract the tech stack, and write a plain-English brief — so you can ship on day one instead of day thirty.
Any public GitHub repo. Or sign in with GitHub to browse your private ones — read-only, revoke anytime.
We parse the file graph, manifests, and imports — mapping modules, services, and their relationships.
Claude reads key files and writes a brief: what this app does, how it's structured, and where to start.
Open the brief in your editor, share it with your team, or export the Mermaid diagram to your docs.
Auto-generated Mermaid diagrams show how modules and services actually connect — rendered, not guessed.
Every framework, library, database, and runtime — with versions, license flags, and freshness indicators.
An AI-written overview: what the repo does, how data flows, which files matter, and how to run it locally.
See which files are the beating heart of the codebase — by commit density, imports, and coupling.
Go beyond package.json. We trace real imports to surface what each module actually depends on.
Markdown, JSON, raw Mermaid, or a shareable link. Drop the brief straight into your team docs.
packages/next/, containing the router, bundler integration, and server runtime. It exposes hooks into Turbopack for development and ships with hybrid rendering: SSG, SSR, and RSC on the same tree. Start reading at packages/next/src/server/.graph TD A[app/] --> B[api/] A --> C[components/] A --> D[lib/] B --> E[routes/] B --> F[middleware/] C --> G[ui/] C --> H[forms/] D --> I[db.ts] D --> J[auth.ts] I --> K[(PostgreSQL)] J --> L[(Clerk)] %% generated by repobrief v0.4 %% commit: a7f3d2e · 2026-04-18
# acme-dashboard A multi-tenant admin panel built on Next.js 15 with server components, Prisma, and Clerk for auth. ## tl;dr - Renders on Node.js runtime, not edge - Data layer: Prisma → PostgreSQL (AWS RDS) - Auth: Clerk (see lib/auth.ts) - Billing: Stripe Subscriptions ## where to start Read app/(dashboard)/layout.tsx first — it wires auth, tenant context, and nav. All feature routes live under app/(dashboard)/[org]/. ## how to run pnpm install pnpm db:push pnpm dev
Connect your GitHub and turn your next unfamiliar repo into a brief in 90 seconds. Free to try.