About
A subway map for Brazilian Jiu-Jitsu — built so white & blue belts know what to do after reaching a position.
Why this exists
If you train BJJ, you've felt it: you finally land in side control, or your opponent pulls you into closed guard, and you freeze. What now? Existing references either dump 153 positions on you (BJJ Graph) or assume you already speak the language (BJJ Systems). I wanted something in between — a beginner-friendly, click-through tree showing the most common next actions from each position.
The Phase model
I am one person, mostly self-taught from instructionals. I'm not a black belt. To be honest about what's verified vs. what's my best guess, every node lives in one of three phases:
How to contribute
Every node has a small “Suggest improvement” link in its detail panel. Clicking it opens a short form with the node and position context already filled in. You can suggest:
- Missing transitions — “From Closed Guard you can also go to North-South”
- Wrong names — “This is more commonly called X”
- Missing details — “The setup needs a grip break first”
- Anything else — corrections, clarifications, links to better sources
I review the queue weekly. Suggestions that are verified by a primary source — or echoed by 2+ independent reports — get merged immediately and credited in the Changelog. The rest get parked for a future black-belt review session.
What this is not
- Not instructional — I don't show you how to do an Armbar. Watch BJJ Fanatics for that.
- Not exhaustive — Currently 3 positions only. Mount, Back Control, and Guard Passing are intentionally out of MVP scope.
- Not authoritative — Until Phase 2, treat it as a personal study aid that you can help improve.
Tech
Plain HTML + D3.js. No build tools, no frameworks. Source is human-readable and the whole site is ~10 files. Hosted on GitHub Pages.