FlareStart
HomeNewsHow ToSources
FlareStart

Where developers start their day. All the tech news & tutorials that matter, in one place.

Quick Links

  • Home
  • News
  • Tutorials
  • Sources
  • Privacy Policy

Connect

© 2026 FlareStart. All rights reserved.

Back to articles
How-ToTools

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

via Hacker Newsjberthom3h ago

I use AI agents to build UI features daily. The thing that kept annoying me: the agent writes code but never sees what it actually looks like in the browser. It can’t tell if the layout is broken or if the console is throwing errors. So I built a CLI that lets the agent open a browser, interact with the page, record what happens, and collect any errors. Then it bundles everything — video, screenshots, logs — into a self-contained HTML file I can review in seconds. proofshot start --run "npm run dev" --port 3000 # agent navigates, clicks, takes screenshots proofshot stop It works with whatever agent you use (Claude Code, Cursor, Codex, etc.) — it’s just shell commands. It's packaged as a skill so your AI coding agent knows exactly how it works. It's built on agent-browser from Vercel Labs which is far better and faster than Playwright MCP. It’s not a testing framework. The agent doesn’t decide pass/fail. It just gives me the evidence so I don’t have to open the browser myself every time

Continue reading on Hacker News

Opens in a new tab

Read Full Article
0 views

Related Articles

Beyond the "Build It" Lie: How I’m Actually Marketing My Indie App on Reddit, Bluesky, and Dev.to
How-To

Beyond the "Build It" Lie: How I’m Actually Marketing My Indie App on Reddit, Bluesky, and Dev.to

Medium Programming • 26m ago

How-To

Demystifying DeFi: How Concrete Makes Precision Investing Simple

Medium Programming • 1h ago

MEXC vs Bitget — Which Crypto Exchange Is Better? (2026)
How-To

MEXC vs Bitget — Which Crypto Exchange Is Better? (2026)

Dev.to Beginners • 2h ago

Why Beginners Quit Wireshark Too Early, And What They’re Missing
How-To

Why Beginners Quit Wireshark Too Early, And What They’re Missing

Medium Programming • 3h ago

I Thought My Flutter Code Was Safe… Until I Learned About Obfuscation
How-To

I Thought My Flutter Code Was Safe… Until I Learned About Obfuscation

Medium Programming • 6h ago

Discover More Articles