Live Production Link: https://webagents67.vercel.app
A robust, enterprise-grade Voice AI Infrastructure as a Service (IaaS) platform powered by Ultravox. This system allows you to create, manage, and scale AI-driven voice agents with professional personality templates and a hard-coded safety lock for lead generation.
- Centralized Master Prompt: Control all agent personalities from one Admin dashboard.
- Admin Gatekeeper: Secure tenant activation and API key management.
- Dynamic Variable Injections: Seamlessly inject
{agent_name},{company_name},{context}, and{questions}. - Unbreakable Safety Lock: Hard-coded tool instructions for lead saving and session hangups.
- SaaS Dashboard: Real-time usage tracking and lead management for tenants.
- Frontend: React (Vite)
- Backend: Node.js (Express)
- Database: Supabase
- AI Brain: Ultravox AI
- Deployment: Vercel (Unified)
- Clone the repo.
- Install dependencies:
npm install - Set environment variables in
.env. - Launch local dev:
npm run dev&npm run server