This repository contains a polished Excalidraw-style drawing app in apps/web.
- Dark-only canvas interface
- Smooth freehand pencil strokes with
perfect-freehand - Rough rectangle, diamond, ellipse, line, and arrow tools
- Text insertion and editing
- Select, move, duplicate, delete, layer ordering, and keyboard shortcuts
- Eraser, undo/redo, zoom, pan, PNG export, and local persistence
- Supabase login/signup with guest-mode limits
pnpm install
pnpm --filter web devOpen http://localhost:3000.
For cloud login, create apps/web/.env.local:
NEXT_PUBLIC_SUPABASE_URL=https://your-project.supabase.co
NEXT_PUBLIC_SUPABASE_PUBLISHABLE_KEY=sb_publishable_your_keypnpm --filter web buildVercel preview:
https://excalidraw-clone-ntve0iuw8-parrth20s-projects.vercel.app