A lightweight diagram editor built with vanilla HTML, CSS, and JavaScript. No dependencies, no build step. Create flowcharts and diagrams directly in the browser.
Launch AppClick a shape button in the toolbar, then click on the canvas to place it. Drag handles to resize, drag the body to move.
Select the Line tool (L), click and drag from one shape to another. Lines snap to shape edges automatically.
Click the Custom Shape button (last button in the toolbar), click on the canvas, then paste your SVG code into the Custom SVG textarea in the properties panel. Adjust the ViewBox Width and Height to match your SVG's coordinate space.
<svg> tag, the app defaults to a 100x100 coordinate space. Use the ViewBox fields to adjust if needed.