elefcode

Mermaid diagram

Mindmap — free online editor

Mermaid mindmaps capture ideas around a central topic — branches grow outward by indentation alone, no UI dragging required.

What is a Mermaid mindmap?

Indentation defines hierarchy: deeper indent = deeper level. The root shape is set with double parens like `root((Center))`. Each node can use shapes: square `[box]`, rounded `(round)`, circle `((circle))`, hexagon `{{hex}}`, or cloud `))cloud((`.

When to use it

  • Brainstorm features or ideas
  • Plan content for a blog post
  • Sketch a curriculum outline
  • Capture a meeting's key topics

Syntax in one paragraph

Always start with `mindmap`, then `root((Topic))`. Indent two spaces per level to add children. Shapes are optional; indentation alone produces a clean tree.

Example: Tools for a developer

mindmap
  root((Dev Tools))
    Editors
      VS Code
      Vim
      JetBrains
    CLI
      Git
      Docker
      kubectl
    Browsers
      Chrome DevTools
      Firefox Dev
    Diagrams
      Mermaid
        Flowchart
        Sequence
        Gantt

More Mermaid diagrams