Show HN: ProofShot – Give AI coding agents eyes to verify the UI they build
5 hours ago
- #debugging tools
- #AI development
- #testing automation
- AI agents can prove their work with video recordings, error logs, and proof artifacts.
- Launches a dev server, opens headless Chromium, and records video of agent actions.
- Logs all actions including navigation, clicks, form filling, and screenshots.
- Collects errors, trims dead time, and generates proof artifacts.
- Provides synchronized video playback with an action timeline, screenshots, and element labels in a standalone HTML file.
- Records full browser sessions with automatic dead-time trimming.
- Captures browser console errors and scans server logs for multiple programming languages.
- Generates a SUMMARY.md and formatted output for pull requests, including visual diff comparisons.
- Install via npm with `npm install -g proofshot && proofshot install`.