No-API demo: nothing here calls Supabase, Meta, WhatsApp or SMS. All state is mock/local. See the GitHub branch + SYSTEM_LITERACY.md for the real Next.js implementation.

New Features Demo

An interactive, no-backend preview of the WhatsApp messaging, Meta Conversions API, abandoned-cart automation, and OTP upgrades added to the Vyra Herbals platform. Everything here is safe to click — it never touches a real API.

WhatsApp Bot Config

Capture customer numbers and send templated messages via the WhatsApp Cloud API. Configure credentials & templates from the admin panel.

Meta Conversions API

Server-side Purchase & AddToCart events with PII hashing and Pixel event-id dedupe. Connect your Pixel ID + access token.

Abandoned-Cart & Triggers

Admin-click, event-based, or time-based reminders. Simulate the whole flow and watch messages fire — without being spammy.

OTP: WhatsApp + SMS Fallback

WhatsApp-primary OTP with automatic Message Central SMS fallback. Simulate a send and see the channel selection logic.

What was delivered

WhatsApp Cloud API subsystem (provider, queue, automation engine, webhooks)
Meta Conversions API module (server-side, PII hashed, Pixel dedupe)
Abandoned-cart reminders (admin / event / time triggers)
WhatsApp-primary OTP with SMS fallback
Runtime admin config (DB > env > default, secret redaction)
Media repointed to CDN, ~65MB bloat removed
SYSTEM_LITERACY.md with full connection guides + cost analysis
Zero regressions vs original source (verified via type-check)
Additive
every feature is off by default
0 regressions
same 59 pre-existing type notes as source
Plug & play
configure keys in admin, no redeploy