Admin
Interested leads
Everyone who submitted the hero email form or the demo form.
| When | Name | Company | Contact | Source |
|---|
Existing customers
Everyone with an account (customers are flagged once their plan is active).
| Signed up | Company | Status |
|---|
Phone number
Attach the demo line (727) 910-9824 to the demo assistant in Vapi.
Chatbot config
Wire the corner chatbot to your Vapi assistant. The assistant ID and public key power voice; the private key powers text chat.
Server config (what every visitor gets)
Checking…
This browser's overrides
Settings on this page save to this browser only (localStorage) — good for testing the widget right here, and they override everything else while set. For every visitor, configure the site in Vercel instead: Project → Settings → Environment Variables, add VAPI_ASSISTANT_ID, VAPI_PUBLIC_KEY, and VAPI_PRIVATE_KEY, then redeploy. The private key stays server-side there (chat runs through /api/chat), which is the safe setup. Avoid putting the private key in js/vapi-config.js or leaving it saved in a shared browser — anything shipped to visitors can charge your Vapi account.
After saving, open any page and use the chat bubble in the corner to test — voice needs mic permission, chat replies come from your assistant.