This application renders Mermaid.js diagrams to SVG images that you can download and use in your projects.
POST /render
Content-Type: application/json
{
"diagram": "graph TD\nA[Start] --> B[End]"
}
Content-Type: application/json
{
"diagram": "graph TD\nA[Start] --> B[End]"
}
Mermaid Diagram Renderer | Made with Flask and Mermaid.js
Rendering diagram...