Camera-Plus-VLM Tactile Whiteboard Digitizer That Mirrors Sticky Notes and Tokens to a Live Miro Board
An Ask HN thread about developer tools wished for in 2026 produced a multi-comment exchange where users described the same gap: people who think with their hands (sticky notes, sketches, tokens) want the artifact to also exist as an editable digital board, without buying a $4,000 'smart' whiteboard. The OP and a reply co-described the actual MVP — point a webcam at a normal whiteboard or wall of stickies, run an on-device VLM, sync state to a Miro/FigJam-style canvas in near-real-time. Rocketbook is referenced as the closest commercial attempt and dismissed as clunky. Demand is small in raw upvotes but unusually concrete (multiple users describing the exact same workflow) and the technical pieces (cheap webcams, on-device VLMs, multiplayer canvas libraries) are all 2026-ready.
The hard part isn't the OCR or the canvas, it's the diff. You need a representation of the whiteboard state that survives a hand passing in front of the camera, a sticky note being moved 3 inches, and someone wiping a section. Treat the local VLM as an event detector that emits 'token X moved from A to B' deltas, not a full re-OCR of the entire frame. Wedge customer: post-its-and-string designers and ops/incident-response teams who already use physical war rooms but need the artifact to live somewhere after the meeting.
landscape (5 existing solutions)
Hardware-first attempts (Logitech, Webex Board) are expensive and built for one-way capture. Software-first tools (Miro, FigJam) live entirely in the digital domain. The unmet wedge is the cheap-camera + on-device VLM + multiplayer canvas combination, which became feasible only in the last 12 months as VLMs got small enough to run locally on a M-series Mac mini or a Jetson. Nobody has shipped it because the team needs both ML competence and a real opinion about how tokens, sticky notes, and freehand strokes get represented in the digital twin.