ProofShot Visual Verification
ProofShot is an open-source, agent-agnostic CLI that lets any AI coding agent verify its own work in a real browser — no vendor lock-in required.
After building or modifying UI features, verify with this workflow:
- Start:
proofshot start --run "your-dev-command" --port PORT --description "what you are verifying"If the server is already running, omit --run. - Test: Use
proofshot execto navigate, click, fill forms, take screenshots - Stop:
proofshot stop— bundles video, screenshots, and error report
Key proofshot exec commands:
proofshot exec snapshot -i— see interactive elementsproofshot exec click @e3— click an elementproofshot exec fill @e2 "text"— fill a form fieldproofshot exec screenshot step.png— capture a moment
Artifacts saved to ./proofshot-artifacts/ including video, screenshots, errors, and summary.