Rony Chat Widget — local demo

The bubble in the bottom-right is the widget. It talks to the local chat-bot server on :7331.

Try asking

Embed snippet (copy this into your site)

<link rel="stylesheet" href="/chat-widget.css">
<script src="/chat-widget.js"
        data-api-url="http://localhost:7331"
        data-title="Ask me anything"
        data-greeting="Hi! Ask me about the projects."
        data-position="bottom-right"
        data-theme="auto"
        defer></script>