OPTION 2 — SHOPIFY APP

One-click install from the Shopify App Store

▶ View customer demo →

Shopify is ~30% of online stores. Merchants there expect to "install an app", not paste code. This option meets them where they are.

Merchant experience

  1. Browse the Shopify App Store
  2. Click Add app
  3. Approve permissions (read products)
  4. Try-on button is live on every product page

Zero code. Auto-uninstalls cleanly.

What we build

  • Shopify OAuth (install / uninstall webhooks)
  • App Proxy to inject our widget.js into the storefront theme
  • Billing API integration (free + paid tiers)
  • Embedded admin dashboard (try-ons, conversion lift)
  • App Store listing + screenshots + review submission

Status

Scaffold ready · App Store submission pending.

The widget endpoint (/api/public/widget/tryon) and theme injection script are production-ready today. The Shopify App wrapper (OAuth + billing + admin UI) takes ~1–2 weeks and needs a Shopify Partner account ($0) plus one-time $99 App Store submission.

Theme injection snippet (what the app installs)

{# Added automatically to theme.liquid by FitMyMirror app #}
<script src="https://www.fitmymirror.com/widget.js"
        data-fmm-shop="{{ shop.permanent_domain }}"
        defer></script>

Pricing plan we'd ship