Skip to content

Latest commit

 

History

231 Commits

Folders and files

NameName
Last commit message
Last commit date
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

CI License: MIT Discussions Contributors

QuickDraw 🎨 ⚡

CI License: MIT PRs Welcome Built with Turbo pnpm TypeScript

QuickDraw is a high-performance, real-time collaborative whiteboarding application. Built with a modern monorepo architecture, it enables seamless stroke synchronization with ultra-low latency, AI-powered design assistance, and robust room-based collaboration.

🌐 Live Demo: quick-draw-excelidraw-frontend.vercel.app

image

📖 Resources


🚀 Features

  • Real-Time Collaboration: Stroke synchronization (approx. 50ms latency) using WebSockets.
  • AI Integration: Built-in AI chat powered by Groq (Llama 3.3) for design assistance.
  • Private Drawing Rooms: Create and join unique rooms for focused group brainstorming.
image
  • PPT Export: Export your whiteboard designs directly to PowerPoint presentations.
  • Modern Auth: Secure user management and authentication powered by Clerk.
  • Responsive UI: High-performance interface built with Next.js 15 and Tailwind CSS.
  • Monorepo Architecture: Efficient code sharing and task orchestration via TurboRepo.

🛠️ Tech Stack

  • Frontend: Next.js 15 (App Router), Tailwind CSS, Framer Motion, Lucide React.
  • Backend: Node.js, Express, WS (WebSocket).
  • Database: PostgreSQL with Prisma ORM.
  • AI: Groq API (Llama 3.3).
  • Tooling: TurboRepo, pnpm, Docker.

⚙️ How it Works

image

Detailed instructions are available in the Contributing Guide.

# 1. Install dependencies
pnpm install

# 2. Setup database
pnpm db:generate

# 3. Start development
pnpm dev

📂 Project Structure

QuickDraw/
├── apps/
│   ├── excelidraw-frontend/ # Main drawing application (Client)
│   ├── http-backend/         # REST API for users, rooms, and AI
│   ├── ws-backend/           # WebSocket server for stroke sync
│   └── web/                  # Landing page and secondary components
├── packages/
│   ├── db/                   # Prisma schema and shared DB client
│   ├── common/               # Shared Zod schemas and TypeScript types
│   ├── ui/                   # Shared React component library
│   └── eslint-config/        # Shared ESLint configurations

🤝 Contributing

Contributions make the community an amazing place to learn and create. Please read our Contributing Guide to get started.

📄 License

Distributed under the MIT License. See LICENSE for more information.


Created by Divyanshu Rajput

ChatGPT Image May 6, 2026, 08_11_20 PM

About

⚡ Real-time collaborative canvas + AI Design Assistant. Draw, brainstorm with AI, and export to PowerPoint instantly. Next.js 15, TypeScript, WebSockets, and Prisma monorepo.

Topics

Resources

Code of conduct

Contributing

Security policy

Stars

1 star

Watchers

1 watching

Forks

Releases

Packages

Used by

Contributors

Languages