A 100% local, offline-first, browser-based note-taking and mind-mapping application. Built with pure HTML, CSS, and Vanilla JavaScript, this app requires no installation, no backend servers, and no internet connection to function. Your data stays entirely on your machine, giving you complete privacy and control.
(Built with the assistance of Qwen)
- Create, edit, and manage multiple distinct whiteboard projects.
- Each project maintains its own unique set of notes, images, and connections.
- A massive 3000x3000px workspace to brainstorm freely.
- Smooth zoom in/out (
Ctrl + Scrollor toolbar buttons) and reset view functionality.
- Sticky Notes: Drag, drop, and type freely. Choose from 5 pastel colors (Yellow, Blue, Green, Pink, Red).
- Group Boxes: Resizable, draggable containers to organize related notes. Customizable titles.
- Image Support: Add images via file upload or simply Copy & Paste (
Ctrl+V) directly onto the canvas. - Connections: Link any two elements together with clean, directional arrow lines. Click a line to delete it.
- Themes: Seamless Light and Dark mode toggling.
- Custom Colors: Personalize the Global Text, Primary Buttons, Toolbar, Cards, and Canvas backgrounds via a built-in color picker.
- Dynamic Backgrounds: Choose from 7 unique canvas styles:
- Dot Grid (Default)
- Graph Paper
- Blank
- Live Animated Gradients
- ✨ Falling Stars
- 🌠 Shooting Stars (Canvas-rendered)
- 🌀 Animated Patterns
- A sleek, collapsible radio player in the bottom-right corner.
- Features an animated EQ visualizer that reacts when music is playing.
- Pre-loaded with reliable, direct-streaming Lofi stations (Lofi Cafe, Hotmix, etc.).
- Full play/pause, next/previous, and volume controls.
N: Add new Sticky NoteG: Add new Group BoxC: Toggle Connect Mode1-5: Change the color of the most recently added noteCtrl + S: Export current project to JSONCtrl + +/-: Zoom In / OutCtrl + 0: Reset ZoomEsc: Cancel connection mode or close modals
This application is designed with a zero-trust, privacy-first philosophy:
- No Cloud: Your data is never uploaded to any server.
- No Tracking: No analytics, no cookies, and no external scripts (other than the optional radio audio streams).
- No Installation: It runs entirely from a single
.htmlfile. You can run it straight from your desktop or a USB drive. - Offline Capable: Once loaded, you can disconnect your internet, and the app will function perfectly.
Because this app is 100% local, your data is stored securely inside your web browser's internal memory. It is not saved as standard files on your hard drive unless you explicitly export it.
All notes, images, connections, and project metadata are stored in the browser's IndexedDB under the database name LocalWhiteboardDB.
How to view your raw data (Opera GX / Chrome / Edge):
- Press
F12orCtrl + Shift + Ito open Developer Tools. - Navigate to the Application tab.
- In the left sidebar, expand Storage > IndexedDB.
- Click on
LocalWhiteboardDB>projects. You will see a table of all your saved projects and their raw JSON data.
Your theme preferences, background choices, and custom color palettes are saved in the browser's Local Storage. How to view:
- In the same Application tab in Developer Tools.
- Expand Local Storage in the left sidebar.
- Click on your file's URL (e.g.,
file://...orlocalhost). - You will see keys named
wb_settingsandwb_colours.
⚠️ Important: Because data is tied to your specific browser, clearing your browser's "Site Data" or "Cookies and Site Data" will delete your projects. Opening the HTML file in a different browser will also start with a blank slate.
To ensure you never lose your work, the app includes a built-in export feature:
- Open the project you want to save.
- Click the Export Project icon (⬇️ arrow) in the top-right toolbar.
- A
.jsonfile will immediately download to your computer's Downloads folder. - Note: While there is no "Import" button in the current UI, this JSON file contains all your notes, coordinates, colors, and base64-encoded images, serving as a permanent, portable backup.
- Download or save the
index.htmlfile to your computer. - Double-click the file to open it in your preferred modern web browser (Chrome, Opera GX, Firefox, Edge, etc.).
- Click "+ New Project" to start brainstorming!
- Development: Crafted with the assistance of Qwen (Alibaba Cloud).
- Icons: Custom inline SVGs (no external icon libraries required).
- Audio Streams: Publicly available Lofi radio stream URLs.
- Clear Value Proposition: Immediately tells the user what it is and why it's safe (100% local).
- Feature-Rich: Breaks down the UI into logical, easy-to-read categories.
- Actionable Data Instructions: Gives exact, step-by-step instructions for Opera GX/Chrome users to find their data, demystifying where it goes.
- Safety Warning: Clearly warns the user about clearing browser data, preventing accidental data loss.
- Professional Polish: Uses emojis, bolding, and clean Markdown formatting to make it highly readable.