Deployed link -> https://excalidraw-excalidraw-frontend-theta.vercel.app/
- Clone the repository
- Add your Database URL and Redis URL in the
.envfiles for both:http-backendws-backend
- Install dependencies:
pnpm install - Start the development servers:
pnpm run dev
-
Draw shapes like rectangle, square, circle, arrows, and freehand sketches
-
Real-time collaboration using WebSockets, Open the app in multiple tabs and changes sync instantly across all sessions.
-
Infinite canvas support
-
Smooth panning, zoom in, and zoom out
-
Multiple color support (Customize your drawings with different colors)
NextJs, Node JS, Websockets, Redis and Prisma ORM
