This is any client's website

Nothing on this page knows anything about Avercentris except the two script tags below. Click the chat bubble in the corner — that's the whole install.

To install on a real site, a customer copies this into their page, right before </body>:

<script>
  window.AvercentrisConfig = {
    brandName: "Nomo Support",
    accentColor: "#3D6E8C",
    apiUrl: "https://yourdomain.com/webhook/nomo/chat",
    welcomeMessage: "Hi 👋 Ask me anything about your plan."
  };
</script>
<script src="avercentris-widget.js" async></script>

This demo page runs in offline mode (no apiUrl set), so it answers from a small local FAQ list instead of the real n8n backend — just to show the widget working standalone with zero setup.