# PR Video > PR Video is a GitHub Action that automatically generates 30-to-60-second demo videos from GitHub Pull Requests using AI. It reads the PR diff, commits, and linked issues, then creates a video explaining the changes in business language and posts it as a comment on the Pull Request. PR Video bridges the gap between developers and non-technical stakeholders. Product managers, engineering managers, and executives can understand what changed and why it matters without reading code diffs. - Website: https://prvideo.dev - GitHub: https://github.com/jmrobles/prvideo - Contact: hello@prvideo.dev ## How It Works 1. Add a single GitHub Action YAML workflow file to your repository (less than 3 minutes) 2. When a Pull Request is opened or updated, PR Video fetches the diff, commit messages, and linked issues 3. AI analyzes the code changes and generates a video script in business language 4. Remotion renders a professional MP4 video with diagrams, code highlights, and visual explanations 5. The video is posted directly as a comment on the Pull Request ## Key Features - GitHub Action integration with 3-minute setup, no infrastructure needed - AI-powered script generation from PR diffs, commits, and linked issues - Automatic 30-to-60-second MP4 video rendering with Remotion - Support for GitHub.com and self-hosted Gitea instances - Videos uploaded to repository releases and embedded in PR comments - Business-language explanations of technical code changes ## Who It's For - Engineering Managers: understand PR impact without reading every line of code - Product Managers: stay informed about engineering work without attending code reviews - Development Teams: automate stakeholder communication instead of writing demo videos manually ## Privacy PR Video reads only the Pull Request diff (changed lines), commit messages, and linked issues. It does not clone repositories or access full source code. Diffs are not stored after processing. ## Pricing PR Video is currently in early access. Join the waitlist at https://prvideo.dev to get an API key. ## Links - [PR Video Homepage](https://prvideo.dev) - [GitHub Repository](https://github.com/jmrobles/prvideo) ## Optional - [PR Video Full Documentation](https://prvideo.dev/llms-full.txt)