What matters to this project
No Barriers to Start
No accounts, no onboarding flows, no "verify your email" screens. Click the link, get a canvas. That's it. The whiteboard should be ready when your idea is, not five minutes later.
Privacy by Default
Your drawings are stored in your browser's local storage. They don't get sent to a server, they don't get analyzed, and they don't get used for training anything. You control your data.
Speed Over Feature Bloat
The canvas renders at 60 FPS and the page loads in under a second. Instead of adding every possible feature, the focus is on doing the core things — drawing, shapes, notes, exporting — really well.
Why this tool exists
I kept running into the same problem: every time I needed a quick canvas to sketch something during a call or explain an idea to someone, the available tools wanted me to create an account first. Some required a paid plan for basic features like exporting. Others loaded so slowly that by the time the canvas appeared, the moment had passed.
Free Online Whiteboard started as a personal tool to scratch that itch — a canvas that loads instantly, has the drawing tools I actually use (pen, shapes, sticky notes, text, image uploads), and saves my work without requiring me to hand over my email address. It turned out other people wanted the same thing, so I cleaned it up and put it online.
It's not trying to replace full project management suites or enterprise collaboration platforms. It's a whiteboard. You open it, you draw on it, you export it or share the link when you're done. That's the whole idea.
Who maintains this
This is an indie project maintained by a solo developer. There's no company behind it, no venture funding, and no sales team. The tool is free to use, and the site is supported by ads. If you have feedback, questions, or run into a bug, you can reach me through the contact page.
How it's built
The app runs entirely in your browser using an HTML5 canvas for drawing and localStorage for persistence. The landing pages are built with the Astro framework for fast static page loads, and the site is hosted on Cloudflare Pages.