What problem does it solve?
Detects regressions and failures that pass CI but break in production by continuously observing a live site after deploy, so you catch issues within minutes instead of hours.
Core Features & Use Cases
- Visual and behavioral canarying: periodic screenshots, console error counts, load time measurements, and link checks across specified pages.
- Baseline comparison: compare current checks to pre-deploy baselines or pre-monitor snapshots and only alert on new or persistent deviations.
- Alerting and triage workflow: severity tiers (critical/high/medium/low), AskUserQuestion prompts for immediate action, and structured reports saved to .gstack/canary-reports for audits and review dashboards.
- Use case: run a 10-minute canary after a release to verify homepage, dashboard, and settings pages for new console errors or 2x performance regressions and get screenshots as evidence.
Quick Start
Run /canary https://example.com to monitor the site for 10 minutes and alert on new console errors, page failures, and performance regressions.