Productivity
MikroPlan
Local-first Collaborative
A one-screen Kanban board for small projects and personal work.
- Use
- Local-first or collaborative
- Storage
- IndexedDB by default, optional SQLite API mode.
- Runtime
- Static browser app with optional Node API.
Your board, one screen.
MikroPlan starts with Do, Doing, and Done, then adds portable JSON backups, optional SQLite server mode, and live sync only when a shared board needs it.
Use it for personal planning, launch work, household tasks, and small product boards that need structure without project-management sprawl.
What ships
Draggable cards and columns
Markdown-friendly notes, labels, dates, and checklists
JSON import and export
Optional magic-link auth and Server-Sent Events in API mode
Install
Run it
curl -sSL -o mikroplan_app.zip https://releases.mikrosuite.com/mikroplan_app_latest.zip
unzip mikroplan_app.zip -d mikroplan_app
cd mikroplan_app/*
npx http-server . -a 127.0.0.1 -p 8000 -c-1