Add an AI dog chatbot to any website with one line of code. Byte chats with your visitors, answers questions, and makes your site memorable. Free to start.
Add this script tag before your closing </body> tag:
<script src="https://aiai.dog/widget.js" data-key="free"></script>
That's it. A chat bubble appears in the bottom-right corner. Your visitors can click it to talk to Byte.
<script
src="https://aiai.dog/widget.js"
data-key="free"
data-position="right"
></script>
data-key — Your API key. Use "free" to get started instantly.
data-position — "right" (default) or "left"