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.
Back to overview

WhatsApp Bot Configuration

Cloud API credentials, templates, and number capture. (Demo — saved to your browser only.)

Cloud API

Send a test message (mock)

How it works in production

Config is stored in site_settings (DB > env > default). Tokens are redacted when read back. Messages are enqueued and sent by a cron-driven queue worker. Full setup in SYSTEM_LITERACY.md §15.