Kibitz

← The Kibitz Engine · deep dive

Shared-screen annotation (doodle), per-image memory, sync & TV mirroring

Pen/laser annotation over the shared screen on the call stage — now bound to the image it was drawn on, synced to everyone (including late joiners), drawable by an AI agent, and mirrorable to a TV.

What you can do (UX)

How it works

The doodle engine (src/react/ink.ts, src/react/StageInk.tsx)

Sync — the stager replays ({k:'restore'})

The agent producer & annotation (witbitz side)

Full-screen for mirroring (StageInk stage / Widget.tsx)

Caveats