deduckproject/GitGlimpse
Auto-generate visual demo clips for UI changes in pull requests
View on GitHubTrust Signals
- Scorecard Score
- not yet scored
- Maintenance Recency
- Stale
- License
- None
Inputs
| name | description | required | default |
|---|---|---|---|
| trigger-mode | Trigger mode: auto, on-demand, or smart (overrides config file) | no | — |
| start-command | Command to start the app (overrides config file) | no | — |
| preview-url | External preview deployment URL (e.g., from Vercel) | no | — |
| config-path | Path to git-glimpse.config.ts | no | git-glimpse.config.ts |
| format | Output format: gif, mp4, or webm | no | gif |
| max-duration | Max recording duration in seconds | no | 30 |
| ready-timeout | How long to wait (in seconds) for the preview URL to become reachable before failing | no | 30 |
Outputs
| name | description |
|---|---|
| recording-url | URL of the uploaded recording artifact |
| comment-url | URL of the posted PR comment |
| success | Whether the recording succeeded (true/false) |