Free online diagram maker — no sign-up required
The playground runs entirely in your browser. Write text and export diagrams instantly.
DGMO is a plain-text diagram language for developers. Write what you mean — get sequence diagrams, flowcharts, entity relationship diagrams, org charts, and 26 more chart types.
DGMO syntax
sequence Login Flow
User -login(email, pass)-> AuthService
AuthService -findByEmail(email)-> UserDB
UserDB -user record-> AuthService
AuthService -token-> User Rendered output
Desktop App
Write text, see your diagram update instantly. 32 chart types including sequence diagrams, flowcharts, infrastructure diagrams, sitemaps, and org charts. 8 color palettes, Vim mode, and export to PNG, SVG, PDF, or HTML.
The same diagram language works everywhere — browser, terminal, npm, AI agents, and Obsidian.
The playground runs entirely in your browser. Write text and export diagrams instantly.
Pipe a .dgmo file through dgmo and get a PNG or SVG. Fits into scripts, CI pipelines, and Makefiles.
brew install diagrammo/dgmo/dgmoImport @diagrammo/dgmo as an open-source npm package. Parse DGMO source and render SVGs programmatically.
npm install @diagrammo/dgmoGive Claude and other AI tools the ability to create diagrams. Just describe what you want.
npx -y @diagrammo/dgmo-mcp