Zerro: Point at Your Live App, Speak, and Watch Claude Code Edit It Instantly

Zerro is a Mac app that replaces keyboard-driven prompting with pointing and speaking. You frame any part of your screen with the cursor, describe the change out loud (e.g., "copy this theme and these colors," "add this scrolling ticker animation"), and the command is handed to Claude Code or Codex/Cursor running on your project. The tool edits real files, your dev server hot-reloads, and the change appears live.
How It Works
- Pointing resolution: Put your cursor on a UI element (e.g., a nav bar), say "this one," and Zerro identifies which element you meant — not just a screenshot crop.
- Live capture of motion: Unlike pasting a static screenshot into Claude, Zerro captures live animations — scrolling tickers, orbitals, animated backgrounds — so you can say "I want that" about moving content.
- Checkpoint safety: Every run snapshots your project state before executing, making any change one-click revertible.
In the demo, the creator built a landing page from a blank starter hands-free by pointing at reference sites and giving verbal instructions like "Use this orbital, and swap the nav bar for this one" or "Make the background this animated one, recolored to match."
Compatibility
Zerro works with Claude Code by default but also supports Codex and Cursor. It runs on your own API login — no intermediate server shares your credentials.
Try It
A free demo is available at getzerro.app. The creator is actively seeking feedback, especially on edge cases where the tool breaks.
📖 Read the full source: r/ClaudeAI
👀 See Also

wearehere browser extension scans sites for tracking and privacy risks
wearehere is a browser extension that scans websites across ten categories including cookies, trackers, device fingerprinting, and dark patterns, then scores them based on privacy risks. It's under 200KB, runs locally in the browser, and also comes as an npm package for integration with AI agents via barebrowse MCP server.

Browser CLI: A Token-Efficient Browser Automation Tool for AI Coding Agents
Browser CLI is a persistent headless Chromium daemon that provides browser automation via plain Bash commands, achieving ~95% token savings compared to Playwright MCP by reducing calls from ~1,500 tokens to ~75 tokens.

ShareMyClaudeMD: Tool Converts Claude-Generated Markdown Files to Shareable Rendered Pages
A developer built sharemyclaudemd.com, a free tool that converts any Markdown file into a live, rendered page with a shareable URL and QR code. The tool addresses the friction of sharing Claude-generated Markdown files, which often requires recipients to open them in a specific editor or push to GitHub just for a rendered view.

Open Source Browser Tool for Testing MCP Servers Without Installation
An open source web tool called MCP Playground lets developers test MCP servers directly in their browser using WebContainers, a WASM Node.js runtime. It can run npm-based MCP servers locally without backend installation and connect to remote servers via URL.