A SaaS layer on top of messaging automation
Exonec is not just a WhatsApp bot script. The repo clearly evolves it into a commercial platform with onboarding, subscriptions, auth, dashboards, admin tooling, and billing operations.
Case study
The project starts from a simple FAQ auto-reply idea, but the repo shows a much more complete platform: multi-tenant bot logic, billing automation, onboarding, dashboard management, and admin oversight for businesses running customer support through WhatsApp.
Project snapshot
2
coordinated surfaces: bot and API backend plus separate web onboarding and dashboard frontend
29
backend source files across bot logic, API server, models, auth, payment, cache, monitoring, and subscriptions
48
frontend app files covering landing, onboarding, login, dashboard, FAQs, settings, admin, and payment flows
4
subscription tiers modeled across trial, starter, professional, and enterprise
What NEXGEN built
Multi-tenant WhatsApp bot engine that routes customer messages per client, loads business-specific FAQ data, and applies subscription-aware response behavior.
Client self-service dashboard for profile management, FAQ editing, settings, subscription visibility, and usage stats without needing developer intervention for every content change.
Admin platform for viewing clients, filtering by status and tier, checking system metrics, and managing subscription-level operations from one control surface.
Payment and subscription automation built around trials, paid tiers, Paystack payment links, webhook-driven activation, and automatic service halt on expiry.
Onboarding and acquisition flow through a dedicated web app with marketing pages, lead capture, contact routes, and admin email notifications.
Product framing
Exonec becomes much more compelling when you read it as infrastructure for many businesses, with clear controls for acquisition, billing, support, and account lifecycle management.
A SaaS layer on top of messaging automation
Exonec is not just a WhatsApp bot script. The repo clearly evolves it into a commercial platform with onboarding, subscriptions, auth, dashboards, admin tooling, and billing operations.
Multi-tenant by design
The backend is built around serving multiple businesses from one bot infrastructure, with client-specific FAQs, limits, statuses, and configuration loaded dynamically per tenant.
Operations and monetization are first-class
Trials, payment links, webhook verification, expiry checks, rate limits, and support for account states make the product feel like a managed service rather than a one-off deployment.
Non-technical clients can control their system
The dashboard pages for FAQs, settings, stats, and account management matter because they shift Exonec from custom implementation work toward repeatable product delivery.
Architecture
Technology stack
Why it stands out
Exonec stands out because it productizes what is often delivered as bespoke client work. The repo shows a clear move from custom WhatsApp setup into a reusable SaaS workflow with customer autonomy and platform controls.
System breakdown
Bot and FAQ matching layer
The backend includes bot runtime logic, WhatsApp client integration, FAQ matching, social-media helpers, and client-loading services, showing that responses are generated from structured business configuration rather than hardcoded replies.
Subscription and limit enforcement
The system models trials, active and expired states, message limits by tier, and automatic service halt behavior. That is a strong product signal because platform rules are enforced in code, not manually tracked by the team.
Client and admin dashboards
The web app includes login, dashboard, FAQ management, settings, upgrade flow, admin login, admin client views, and admin analytics routes, which turns the service into a manageable product for both customers and operators.
Onboarding and conversion flow
Lead capture, contact pages, onboarding forms, payment link creation, callback verification, and admin email notifications create a complete path from prospect to activated customer.
Repo evidence