Skip to content
Tech News
← Back to articles

Show HN: ProofShot – Give AI coding agents eyes to verify the UI they build

read original get AI Code Review Tool → more articles
Why This Matters

ProofShot is an open-source CLI tool that enables AI coding agents to verify and validate UI features by recording videos, screenshots, and error reports during testing. This innovation addresses a critical gap where AI agents build UI components blindly, enhancing reliability and reducing human review time. Its compatibility with various AI tools and seamless integration into existing workflows makes it a valuable asset for improving automation accuracy in the tech industry.

Key Takeaways

Open-source, agent-agnostic CLI that gives AI coding agents eyes.

Your agent builds a feature — ProofShot records video proof it works.

Works with Claude Code · Cursor · Codex · Gemini CLI · Windsurf · GitHub Copilot · any agent that runs shell commands

Why ProofShot?

AI coding agents build UI features blind. They write code but can't verify the result looks right, works correctly, or throws no errors.

ProofShot closes the loop: an open-source CLI that plugs into any AI coding agent and gives it a verification workflow — test in a real browser, record video proof, collect errors, and bundle everything for the human to review.

The human gets a video recording, screenshots of key moments, and a report of any console or server errors found. View artifacts locally, or run proofshot pr to upload everything to the GitHub PR as an inline comment. No vendor lock-in. No cloud dependency.

The interactive viewer: video recording with scrub bar, action markers, and step-by-step timeline

Install

... continue reading