PR Diff Animator

Transform GitHub Pull Requests into beautiful IDE-style typing animations, optimized for both desktop viewing and vertical social video formats

Signed URL Required

This application requires a signed URL to view animations. Contact the administrator to request access to a specific PR.

How it works

1. Admin generates URL
Administrator uses the API with their secret to generate a time-limited signed URL
2. Share the URL
The signed URL is shared with whoever needs to view the animation (valid for 1 hour)
3. View animation
Opening the signed URL displays the PR diff as an animated typing sequence

For Administrators

To generate a signed URL, make a POST request to /api/generate-signed-url with your secret and the GitHub PR URL:

curl -X POST /api/generate-signed-url \
  -H "Content-Type: application/json" \
  -d '{"secret": "YOUR_SECRET", "prUrl": "https://github.com/owner/repo/pull/123"}'

Visualizes code changes as IDE-style typing animations