A local-first visual planning board for focus, notes, tasks, and nested workspaces.
PlanlaMa is an ADHD-friendly desktop planning app built with Electron. It gives you a flexible visual workspace where tasks, notes, images, and nested boards can live together without forcing everything into a strict list or calendar.
The app is designed for quick daily planning, idea parking, and focus management. Everything is stored locally on your device.
- Visual board layout with draggable and resizable objects
- Sections for separating contexts such as Today, This week, and Ideas
- Post-it style cards with text, Markdown, to-do lists, and images
- Nested boards for breaking large areas into smaller workspaces
- Card status tracking: Next, Now, Waiting, and Done
- Local image import and pasted image support
- Separate object windows for focusing on one board or card
- English and Turkish interface support, with English as the default language
- Local JSON storage, no account or cloud service required
- Electron
- JavaScript
- HTML
- CSS
- electron-builder
Install dependencies:
npm installRun the app in development:
npm startBuild for macOS:
npm run dist:macBuild for Windows:
npm run dist:winPlanlaMa stores planner data locally in Electron's userData directory as planner-data.json. Imported and pasted images are copied into a local assets directory next to the data file.
| Command | Description |
|---|---|
npm start |
Run the Electron app |
npm run icon |
Generate macOS icon assets |
npm run dist:mac |
Build macOS DMG and ZIP packages |
npm run dist:win |
Build Windows installer and portable packages |
MIT License. See LICENSE for details.