Minimal spatial note-taking app. Click anywhere to write. No runtime dependencies.
Open index.html in a browser.
Or serve locally:
python3 -m http.server 8080- Click canvas to create notes
- Drag notes to reposition
- Cmd/Ctrl+B and Cmd/Ctrl+I formatting
- Multiple documents with sidebar navigation
- Search documents
- Dark/light theme toggle
- Auto-save to localStorage
Create a single-file production build:
node scripts/build.mjsRun size budget checks (raw <= 10000, gzip <= 3500 for core files):
node scripts/size-check.mjs- Current schema:
localStorage["anywhere"](compact v2 arrays) - Legacy keys (
anywhereDocuments,darkMode) are migrated automatically
MIT