Simple pricing for every scale
Start free. Upgrade when you need more widgets or report volume — ideal for US traffic and client sites.
Free
Try it out on a single site
- 1 widget
- 100 reports/month
- 3 AI fixes/month
- Slack, Trello & GitHub
- Full context capture
Pro
For growing sites and serious teams
- 10 widgets
- 2,000 reports/month
- 50 AI fixes/month
- One-click pull requests
- Priority support
- All Free features
Team
Agencies and multiple clients
- 50 widgets
- 20,000 reports/month
- 300 AI fixes/month
- One-click pull requests
- Priority support
- All Pro features
What an AI fix looks like
Every plan includes AI fixes. One click analyzes the report against your repository, shows you the root cause and a reviewable diff, and opens the pull request when you approve. Pro and Team raise the monthly quota — that's the whole difference.
Checkout button crashes on click
openRoot cause
`total` is undefined when the cart is empty — `.toFixed()` throws.
src/checkout.js
- const price = total.toFixed(2);
+ const price = (total ?? 0).toFixed(2);
Merge it and the report is marked resolved automatically.
Secure card checkout
Subscriptions are billed securely by card. Your plan is upgraded instantly after checkout, and you can cancel anytime.
All plans include Slack, Trello, GitHub AI fixes and full context capture. Custom plan? Contact us