What problem does it solve?
You can describe diagrams in plain text or code without manually calculating coordinates, then instantly get clean, self-contained SVG outputs.
Core Features & Use Cases
- Markdown-to-SVG diagrams: Converts
figure <type> definitions and simple syntax (nodes, edges, sections, axis ticks) into fully rendered SVG diagrams.
- Typed JSON config via
fig(): Produces the same diagrams programmatically with strongly structured inputs for each diagram type.
- Auto layout across many diagram styles: Flowcharts, trees, mindmaps, architecture stacks, sequence diagrams, quadrant charts, Gantt charts, state machines, ER diagrams, timelines, swimlanes, bubble charts, and radar charts.
- Theme and palette support: Generates light/dark variants and uses named or custom color palettes for consistent styling.
Quick Start
Ask the AI to generate a flowchart SVG by providing a markdown diagram definition starting with figure flow, then include nodes and edges using -->.