← Back to Website Platforms

Wix Chatbot: Add AI Chat to Your Wix Website

Embed an AI chatbot on any Wix site in 5 minutes

Looking for a Wix chatbot that answers customer questions automatically? Hyperleap AI embeds on your Wix website in 5 minutes using Custom Code — no apps to install, no coding required. Your chatbot uses your own knowledge base to provide document-grounded answers 24/7 and captures leads from every conversation.

Easy setup5 minutesThree methods available

Why Add a Wix Chatbot to Your Website?

Millions of businesses use Wix to build their websites. But most Wix sites rely on contact forms or basic live chat that require a human to respond. A Wix chatbot powered by AI changes this — it answers questions instantly, captures leads around the clock, and works across multiple channels.

24/7 Automated Support

Your Wix chatbot answers visitor questions around the clock — even when you are asleep or away. No more missed inquiries or delayed responses that cost you leads.

Lead Capture on Autopilot

Collect visitor names, emails, and phone numbers during every chatbot conversation. Turn anonymous Wix visitors into qualified leads without lifting a finger.

Answers from Your Knowledge Base

Upload FAQs, documents, or website content and the Wix chatbot responds with document-grounded answers. No scripting or decision trees — just natural conversation.

Same Chatbot on WhatsApp & Instagram

The Wix chatbot you set up also works on WhatsApp, Instagram DM, and Facebook Messenger. Train it once and deploy across all your channels.

Zero Impact on Site Speed

The chatbot script loads asynchronously and does not block your Wix pages from rendering. Your site speed and Core Web Vitals stay unaffected.

Customizable to Your Brand

Match the chat widget to your Wix site design. Customize colors, welcome messages, position, avatar, and branding for a seamless visitor experience.

Plan Requirement: Adding custom code site-wide on Wix requires a premium plan with a connected domain. Free Wix sites can still add a chatbot to individual pages using the HTML Embed element.

How to Add a Wix Chatbot (Step-by-Step Guide)

Method 1: Custom Code in Dashboard (Recommended)

This is the recommended method to add a chatbot to your Wix website. It deploys the chatbot across all pages using the Custom Code feature in your Wix dashboard.

1

Open Site Dashboard

Go to your Wix dashboard (wix.com) and select your site. Click on "Settings" in the left sidebar.

Open Site Dashboard
2

Find Custom Code

Scroll down to the "Advanced" section and click on "Custom Code".

3

Add New Code

Click "+ Add Custom Code" button at the top right of the page.

4

Paste Your Code

Paste your Hyperleap embed code in the text box. Give it a name like "Hyperleap Chatbot".

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

Configure Placement

Under "Add Code to Pages", select "All pages". Under "Place Code in", select "Body - end". This ensures the script loads before </body>.

Configure Placement
6

Apply and Publish

Click "Apply" to save. Then go to your site editor and click "Publish" to make the changes live.

Add a Wix Chatbot Using HTML Embed (Free Plans)

Method 2: HTML Embed Element (Visual Editor)

This method works on free Wix plans and lets you place the chatbot on individual pages using the visual editor:

  1. 1Open your site in the Wix Editor
  2. 2Click the "+" (Add) button in the left sidebar
  3. 3Go to "Embed Code" > "Embed HTML"
  4. 4A gray box will appear - drag it to any position on your page
  5. 5Click "Enter Code" on the element
  6. 6Select "Code" mode in the popup
  7. 7Paste your Hyperleap embed code
  8. 8Click "Update" and publish your site

Note: The HTML embed element works on free plans, but the chatbot will only appear on pages where you add the element. Use Method 1 for site-wide deployment.

Wix Chatbot via Velo (For Developers)

Method 3: Velo by Wix (Advanced)

