A local-first visual notes board built with Next.js.
- Infinite-feel canvas with pan + zoom
- Create, move, edit, color, complete, and delete notes
- Keyboard-first controls (
Tabcycle,Cmd/Ctrl+N, arrow move,1-6colors) - Minimap for quick navigation
- Local persistence in browser (Dexie/IndexedDB)
npm install
npm run devOpen http://localhost:3000.
- Next.js + React + TypeScript
- Tailwind CSS
- Dexie (IndexedDB)
MIT License