Kindi Chat Widget Demo

This page demonstrates the Kindi Chat widget integration. Click on the chat button in the bottom right corner to open the chat panel.

Change Theme

Installation Instructions

To add this chat widget to your website, include the following code before the closing </body> tag:

<script src="https://widget.usekindi.com/dist/kindi-chat.min.js"></script>
<script>
  new KindiChat({
    apiKey: 'kindi-test-key',
    serverUrl: 'http://app.usekindi.com/api/widget',
    theme: 'light' // or 'dark',
    tenant: 'kindi',
  });
</script>