Excaliwow docs
Excaliwow is a hosted home for your Excalidraw diagrams. Sketch together in the browser, or drive your diagrams programmatically from the terminal and your AI agent.
Draw in the browser
Open the editor at excaliwow.com, create a diagram, and invite your team. Live cursors, comments, and share links are built in.
Start for freeBuild on the platform
Create, edit, and render diagrams over a REST API, from the CLI, or straight from Claude through the MCP server.
Open the quickstartTry it from your terminal
Authenticate once with a token from your settings, then create a diagram from a spec:
terminal
npx @excaliwow/cli auth login
npx @excaliwow/cli create --spec diagram.jsonGetting started
Developer platform
REST APIThe /api/v1 surface: list and read diagrams, create from a spec, render to PNG or SVG, and merge edits.CLI@excaliwow/cli — create, edit, render, and manage diagrams from your terminal or a script.MCP server@excaliwow/mcp — let Claude and other MCP clients create and edit your diagrams through five tools.Diagram DSLThe content model the API, CLI, and MCP all speak: nodes, edges, layout, and edit fragments.