AI Assistant

Chat widget demo

Embed in your website

Add a single script tag to any page. All configuration is via data- attributes:

<script
  src="/static/jims-widget.js"
  data-server=""
  data-intro-message="Hi! How can I help you?"
  data-title="AI Assistant"
  data-accent="#4f46e5"
  data-position="bottom-right"
  data-open="false"
  <!-- data-contact-id="visitor-123" -->
  <!-- data-thread-id="existing-thread-uuid" -->
></script>

Attributes

AttributeRequiredDefaultDescription
data-serveryesWidget backend origin
data-intro-messagenononeInitial AI greeting shown on load
data-titlenoAI AssistantHeader title text
data-accentno#4f46e5Accent colour (hex)
data-positionnobottom-rightbottom-right | bottom-left
data-opennofalsetrue to start with panel open
data-contact-idnoanonymousPersistent visitor identifier
data-thread-idnonew threadResume an existing thread