A concise drawing and collaboration app for real-time rooms.
- Install dependencies:
pnpm install - Run dev servers:
pnpm dev - Build:
pnpm build - Start:
pnpm start
- Real-time collaborative canvas
- User authentication and rooms
- WebSocket server for live updates
- Frontend: apps/frontenf
- Backend and APIs: packages/common-backend
- WebSocket server: ws-server
- Database & ORM: db/prisma
Copy .env.example to .env and set required variables such as DATABASE_URL and any NEXT_PUBLIC_ keys.
- Open an issue, create a feature branch, and submit a PR with a clear description.
Specify your license in the LICENSE file or here.
Add maintainer contact or repo issue instructions.