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.
Personal planning, small product squads, household work, launch boards.
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