fun multiplayer whiteboard app
- draw on the whiteboard
- all drawings are visible to everyone
- each browser session is a new user
- each user gets limited ink
- click
↻
to delete your paths and get your ink back - zoom / pan
jazz
: crdt sync backendreact
: uikonva
: html canvas
this is a little manual for now, I may automate it in future.
- deploy the project anywhere you choose (e.g.
vercel
) - visit the site, check the Chrome Console, and record the
VITE_GROUP_ID
value. - also set
VITE_JAZZ_API_KEY
to your email address. - add this value as an environment variable to your deployment.
- restart / re-deploy.