quickdraw


Connecting...

quickdraw

The realtime fullstack starter for quickdraw-core

Typed Socket.IO services, two-tier access control, a full auth suite, and a multiplayer game foundation — already wired together. Fork it and build the interesting part.

Bun
Next.js
MUI
Socket.IO
Prisma
Godot
What you get

Everything wired, nothing hidden

Quick start

Zero to realtime in four commands

$git clone https://github.com/fitzzero/quickdraw-chat my-app
$cd my-app && docker-compose up -d
$bun install && bun run db:migrate && bun run db:seed
$bun run dev

# then make it yours — one script renames everything:

$./scripts/init-fork.sh my-app --scope @my
MIT licensed. Fork it and go.