Dashboard Overview
localhost:3001 ● AUTO-REPLY ON
Total Messages
loading...
Auto-replied
% automation
Conversations
total contacts
New Leads
qualified pipeline
Quotes Sent
conversion ready
Recent Conversations
Loading conversations...
Lead Pipeline
Loading leads...

Inbox

Loading...
?

Select a conversation

Select a conversation to view messages

⚡ Agent Simulator

Test live AI responses

Agent👋 Hi! I'm Sofia from NatGrowth Lab. Ask me anything about our services or how I can help your business grow!
Contact
Business
Stage
Interest
Score
Action
Loading leads...

🤖 Agent Identity

Customize how your agent introduces itself

⚙️ Automation Rules

Control agent behavior

Auto-reply
AI responds to all incoming messages
Lead qualification
Ask qualifying questions automatically
Auto-share pricing
Send pricing when client asks
Human handoff alerts
Notify you for complex queries
Out-of-hours mode
Different greeting after business hours

🚀 Setup Guide — Get Live in 15 Minutes

1

Install & configure backend

Copy the /backend folder to your server. Run:

npm install
cp .env.example .env
2

Add your API keys to .env

Fill in your Anthropic API key and Twilio credentials in the .env file.

3

Start the server

npm start

Or deploy to Railway / Render — push to GitHub and connect the repo.

4

Configure Twilio Webhook

In Twilio Console → WhatsApp Sandbox → set the incoming message webhook to:

https://your-server.com/webhook/whatsapp
5

Test with Twilio Sandbox

Send a WhatsApp message to Twilio's sandbox number. Your agent will auto-reply instantly!

6

Connect this dashboard

Update the Backend URL field above to point to your deployed server URL.