Analysis updated 2026-05-18
Ask an AI agent to arrange screenshots in a comparison layout on a whiteboard you can view and edit in your browser.
Have an AI agent build a visual spec sheet with mockups, notes, and open questions, then export it as a PNG.
Keep a persistent annotated whiteboard that an AI agent updates across multiple coding sessions without losing content.
| human-bee/local-tldraw-board | acip/slack-claude-agent | alexanderdaly/neurofhe-relay | |
|---|---|---|---|
| Stars | 1 | 1 | 1 |
| Language | JavaScript | JavaScript | JavaScript |
| Setup difficulty | moderate | moderate | easy |
| Complexity | 2/5 | 3/5 | 2/5 |
| Audience | developer | developer | researcher |
Figures from each repo's GitHub metadata at analysis time.
Requires Node.js and one of Codex Desktop, Claude Code, or Cursor, the setup script handles dependency installation automatically.
Local tldraw Board is a plugin that gives AI coding agents a persistent visual whiteboard they can edit in real time while you watch in a browser tab. The board uses tldraw, an open-source collaborative drawing tool, running locally on your machine. When an agent makes a change (adding shapes, dropping in screenshots, writing annotations), the edit appears immediately in the browser. The plugin works by running a local web server that hosts the tldraw editor and a separate server that exposes tools to AI agents via MCP (Model Context Protocol, a standard way for agents to call external tools). The agent sends commands to the MCP server, which relays instructions to the browser through a local bridge. Board data and any media on it are saved to a folder on your machine and persist across restarts. The use cases described in the README are tasks like arranging screenshots for a UI comparison, building a visual spec sheet with mockups and notes, or keeping an annotated whiteboard that the agent updates across multiple sessions. Boards can also be exported as images. Installation is supported in three AI coding environments: Codex Desktop (via its plugin marketplace), Claude Code (via slash commands or CLI), and Cursor (via MCP config or a symlink). First-time setup runs Node scripts to install dependencies, optionally register a macOS background service to keep the web server alive between restarts, and open a named board in the browser. All board data stays on your machine and is not sent to external servers unless you explicitly publish the files. The project is released under the MIT license.
A plugin that gives AI agents (Codex, Claude Code, Cursor) a live-editable local whiteboard via MCP, letting you watch agents arrange, annotate, and export visual content in real time.
Mainly JavaScript. The stack also includes JavaScript, Node.js, tldraw.
Use freely for any purpose including commercial use, as long as you keep the copyright notice.
Setup difficulty is rated moderate, with roughly 30min to a first successful run.
Mainly developer.
This repo across BitVibe Labs
Verify against the repo before relying on details.