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

HostMyClaudeHTML: One-Click Sharing for Claude HTML Artifacts
A developer built hostmyclaudehtml.com, a free tool that lets you share Claude-generated HTML artifacts as live URLs by dragging and dropping the .html file. No account is required for uploaders or viewers.

Upfront: A Claude Code Plugin That Forces Thinking Before Coding
Upfront is a Claude Code plugin with 20 skills that challenges developers before generating code. It uses three commands: /upfront:feature to push back on vague requirements, /upfront:plan to break work into ~400 LOC phases, and /upfront:build to execute with TDD and review per phase.

Agent Factory: Autonomous System Builds AI Agents from Online Problem Discussions
Agent Factory is an autonomous system that scrapes Reddit, HN, GitHub, and Twitter for real problems, scores them on demand, market gap, and feasibility, then builds standalone AI agents for promising ideas. The system uses a minimal Next.js template with 7 tools and runs Claude Code headless via a shell script.

Ink: A Deployment Platform Where Claude AI Agents Are the Primary Users
Ink (ml.ink) is a deployment platform designed for AI agents like Claude, featuring one tool call deployment, auto-detection of frameworks, and integrated services including compute, databases, DNS, secrets, domains, metrics, and logs.