The public front door: an "Ask Connor" chatbot that talks to visitors, researches their company in real time, scores the conversation, and turns it into a qualified lead.
Every chat runs through a single Netlify serverless function that quietly does four jobs while it talks.
A captured lead doesn't sit in a table; it surfaces where you'll actually see it.
The system of record: structured fields, full transcripts, sentiment scores.
storeNew leads show up in your daily briefing automatically.
dailyThe week's pipeline rolls into the weekly review.
weeklyA dashboard panel shows leads and lets you edit the bot's prompt and redeploy.
liveSonnet for conversation + research, Haiku for the cheap sentiment classifier.
3 modelsHistory capped at 10 turns per request, plus a hard spend cap in the console.
cappedThe Anthropic key lives only in the Netlify function, never shipped to the browser. All calls route through the serverless backend.
Source is a private GitHub repo; Netlify rebuilds on every push to main.
The Command Center can rewrite the chatbot's system prompt and push a redeploy. No code editor needed.
Turn-history truncation plus a console spend cap keep a public, always-on bot from running away on cost.