Turn any GitHub PR into a short-form video.
Paste a PR link, get an animated video summarizing what changed — headline, key bullets, stats. Built with Remotion for in-browser video rendering and AI for PR analysis.
- Paste a GitHub PR URL
- AI analyzes the diff — title, description, changed files
- Generates a video script: headline, bullet points, vibe, accent color
- Remotion renders an animated video with intro, headlines, bullets, and outro scenes
- Watch and share
- React 19 + Vite — frontend
- Remotion — programmatic video generation in the browser
- Vercel AI SDK + OpenAI — PR analysis and summarization
- Vercel Serverless Functions — API backend
- TypeScript throughout
npm install
npm run devCreate .env.local with:
OPENAI_API_KEY=your-key
MIT
