Build Your Chatbot

Paste your website URL and we'll train an AI chatbot in seconds.

Training your bot...

Test Your Bot

👋 Hi! I'm your AI assistant. Ask me anything about the website I was trained on.

Embed Code

Copy this code and paste it before the closing </body> tag on your website.


                
`; document.getElementById('embedCode').textContent = code; } function copyEmbedCode() { const code = document.getElementById('embedCode').textContent; navigator.clipboard.writeText(code); const btn = event.target; btn.textContent = 'Copied!'; setTimeout(() => btn.textContent = 'Copy', 2000); } function escapeHtml(text) { const div = document.createElement('div'); div.textContent = text; return div.innerHTML; }