Using DemoTape for PR reviews

Why

PR reviews miss real issues because no one actually runs the code. DemoTape turns a pull request into a live app review so someone can click through the change instead of imagining it from the diff.

How

npx @demotape.dev/cli --pr

DemoTape looks for the current PR, finds or starts your app, copies a reviewer-ready comment, and keeps the session open so you can watch the replay later.

Example

🔍 Try this PR live

Instead of reviewing code, you can use the app:

👉 https://demo-abc123.demotape.dev

Focus:
- onboarding flow + settings save

I’ll get a replay of your session after you try it.
🎥 Session recorded

Summary:
- Visited /onboarding
- Visited /settings
- 124 events captured

Watch replay:
https://demotape.dev/dashboard/sessions/abc123

When to use

  • UI changes
  • Onboarding flows
  • Bug fixes
  • Anything that is hard to review from the diff alone