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.
- Under 60 seconds
- Zero dependencies
- No build step
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.