## Why We Built This

Reading a new codebase is hard. You clone the repo, open the file tree, and try to mentally build a map of how everything connects. It takes hours for large projects.

We wanted to make that instant and visual.

## What Git Mind Map Does

Enter any public GitHub repository and within seconds you’ll see:

– **Every file and folder** as a 3D node graph
– **Color-coded nodes** by file type
– **Interactive rotation** — drag to orbit, scroll to zoom
– **Click any node** to view file source code
– **Function list** — see all functions and classes
– **Three layout modes** — Tree, Force-directed, Radial

## Try These Repos

– `torvalds/linux` — See the scale of the Linux kernel
– `facebook/react` — Explore React’s source structure
– `vercel/next.js` — Understand Next.js architecture