Mind Map Builder Guide
Everything you need to create, organize, and export mind maps — from your first node to a full exported JSON structure.
Overview
Mind Map Builder is a free, browser-based mind-mapping tool built on the Neural Glass design system. No account, no subscription, no installation — open /builder and start mapping immediately.
Maps are built from nodes (circular elements) connected by edges (straight lines). Every map has one root node at the center. All other nodes branch outward from it. The structure is stored as plain JSON you can copy, download, or import at any time.
Getting Started
Opening the builder gives you a blank canvas with a single root node. Here’s how to build your first map:
Canvas Navigation
The canvas is an infinite pan-and-zoom space. Your nodes exist in world-space — you move the viewport around them.
| Action | Mouse / Trackpad | Touch |
|---|---|---|
| Pan canvas | Click and drag on empty space | 2-finger drag |
| Zoom in / out | Scroll wheel | Pinch (2-finger) |
| Reset view | Toolbar ⌂ | Tap ⌂ |
| Inspect a node | Click the node | Tap the node |
| Dismiss popover | Click empty canvas or Esc | Tap empty canvas |
Working with Nodes
Every node has these editable properties:
| Property | Description |
|---|---|
| Label | Text displayed on the node. Long labels wrap automatically inside the circle. |
| Type | Freeform category tag (e.g. product, team). Shown as a small sub-label on the node. |
| Color | Hex fill color for the node circle. The label stays readable with an automatic text stroke. |
| URL | Optional link. When set, the popover shows an “↗ Open” button and a copy-link button. |
| Description | Free-text notes shown in the popover when you click the node. |
Moving nodes: Click and drag any node to reposition it. Edges update in real time. Position autosaves on mouse release.
Deleting nodes: Click a node → ✕ Delete in the popover, or select it and press Delete / Backspace. The root node cannot be deleted.
The Editor Panel
Click ✎ Edit in the toolbar (or Edit in any node popover) to open the editor panel. It slides in from the right.
Exporting & Importing
Mind Map Builder uses plain JSON as its native format. Move maps between devices, share them, or process them programmatically.
| Action | How | Result |
|---|---|---|
| Download JSON | Toolbar → ⤓ Export JSON | Downloads builder-mindmap.json |
| Copy JSON | Toolbar → ⧉ Copy JSON | Copies full JSON to clipboard |
| Import JSON | Editor → paste in JSON area → ⤓ Import | Replaces current map |
| Clear & start over | Toolbar → 🧹 Clear | Resets to blank root (requires confirmation) |
Keyboard Shortcuts
Click on the canvas (outside any input) to focus it, then:
| Key | Action |
|---|---|
| N | Add a child node to the selected node (or root if none selected) |
| Delete / Backspace | Delete the selected node (prompts confirmation) |
| Esc | Dismiss popover, deselect node, close editor panel |
| Scroll wheel | Zoom in / out centered on cursor position |
JSON Data Format
The map file is a single JSON object with two arrays: nodes and edges.
Node IDs can be any unique string. The engine auto-generates IDs for new nodes. There must always be exactly one node with "id": "root".
Mobile Usage
All core features work on phones and tablets.
| Gesture | Action |
|---|---|
| 1-finger scroll | Scrolls the page (normal browser behavior) |
| 2-finger drag | Pans the canvas |
| Pinch | Zooms in or out |
| Tap a node | Opens the node popover |
| Hold and drag a node | Moves the node (edit mode) |
Tips & Best Practices
product, team, goal, or risk. It shows as a small badge on the node and helps you scan large maps quickly.