Embedded app preview

Shopify admin shell

This page uses Shopify App Bridge components so the repo has an embedded-app surface ready for auth, billing, and admin navigation work.

NEXT_PUBLIC_SHOPIFY_API_KEY is not set yet. The shell still renders locally as a scaffold.

OverviewEmbedded demoAPI health

App Bridge navigation

Merchant workflow

Source, bundle, and brief creators from one admin surface.

This shell is the placeholder for Shopify auth, billing, admin actions, and product sync. The backing service layer is already stubbed so the next task can connect real providers without reshaping the app.

Next integrations

  • Shopify OAuth and session persistence
  • AliExpress connector and caching
  • Influencer CRM or enrichment provider
  • Email delivery provider and event logging

Bundle sourcing

Starter bundle data comes from `lib/aliexpress.ts` and is exposed through `/api/aliexpress/products`.

Creator matching

Match scoring lives in `lib/influencers.ts`, with a demo response at `/api/influencer-matches`.

Outreach preview

Email subject and copy generation lives in `lib/email.ts`, with a preview endpoint at `/api/emails/send`.