A minimal, pen-first drawing app built for people who just want to draw, write, and think without clutter.
- Pen Support - Native pressure sensitivity and palm rejection
- Infinite Canvas - Draw without boundaries
- PDF Import/Export - Annotate PDFs and export your work
- Page Templates - Blank, lined, grid, and dot patterns
- Selection Tool - Move and edit drawings, text, and objects
- Real-time Sync - Auto-save with backend synchronization
- 100% Web-based - Works in any modern browser
- Node.js (v14 or higher)
# Install dependencies
npm install
# Start the server
npm startVisit http://localhost:3000 in your browser.


