Bundle sourcing
Starter bundle data comes from `lib/aliexpress.ts` and is exposed through `/api/aliexpress/products`.
Embedded app preview
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.
Merchant workflow
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
Starter bundle data comes from `lib/aliexpress.ts` and is exposed through `/api/aliexpress/products`.
Match scoring lives in `lib/influencers.ts`, with a demo response at `/api/influencer-matches`.
Email subject and copy generation lives in `lib/email.ts`, with a preview endpoint at `/api/emails/send`.