A simple infinite canvas note-taking app.
- Infinite canvas - Create notes anywhere with unlimited space
- Auto-save - Everything is saved automatically as you type
- Offline ready - Works without internet connection (PWA)
- Touch friendly - Works on desktop and mobile devices
- Click anywhere to create a new note
- Scroll to zoom in/out
- Drag to pan around the canvas
- Double-click to fit all notes in view
- Drag notes to move them around
- Resize notes by dragging the bottom-right corner
- Change colors using the color picker button
- Delete notes using the X button
Simply serve the directory. No build process required.
Notes are stored locally using IndexedDB with localStorage fallback for maximum compatibility.
CC0 - Public Domain