Each feature works on its own and gets stronger when combined. Use what you need, ignore what you don't.
StorePulse's Theme App Embed installs a tiny script (~6 KB gzipped) on your storefront that captures JavaScript errors, unhandled promise rejections, and resource load failures from real visitors. Errors are grouped by stack signature into issue groups, so you see "this error happened 1,200 times across 8 pages" instead of 1,200 separate noise rows.
For every error group, you can request an AI fix proposal. We send the error message, stack trace, and recent occurrences to Claude (Anthropic) and get back a structured fix:
AI fixes consume credits from your monthly plan allowance. The proposal is a recommendation — you review and apply manually.
Real-user performance metrics — the same numbers Google uses for ranking. Measured on actual visitors, not synthetic lab tests.
Per-page breakdowns flag the URLs that are dragging down your scores. Each metric is rated good / needs-improvement / poor based on Google's published thresholds.
Every n minutes (configurable), our Cloudflare Browser worker drives a real browser through your storefront: loads home, picks a test product, adds to cart, opens checkout. If any step fails, you get an immediate Checkout broken alert with the failed step, error message, and timing.
This is the difference between finding out checkout is broken from your monitoring and finding out from an angry customer email three hours later.
Every 5 minutes, StorePulse pings your storefront's home page, top collections, cart page, and policy pages. Each check measures status code and response time. Failures fire an immediate Storefront offline alert.
Slow-but-up degradation also surfaces — if your home page suddenly takes 8 seconds to respond, that shows up before a hard outage.
Every 6 hours, StorePulse scans high-traffic URLs (home, top collections, cart, policy pages) for on-page SEO issues:
<title> and <meta description>.One-shot deep audit of your theme code paired with a runtime accessibility scan. Three tiers — Quick (30 files / 25 credits), Standard (80 files / 75 credits), Deep (150 files / 150 credits) — let you scope cost to depth.
The reviewer flags:
Each finding has severity, file path, line number, code snippet, plain-English explanation, and recommended replacement code. Reviews can be cancelled mid-run with no credit charge.
WCAG 2.2 AA compliance auditing built on axe-core (the same engine Google's Lighthouse uses). Scans run in real Chromium browsers via Cloudflare Browser Rendering, so they catch issues that static analyzers miss.
StorePulse emails alerts when something matters — not for every ping. Configurable rules per merchant:
Send to up to 3 email addresses per store. New-issue alerts dedupe per fingerprint, so you get one email per unique error, not one per occurrence. Per-rule cooldowns prevent inbox flooding.