Florida AI Partners — 24/7 FAQ, lead capture & booking, grounded in your business.
A lightweight chat assistant that drops onto any website with one line of code. It answers customers using your real business data — menu, hours, services, location, FAQ — never inventing prices or policies, and it captures leads straight into your pipeline.
▶ See the live demoThe hub adds this to a client site (or the flagship). That's the entire integration:
<script src="https://this-deployment/assistant.js"
data-client="your-client-slug" defer></script>
website-factory content.json via
npm run sync -- <slug>.assistant block (greeting, booking link, escalation contact, brand color, extra FAQ)
is added in clients/<slug>.json.npm run build:registry bundles it. Adding a client = config, not code.See SETUP.md: deploy the Pages project, set ANTHROPIC_API_KEY, create the KV
namespaces, and add the embed. The assistant uses Claude Haiku 4.5 with prompt caching on the per-client
system prompt for low cost.