📖 Integration

So bindest du den Chatbot in deine Webseite ein:

<script type="module" src="chatbot-widget.js"></script>

<chatbot-widget
  api-url="https://deine-api.com/chat"
  bot-name="Dein Bot"
  class="premium"
></chatbot-widget>

Siehe README.md für vollständige Dokumentation mit CSS-Variablen und API-Referenz.