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

✍️ OpenClawRadar📅 Published: July 2, 2026🔗 Source
Zerro: Point at Your Live App, Speak, and Watch Claude Code Edit It Instantly
Ad

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."

Ad

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

Ad

👀 See Also

AgentHandover: Mac menu bar app that creates agent skills by watching your screen
Tools

AgentHandover: Mac menu bar app that creates agent skills by watching your screen

AgentHandover is an open-source Mac menu bar app that uses Gemma 4 running locally via Ollama to watch your screen and turn repeated workflows into structured Skill files that any agent can follow. It offers both Focus Record for specific tasks and Passive Discovery that picks up patterns from background observation.

OpenClawRadar
Librarian MCP: Local AI Server for Persistent Context with Documents
Tools

Librarian MCP: Local AI Server for Persistent Context with Documents

Librarian MCP is an open-source Model Context Protocol server that runs locally and connects to Jan, LM Studio, or Claude Desktop, enabling AI models to search and analyze document collections while maintaining full conversation context and data privacy.

OpenClawRadar
Dual DGX Sparks vs Mac Studio M3 Ultra: Practical Comparison for Running Qwen3.5 397B Locally
Tools

Dual DGX Sparks vs Mac Studio M3 Ultra: Practical Comparison for Running Qwen3.5 397B Locally

A developer compared running Qwen3.5 397B locally on a $10K Mac Studio M3 Ultra 512GB and a $10K dual DGX Spark setup. The Mac Studio achieved 30-40 tok/s with 800 GB/s bandwidth but slow prefill, while the Sparks delivered 27-28 tok/s with faster compute but complex setup.

OpenClawRadar
Open-source trust scoring hook for Claude Code monitors sessions, blocks protected paths
Tools

Open-source trust scoring hook for Claude Code monitors sessions, blocks protected paths

A developer built a Python hook that scores every Claude Code session on reliability, scope, and cost dimensions, blocks access to protected paths like .env files, and hash-chains events for tamper detection. The single-file tool is available on GitHub.

OpenClawRadar