For developers who want programmatic control over the Wix chatbot, use Velo (Wix's development platform):

  1. 1In the Wix Editor, click "Dev Mode" in the top menu
  2. 2Click "Turn on Dev Mode"
  3. 3In the left sidebar, find "Page Code" or "Site Code"
  4. 4For site-wide: Open masterPage.js
  5. 5Add the chatbot initialization code in the onReady function
  6. 6Save and publish your site
// masterPage.js or page code
$w.onReady(function () {
    window.userChatbotConfig = {
        chatbotId: "YOUR_CHATBOT_ID",
        privateKey: "YOUR_PRIVATE_KEY",
    };
    const chatbotScript = document.createElement("script");
    chatbotScript.src = "https://chatjs.hyperleap.ai/chatbot.min.js";
    chatbotScript.async = true;
    document.head.appendChild(chatbotScript);
});

Wix Chatbot Use Cases by Industry

A Wix chatbot works for any business that receives repetitive questions or wants to qualify leads automatically. Here are the most common use cases:

E-commerce & Online Stores

Online stores on Wix use chatbots to answer product questions, explain shipping and return policies, and guide shoppers through the buying process — reducing support tickets while improving the shopping experience.

Service Businesses

Salons, cleaning companies, tutors, and consultants add a Wix chatbot to answer pricing questions, share booking links, and collect contact information from prospective clients around the clock.

Restaurants & Food

Restaurants and cafes with Wix websites use chatbots to share menus, hours, location details, catering options, and event availability without requiring staff to answer the same questions repeatedly.

Professional Services

Law firms, accounting practices, and marketing agencies use a Wix chatbot to pre-qualify leads by asking about the type of service needed, budget, and timeline before routing them to a team member.

Fitness & Wellness

Gyms, yoga studios, and personal trainers embed a chatbot on their Wix site to answer questions about class schedules, membership options, and trial sessions — converting visitors into members.

Real Estate

Real estate agents and property managers use a Wix chatbot to answer listing questions, share availability, and capture buyer or renter contact details for follow-up.

Wix Chatbot: Hyperleap AI vs. Wix Ascend Live Chat

Wix Ascend includes a basic live chat feature, but it requires a human operator to respond. A Wix chatbot powered by Hyperleap AI automates responses using your knowledge base. Here is how they compare:

FeatureWix Ascend Live ChatHyperleap AI Wix Chatbot
AI-powered responsesNo — manual replies onlyYes — from your knowledge base
24/7 availabilityOnly when operator is onlineYes — fully automated
Lead captureBasic contact formIn-conversation capture
MultichannelWix website onlyWebsite, WhatsApp, Instagram, Messenger
Knowledge base trainingN/AUpload docs, FAQs, or URLs
Conversation historyLimitedFull dashboard with export
Setup timeBuilt-in to Wix5 minutes (embed code)
Custom brandingLimitedFull widget customization

Wix Chatbot: Frequently Asked Questions

How do I add a chatbot to my Wix website?

The easiest way to add a Wix chatbot is through the Custom Code feature: go to your Wix Dashboard > Settings > Advanced > Custom Code, click Add Custom Code, paste your Hyperleap embed script, set it to load on All Pages in the Body - end position, then Apply and Publish.

Can I add a chatbot to a free Wix website?

You can add a chatbot to specific pages on a free Wix site using the HTML Embed element (Add > Embed Code > Embed HTML). However, site-wide deployment using Custom Code requires a Wix premium plan with a connected domain.

What is the best chatbot for Wix?

Hyperleap AI is built for businesses that need a Wix chatbot that also works on WhatsApp, Instagram, and Facebook Messenger. It handles customer questions 24/7 using your own knowledge base, captures leads automatically, and takes less than 5 minutes to embed on any Wix site.

Does Wix have a built-in chatbot?

Wix Ascend includes basic live chat, but it does not offer an AI chatbot that answers questions automatically. For AI-powered automated responses using your own knowledge base, you need a third-party solution like Hyperleap AI.

How long does it take to set up a Wix chatbot?

Setting up a Wix chatbot takes about 5 minutes. Get your embed code from Hyperleap Studio (Settings > Embed), then add it to your Wix site via Custom Code or HTML Embed. The chatbot goes live as soon as you publish your site.

Does a Wix chatbot slow down my website?

No. The Hyperleap chatbot script loads asynchronously, meaning it does not block your Wix pages from rendering. Your site speed and Core Web Vitals remain unaffected because the chatbot widget loads independently after your page content.

Can a Wix chatbot capture leads?

Yes. The Hyperleap AI chatbot captures visitor information such as name, email, and phone number during conversations. All leads are stored in your Hyperleap Studio dashboard where you can review them, export them, or receive webhook notifications for real-time follow-up.

How much does a Wix chatbot cost?

Hyperleap AI offers a 7-day free trial on all plans. Paid plans start at $40/month (Plus plan) with 1,500 AI responses per month. The chatbot embeds on your Wix site at no additional cost beyond your Hyperleap subscription.

Can I use a Wix chatbot on WhatsApp too?

Yes. The same Hyperleap AI chatbot that works on your Wix website also works on WhatsApp Business API, Instagram DM, and Facebook Messenger. You train it once with your knowledge base and deploy it across all supported channels.

Add a Wix Chatbot to Your Website Today

Start your 7-day free trial — embed an AI chatbot on your Wix site in 5 minutes. Plans start at $40/month.