Real-time collaborative whiteboard for multiplayer drawing.
- 🎨 Draw shapes together in real-time
- 👥 Multi-user rooms (50-500 concurrent users)
- ⚡ <100ms sync latency
- 🔄 Automatic conflict resolution
- 📤 Export to PNG/JSON
npm install
npm run dev- Next.js + React
- Canvas API
- WebSocket
- Zustand
- Tailwind CSS
See TASK.md for detailed project plan and architecture.