Website Integration

Add AI Chat to Any Website

One line of code. Works on Shopify, WordPress, Webflow, Squarespace, Wix, or any custom HTML site. No coding experience required.

Get Your Embed Code

Universal Embed Code

This code works on any website. Just paste it before the closing </body> tag.

<script>
   (function () {
        // Define chatbot configuration
        window.userChatbotConfig = {
            chatbotId: "YOUR_CHATBOT_ID",
            privateKey: "YOUR_PRIVATE_KEY",
        };
        // Dynamically load chatbot plugin
        const chatbotScript = document.createElement("script");
        chatbotScript.src = "https://chatjs.hyperleap.ai/chatbot.min.js";
        chatbotScript.async = true;
        document.head.appendChild(chatbotScript);
    })();
</script>

Get your unique chatbotId and privateKey from your Hyperleap dashboard after creating an agent.

Frequently Asked Questions

Everything you need to know

Will the chatbot slow down my website?

No. Our chat widget is lightweight (under 50kb gzipped) and loads asynchronously, so it won't affect your initial page load speed or SEO.

Can I customize the look and feel?

Yes, you can fully customize the colors, logo, welcome message, and position of the chat widget to match your brand identity.

Does it work on mobile?

Yes, the chat widget is fully responsive and provides a great experience on all devices, including smartphones and tablets.

Can it read my website content?

Yes! You can train the AI on your website content by simply providing your URL. It will crawl your pages to learn about your products and services.

How do I install it?

It's as simple as copying a small snippet of JavaScript code and pasting it into your website's footer. We have guides for all major platforms.

Still have questions?

Contact our support team

Ready to Add Chat to Your Website?

Create your AI agent, get your embed code, and go live in minutes.

Get Started Free