How to Add an AI Chatbot to Any HTML Website
If your site is plain HTML — or any setup that renders HTML — Tuqlas works out of the box. One script tag is all you need.
01
Create a chatbot on Tuqlas
Sign up at tuqlas.com, create a chatbot, and copy your embed key.
02
Paste the script tag
Add the Tuqlas script tag before the closing </body> tag in your HTML file.
03
Open your site
The chat bubble appears in the bottom-right corner. No build step, no dependencies.
index.html
<!-- Add before </body> --> <script src="https://tuqlas.com/chatbot.js" data-key="tq_live_xxxxxxxxxxxx" defer ></script>
💡 Tip
This works on any static hosting — GitHub Pages, Netlify, Vercel, S3, or even a local HTML file.
Ready to add a chatbot to HTML?
Create your chatbot and get your embed key in under a minute.