Visualise architecture with Flowcharts, PlantUML, Mermaid, JSON graph and UML class diagrams
All 7 diagram tools run in your browser with no install, no account required. Design software architectures with Mermaid (flowcharts, ER, sequence, class, Gantt), render PlantUML diagrams, visualise JSON structures as interactive trees and graphs, and explore OpenAPI schemas as class diagrams — export to PNG or SVG with one click.
Visualize JSON as an interactive graph or UML class diagram with code export
Visualize any JSON as an interactive node-link graph
Visualize JSON as a UML class diagram with language-aware types
Browse schemas from an OpenAPI / Swagger spec and view UML class diagrams
Create and render Mermaid diagrams — flowcharts, sequence diagrams, ER diagrams, class diagrams, Gantt charts and more
Write and preview PlantUML diagrams
Create flowcharts, UML diagrams, ERDs, and system architecture diagrams with a drag-and-drop visual canvas
A complete set of diagram and visualisation tools for developers, architects and technical writers. Create flowcharts, UML diagrams, ER schemas, JSON graphs and more — all 7 tools run client-side with no install, no server, no account required.
QCan I export diagrams to use in documentation?
Yes. All diagram tools support export to PNG and SVG, suitable for use in Confluence, Notion, GitHub README files, Google Docs and presentations.
QDoes the PlantUML tool require a local install?
No local install or Java runtime is needed. The PlantUML tool encodes your diagram source and sends it to the public plantuml.com rendering server, then displays the returned SVG. Your source is never stored — it is encoded directly in the share URL.
QWhat does the JSON graph tool show?
It renders the object/array structure of any JSON document as a force-directed node-edge graph, which is useful for understanding relationships in complex API responses and nested configuration objects.