StorePulse User Guide

Everything you need to know about installing, configuring, and getting value from StorePulse.

1. Install & setup

Open the StorePulse listing on the Shopify App Store and click Install. Approve the requested permissions on Shopify's consent screen — read products, themes, orders, and inventory; write a script tag and a metafield used by the Theme App Embed.

After install, StorePulse opens to the dashboard. Two things happen automatically:

  1. A snippet token is generated and stored as a Shopify metafield. The Theme App Embed uses this to authenticate event ingestion.
  2. The StorePulse Web Pixel is registered for checkout-funnel tracking.

Open Online Store → Themes → Customize on your published theme. In the App embeds section, enable StorePulse Tracking and click Save. That's the only manual step.

Visit your storefront once. Within 30 seconds, the Settings page should show Storefront tracking delivered: active on storefront.

2. Dashboard tour

The dashboard at /app shows a "today snapshot" — top errors, recent vitals, uptime status, and pending alerts. Each card links to its detail page. Use this as a daily check-in; jump to a feature page for deeper analysis.

3. Errors monitoring

The Errors page lists JavaScript errors and unhandled rejections grouped by stack signature. Click an issue to see:

Use the filter chips at the top to narrow by type (JS error, unhandled rejection, network error, cart error, checkout error) or status. Search by message or stack text.

4. AI fixes

From any error detail page, click Get AI fix (5 credits). StorePulse sends the error message, stack trace, and recent samples to Claude (Anthropic) and returns a structured fix proposal:

The fix is a recommendation, not an automatic patch. Review it, paste into your theme via Shopify's Code Editor, save, and visit the affected page to confirm the error is gone. Mark the issue resolved.

If the fix is wrong (rare), email support@deepseatools.in with the issue ID — we credit the cost back and improve the prompt.

5. Performance & Core Web Vitals

The Performance page shows real-user vitals — LCP, CLS, INP, FCP, TTFB — measured on actual visitors. Each metric is rated good / needs-improvement / poor based on Google's published thresholds.

Drill down by URL to see which pages drag down your scores. The product page that takes 6s to render is far more useful to know about than your home page (which Shopify already optimizes well).

Vitals don't appear instantly after install — they require real page views. Expect first numbers within a few hours of enabling the Theme App Embed on a live storefront.

6. Uptime monitoring

StorePulse pings your storefront every 5 minutes from Cloudflare's edge. By default we check:

Each check records HTTP status and response time. Failures trigger a Storefront offline alert (if enabled). The Uptime page shows recent check history with status and latency. Slow-but-up degradation also surfaces — useful for catching CDN or app-extension issues.

7. SEO Monitor

Every 6 hours, StorePulse audits high-traffic URLs for on-page SEO issues. Findings are logged in the SEO Monitor page, grouped by category:

8. Theme Review

Theme Review (Starter+) audits your theme code with Claude paired with a runtime accessibility scan. Three tiers:

Click a tier card, confirm in the modal, and the review starts. You can leave the page — the review runs in the background. Findings appear in real time as Claude completes each batch. Filter by category (Security · Accessibility · Performance · SEO · Best practice) to triage.

Each finding shows severity, file path, line number, the offending code, plain-English explanation, and recommended replacement code. Mark each as resolved or ignored when you handle it.

Cancellation: Click Cancel review on any running job. Claude calls stop immediately and no credits are charged.

9. Accessibility Scanner

The Accessibility Scanner runs WCAG 2.2 AA audits on your storefront using axe-core. Three scopes:

Each audit returns:

Schedule: On Starter+, configure daily or weekly auto-scans from Settings → Accessibility scanner. Useful for catching regressions before they ship to customers.

10. Alerts

StorePulse fires email alerts when something matters. The Alerts page shows recent alerts with filters for severity, type, status, and time range. Each alert can be marked resolved or reopened. New-issue alerts dedupe per fingerprint — one email per unique error, not per occurrence.

Configure alerts under Settings → Alert notification emails. Add up to 3 recipient emails. Per-rule toggles let you enable/disable each alert type and set thresholds for spike-based rules.

11. Settings

The Settings page consolidates all configuration:

12. Billing

The Billing page shows your current plan, AI credit usage for the month, plan source (Shopify subscription vs free tier), and active subscription details. Click any plan card to upgrade or downgrade — Shopify handles approval and pro-ration automatically.

Credits refresh on the 1st of each month. Usage warning banners appear at 80% and 100%.

13. Uninstalling

Before uninstalling, click Remove StorePulse tracking in Settings. This deletes our app embed token and removes any legacy ScriptTag delivery so your storefront isn't loading our snippet anymore.

Then uninstall from Shopify Admin → Settings → Apps. Per Shopify's GDPR mandatory webhooks, all your data (events, errors, vitals, alerts, audits) is permanently deleted within 48 hours.