Project sheet
StoreSentry
A Shopify app that lints a store's theme code for performance, accessibility, SEO, and security issues.
- Category
- SaaS
- Year
- 2026
- Status
- active
- Remix
- TypeScript
- Node.js
- Shopify Polaris
- Shopify Admin GraphQL API
- Prisma
- SQLite
- Claude API
StoreSentry is an embedded Shopify app that audits a store’s theme and tells the owner what’s wrong before it costs them a sale. It scans the theme’s Liquid against 26 checks covering errors, performance, accessibility, security, SEO, and general best practice.
It reads the live theme files through Shopify’s Admin GraphQL API and runs them past a regex-based rule engine, so the free tier returns results instantly with no AI in the loop and no per-scan cost. The paid tier at $14.99 a month layers on Claude-generated fix suggestions and ongoing monitoring, billed through Shopify’s own billing API.
Highlights
- 26 rule-based checks across six categories
- Reads live theme files via the Shopify Admin GraphQL API
- Deterministic regex rule engine on the free tier, AI-written fixes on Pro
- Subscription handled through native Shopify billing
- Built on Remix with Polaris, and Prisma over SQLite for sessions