DuranAI Widget CDN

This is the CDN host for DuranAI chat widgets.

Available Resources

Integration

To integrate the widget into your website, add this code before the closing </body> tag:

<!-- DuranAI Chat Widget -->
<script>
  window.DuranWidget = window.DuranWidget || [];
  window.DuranWidget.push(['init', {
    businessId: 'your-business-id',
    publicKey: 'pk_widget_your_public_key_here',
    customization: {
      primaryColor: '#007bff',
      logoUrl: 'https://example.com/logo.png',
      headerText: 'Chat with us!',
      welcomeMessage: 'Hello! How can I help you today?',
      position: 'bottom-right'
    }
  }]);
</script>
<script async src="https://widget.duran.ai/v1/widget.js"></script>

Documentation

Visit docs.duran.ai/widgets for complete integration documentation.