Skip to content

Getting started

LetDraw is a drawing and diagramming tool that runs in your browser; it needs no installation, you just open a link. By default your drawings stay on your device (browser storage): there is no tracking, nothing is sent to a server, and you can open it and draw even without an internet connection. You turn an idea into an editable diagram in minutes by drawing it by hand, having AI draw it, or generating it from code (Mermaid / D2 / YAML). If you want, you can enable cloud save and real-time collaboration; these are entirely optional. Live collaboration and share links are end-to-end encrypted.

A simple flowchart in the LetDraw editor

LetDraw is designed for anyone who needs to visualize an idea quickly. Anything you could draw on a whiteboard, you prepare in a neater, more shareable form. It is a good fit especially for these teams and roles:

Team / roleTypical use
Software developersFlowcharts, sequence, class and ER diagrams; diagrams from Mermaid/D2 code
DevOps / platform teamsArchitecture and infrastructure diagrams, Kubernetes/Compose visualization
Software architectsSystem design, service maps, decision diagrams
Product and project managersUser flows, process diagrams, presentation visuals
Technical writersDocumentation visuals, annotated diagrams
Students and educatorsLecture notes, concept maps, teaching visuals

LetDraw’s core purpose is to shorten the path between idea and diagram. You can turn what you have in mind into a diagram three ways:

  • Draw by hand: with the shapes, arrows, and text in the toolbar.
  • Let AI draw it: write a sentence, upload an image, or describe it by voice.
  • Generate from code: from Mermaid, D2, or YAML (Compose/Kubernetes) input.

Whichever way you choose, every resulting element is a real, editable shape; you can move, style, export, and share it afterward. And while you do all this, your data stays on your device.

Most tools are either a plain drawing board or generate diagrams from code only. LetDraw combines both in one place; on top of that, it does so in a privacy-focused, offline-capable form. Its standout strengths:

AdvantageWhat it means
Privacy firstYour drawings are stored in your browser by default; there is no tracking, and nothing is sent to a server. Cloud save and collaboration are optional; live collaboration and share links are end-to-end encrypted.
OfflineNo installation needed; it opens and draws without an internet connection.
AI built inGenerate diagrams from text, image, or voice; have AI explain and document an existing diagram.
Diagram ⇄ codeGenerate diagrams from Mermaid and D2, and turn a diagram back into code (two-way).
Real shapesGenerated diagrams are not just images; every box, arrow, and label is editable by hand.
Diagram-specific elementsEditable tables, syntax-highlighted code blocks, quick charts, and math/LaTeX.
Smart connectorArrows route automatically and cleanly around shapes.
Flexible exportPNG / SVG / PDF; plus recording the drawing process as WebM.
AutomationCall LetDraw from your own tools with the API and MCP, and generate diagrams from code.
Self-hostingHost LetDraw and these docs on your own infrastructure with Docker.

Visit www.letdraw.com; no installation needed. Your drawings are saved to your browser automatically, and you pick up where you left off next time.

  1. Pick the Rectangle (R) tool from the top toolbar and draw a box on the canvas.
  2. Double-click the box and type some text (e.g. “Start”).
  3. Use the Arrow (A) tool to draw an arrow from this box to a second box; the endpoints snap to shapes automatically, and the arrow follows when you move a shape.
  4. For something faster: open Prompt to Diagram from the toolbar’s ⋯ (More) menu and type a sentence like “class diagram for a university”; let the AI draw it for you.
  • Every change is saved to the browser automatically.
  • Under the hamburger menu → File you can save and open a .letdraw file, or export to PNG / SVG / PDF.