AI-assisted Mermaid diagram editor
Create, edit and save Mermaid diagrams in WicsFlow with live preview, syntax validation, version history and secure sharing.
Open WicsFlowSupported Mermaid diagram types
Every format listed here is exercised by automated tests with the installed Mermaid 11.16.0 package.
Flowcharts
flowchart LR Idea --> Review --> Publish
Sequence diagrams
sequenceDiagram User->>API: Request API-->>User: Response
Class diagrams
classDiagram Project o-- Version class Project class Version
State diagrams
stateDiagram-v2 [*] --> Draft Draft --> Published
Entity relationship diagrams
erDiagram
PROJECT ||--o{ VERSION : containsUser journeys
journey
title Review
section Diagram
Edit: 4: User
Validate: 5: UserGantt charts
gantt title Delivery dateFormat YYYY-MM-DD task :a1, 2026-01-01, 2d
Pie charts
pie title Work "Design" : 40 "Review" : 60
Mind maps
mindmap
root((System))
API
Data
UITimelines
timeline title Roadmap 2026 : Design 2027 : Delivery
Git graphs
gitGraph commit branch feature checkout feature commit
Requirement diagrams
requirementDiagram
requirement secure_access {
id: 1
text: Secure access
risk: high
verifymethod: test
}Source editing and live preview
The editor highlights Mermaid source, checks size and unsafe directives, reports bounded errors and renders a sanitized SVG preview.
Generate Mermaid diagrams with AI assistance
Version history and recovery
Every manual save creates an immutable version. Restoring an earlier diagram creates another version without rewriting history.
Secure diagram sharing
Revocable read-only links support expiry, view limits, source visibility and download controls.
Frequently asked questions
What is Mermaid?
Mermaid is a syntax and open-source library for creating diagrams from text descriptions. WicsFlow supports editing, validating and previewing Mermaid diagrams.
Is WicsFlow an official Mermaid product?
No. WicsFlow is an independent WicsOra LLC product that uses the open-source Mermaid library under the MIT License. It is not an official Mermaid or Mermaid Chart product.
Can I paste existing Mermaid source?
Yes. Paste source into the editor, validate the diagram and save the result as a project version.
Can AI overwrite my diagram?
No. AI capabilities are designed as proposals that require user review and explicit acceptance.
What is available now?
The source editor, safe preview, validation, version history, recovery and protected links are available. Additional export formats will be advertised only after implementation and testing.