← Blog ·

A free online whiteboard with no sign-up (and no catch)

Sometimes you just need a surface to think on — a quick diagram in a call, a sketch to explain a bug, a plan drawn out loud. What you don’t need is a sign-up wall, a workspace to name, and an onboarding tour.

app.tryquickdraw.com opens straight to a canvas. Draw. That’s the product.

What you get

Where your drawings go

Nowhere. The document lives in your browser’s local storage: close the tab, come back tomorrow, your board is still there. Nothing is uploaded, there’s no server copy, and there’s no account to attach it to. If you want a file, export a PNG; if you want to clear out, the board menu has a clear-board button.

The honest trade-off: local storage means the board belongs to that browser. It won’t follow you to another machine, and clearing your browser data clears the board. For anything you’d be sad to lose, export.

Why it’s free

The app is a demo that turned out to be useful. It runs on Quickdraw, an MIT-licensed whiteboard SDK for developers — the app you draw in is the SDK, unmodified. Keeping the app free is how people find the project, the same way the small mark in the corner of embedded boards is.

If you’re a developer and want this canvas inside your own product:

npm install @quickdrawjs/react

The docs take it from there, and the whole thing is open source.

Keyboard shortcuts worth knowing

DPen
EEraser
NSticky note
TText
VSelect
Space (hold)Pan
⇧1Zoom to fit
⌘Z / ⇧⌘ZUndo / redo

Open the whiteboard →