← Back to editor

Editable Org chart example

Team org chart Mermaid diagram example

Updated · Renders with Mermaid 11.17.2

Edit this small team reporting structure in Mermaid, inspect the rendered result, and adapt the working source for your own documentation.

About this example

This small team reporting structure example is designed as an editable starting point rather than a finished specification. In the rendered diagram, a team lead connects to functions and two engineering specialities. Read the structure once before changing the source so identifiers, labels, and connections stay aligned. The example is intentionally small enough to test after every edit, but it includes the syntax needed to communicate the central relationship. Open it in mermaid.tools, make one change at a time, and keep the Mermaid source alongside exported images so the diagram remains maintainable.

Mermaid source

flowchart TB
  Lead[Team lead] --> Engineering[Engineering]
  Lead --> Design[Design]
  Lead --> Operations[Operations]
  Engineering --> Frontend[Frontend]
  Engineering --> Backend[Backend]
Open in editorDownload .mmd

Adapt it

This example source is dedicated to the public domain under CC0 1.0. Review generated diagrams before relying on them in documentation.

Learn more in the related guide.

Related examples

Order data model

Edit this order data model in Mermaid, inspect the rendered result, and adapt the working source for your own documentation.

Release plan

Edit this dependent release schedule in Mermaid, inspect the rendered result, and adapt the working source for your own documentation.

Background job states

Edit this background job state machine in Mermaid, inspect the rendered result, and adapt the working source for your own documentation.