Context
Admin POC is live at https://ibamboo.com/admin (#50 / #51). Config lives in ADMIN_KV but storefront still reads vibes.ts / hard-coded flags.
Runtime wiring
Recommended next controls (from POC debrief)
- Catalog health — BSR last import, missing images, ASIN count by category
- Enrichment queue — which PDPs have review snapshot / blog / FAQ; regenerate
- Associates compliance — disclosure text, tag id display (read-only), no-tag chrome checklist
- Quiz / CRM — GHL location status, last quiz submissions count
- SEO kit — IndexNow trigger, sitemap counts, noindex audit for /admin
- Audit log — who changed editor/avatars (KV append or CF logs)
- Network hub later — multi-site switcher (Adazo, Mr Cuts, …) once pattern is proven
Hardening (review nits)
- Rate-limit login; constant-time password compare
- Allowlist fetch hosts for flash/library/conbal URLs
- Share AdminConfig types between worker + SPA
Context
Admin POC is live at https://ibamboo.com/admin (#50 / #51). Config lives in ADMIN_KV but storefront still reads vibes.ts / hard-coded flags.
Runtime wiring
featureFlags.flashEnabled/conbalEnabled/quizCrmEnabledon client + workerRecommended next controls (from POC debrief)
Hardening (review nits)