Skip to content
AI / Automation

Anointed AI Inbox

WhatsApp AI assistant demo with an operations console

Original build, AI Assistant Demo Platform with Admin Lead Capture

A WhatsApp-style AI assistant on one side, and the business console reacting on the other: intent, CRM writes, bookings.

Open Live Demo Admin available on request

Opens whatsapp-ai.anointedcoder.com in a new tab

What it is

A public demo that shows what an AI assistant does inside a business, not just inside a chat window. A visitor picks one of six seeded businesses and talks to the assistant, while the console shows intent detection, entity capture, knowledge retrieval, catalogue search, lead qualification, CRM updates, appointment booking and human handover as they happen. The supporting infrastructure is real and switched on in production: OpenAI runs the assistant server side, Neon Postgres stores signups, Resend sends the one time sign in link and the team alert, and sessions are signed JWTs in an HTTP only cookie. There are no payments in this product, and WhatsApp message delivery, external CRM sync and calendar events are deliberately simulated and labelled as such on the site itself.

Worth knowing

The model can only suggest an action: application code runs the catalogue search over real seeded records and refuses to create an appointment until every field that industry requires has actually been captured.

What is inside

  • Six seeded business scenarios (real estate, e-commerce, clinic, restaurant, hotel, agency), each with its own catalogue, knowledge entries, contacts, conversation threads, workflows and seeded analytics dataset
  • OpenAI assistant called server side only, with a strict JSON schema contract, one corrective retry, and a deterministic fallback assistant that takes over if no key is set or the call fails
  • Actions decided in code, not by the model: catalogue search returns real seeded records, appointments are blocked until every required field per industry is present, and medication or diagnosis style output in the clinic scenario is replaced with a safe administrative reply
  • Nine screen operations console: playground, overview, inbox with team replies and internal notes, contacts CRM, automations, knowledge base, appointments schedule, analytics charts and settings
  • Email link sign in gate after a configurable number of free messages, enforced in the API route as well as the interface, with a single use hashed link, a signed JWT session cookie and users stored in Neon Postgres
  • Admin only leads screen restricted to configured addresses, with CSV export that guards against spreadsheet formula injection, plus a signed one click unsubscribe route
  • Per minute and per hour rate limiting backed by Upstash Redis when configured, falling back to an in memory store so local and offline use still work, plus IP and address limits on sign in link requests

Built with

Next.js 15 (App Router)React 19TypeScriptTailwind CSS v4OpenAI Node SDKNeon serverless PostgresUpstash RedisResendjose (JWT)ZodRechartsLucide

Want the back office too?

Register on Anointed AI Inbox, then message us with the email you used and we will promote your account so you can see the admin side.

Want something like Anointed AI Inbox?

We built this one end to end: schema, backend, frontend, admin and deployment. We can build yours in 2 to 6 weeks.