Record before and after clips for pull request using Claude Code PR Preview, an open-source tool from QwertyBit Ventures, lets developers record before-and-after video clips of UI changes for pull requests using Claude Code or manual interaction. The tool drives a real Chrome window via Playwright, captures MP4 clips locally, and integrates with GitHub for inline PR embedding. See what your PR changed — before & after, in a clip Ask Claude Code to record it — describe the flow and PR Preview drives your app in a real Chrome window, capturing a before/after video for your pull request. Free, open source, runs locally, ships in under a minute. npm i -D @qwertybit/pr-preview Quick start Set it up once. Then Claude records for you. Three one-time commands wire PR Preview into Claude Code. After that, just describe the flow — Claude drives your app and drops before.mp4 and after.mp4 into .pr-preview/output/ . - Works with any framework — it drives your real dev server. - MP4 with ffmpeg , high-quality GIF fallback without it. - Everything stays on your machine — nothing is uploaded. Read the docs on GitHub https://github.com/QwertyBit-Ventures/pr-preview npm i -D @qwertybit/pr-preview npx playwright install chromium npx pr-preview init Then just ask Claude Code Use pr-preview to record my checkout flow — add a book, then check out. …or run the /record