Shopify

SeofyMe for Shopify

Two deploys: the DB-less UI at partner.seofyme.com, and the domain API behind CacheRocket at /web/v1/seofyme-shopify (sessions, settings, audits — no Prisma on the frontend host).

URL checklist

App URL (UI host)
https://shopify.seofyme.com
Embedded admin
https://shopify.seofyme.com/app
Auth callback
https://shopify.seofyme.com/auth/callback
App proxy URL
https://shopify.seofyme.com/proxy
Domain API (gateway)
https://api.cacherocket.com/web/v1/seofyme-shopify
Cloud AI (existing)
https://api.cacherocket.com/web/v1/seofyme

Ops — CacheRocket API gateway env

DNS partner.seofyme.com → UI container. Shared secret SEOFYME_SHOPIFY_SERVICE_SECRET on UI + seofyme-shopify-service.

SEOFYME_AI_SERVICE_URL=https://seofyme-ai-service.cacherocket.shppys.tech
SEOFYME_SHOPIFY_SERVICE_URL=https://seofyme-shopify-service.cacherocket.shppys.tech

# /web/v1/seofyme/*         → ${SEOFYME_AI_SERVICE_URL}/api/seofyme/*
# /web/v1/seofyme-shopify/* → ${SEOFYME_SHOPIFY_SERVICE_URL}/api/seofyme-shopify/*