Web app + API (Vercel)
A React + Vite single-page app, with serverless API functions for everything the dashboard and onboarding need.
This section is for technical readers. It explains the shape of CoveCall — the services, what each is responsible for, and how a call flows — at a level that’s safe to publish.
Web app + API (Vercel)
A React + Vite single-page app, with serverless API functions for everything the dashboard and onboarding need.
Voice engine (Render)
A real-time Node service that handles live call audio and runs the conversation — transcription, the language model, and speech.
Database & auth (Supabase)
Postgres for all data, with authentication and row-level security so each business sees only its own records.
Telephony (Twilio)
Phone numbers and live, two-way call audio via Media Streams; SMS for alerts and follow-ups.
The dashboard reads the results; the voice engine handles the live conversation.
See Security & data for the details.