Supp/Blog/Wix Chatbot Setup in 2026: Smart Chat vs Third-Party Options
How-To7 min read· Updated

Wix Chatbot Setup in 2026: Smart Chat vs Third-Party Options

Wix now has built-in Smart Chat with AI and human handoff. It handles basic queries but falls short for e-commerce and complex support. Here's when to use it and when to upgrade.


You Turned On Wix Smart Chat and It Answered the First Three Questions Correctly

Then a customer asked about combining two discount codes, and the bot confidently gave wrong information. It pulled text from a blog post you wrote two years ago about a promotion that ended in 2024.

Wix originally launched AI Site-Chat, but has since replaced it with Wix Smart Chat. Smart Chat is free on all premium plans, works without any setup, and scans your existing site content to generate answers. It also supports manual (human) chat alongside AI responses. For basic informational sites, it's surprisingly capable. For anything more complex, you'll still hit walls.

What Wix Smart Chat Actually Does

Smart Chat reads your published pages, blog posts, and FAQ sections, then uses that content to answer visitor questions. You can also add custom knowledge and restrictions from your dashboard, and adjust the AI's identity and style. It supports multiple availability modes: AI-only 24/7, manual-only 24/7, scheduled hours, or a mix of both.

It handles questions like "What are your hours?" or "Where are you located?" well, because those answers exist as static text on your site. It can also summarize longer pages when someone asks a general question about your services. Unlike the old AI Site-Chat, Smart Chat does support handoff to a human operator when the AI can't answer.

What it still can't do: access order data, process returns, check inventory, or connect to any external system. It's a content-aware chatbot with human fallback, not a full support agent.

The main limitation is depth of control. While you can now add knowledge and set restrictions, the AI still pulls from your site content broadly, which means outdated pages can still surface stale answers if you don't clean them up.

Setting Up a Third-Party Chatbot on Wix

If the built-in option doesn't cut it, you have two paths: install an app from the Wix App Market, or add a custom widget using Velo (Wix's development platform).

The App Market route is the easiest. Tidio has a dedicated Wix app with over 50,000 installs. You add it from the App Market, and it drops a chat widget onto your site without touching any code. The free plan covers 50 conversations/month. Their AI assistant (Lyro) starts at $39/month for 50 AI-handled conversations.

To install Tidio on Wix: go to the Wix App Market, search "Tidio," click Add to Site, and authorize the connection. The widget appears on your live site within a minute.

For a custom widget (like Supp or Crisp), you'll use Velo. Open the Wix Editor, turn on Dev Mode in the top menu bar, then go to your site's masterPage.js file. Add the widget script like this:

$w.onReady(function () {
  let script = document.createElement("script");
  script.src = "https://widget.example.com/your-id.js";
  script.async = true;
  document.body.appendChild(script);
});

Publish your site, and the widget will load on every page. This method works with any chat provider that gives you an embeddable script tag.

When the Built-In AI Is Enough

If you run a service business (consultant, photographer, local shop) with a straightforward website, Wix Smart Chat handles the basics. Visitors ask about pricing, availability, and what you offer. The AI reads your site and gives reasonable answers. You don't need to pay for or configure anything extra.

It also works for content sites and blogs where visitors mostly want to find specific articles or understand your coverage area. The AI is decent at summarizing page content and directing people to the right section.

Restaurants with menus on their Wix site report good results too. The AI can answer "Do you have vegetarian options?" by scanning the menu page. Simple, but helpful.

When You Need to Upgrade

E-commerce stores hit the built-in's limits immediately. Customers want to know "Where's my order?" and the AI can't look up tracking numbers. They ask "Can I return this?" and the AI might answer based on a returns policy page, but it can't initiate the return or check eligibility based on the purchase date.

Any business with frequently changing information (seasonal menus, rotating inventory, event schedules) will find the AI serving stale answers. It indexes your site content, but there's no way to prioritize recent pages or mark content as expired.

If you need deep integration with external systems like your CRM or order database, you need a third-party tool. Smart Chat's human handoff works for simple escalation, but it won't pull in context from external systems automatically.

Cost Comparison for 200 Messages/Month

Wix Smart Chat costs nothing beyond your Wix premium plan. Free is hard to beat, and for sites where it works well, there's no reason to pay more.

Tidio on Wix with AI: $39/month for Lyro covers 50 conversations, roughly $78/month for 200. You also get live chat, a flow builder, and email integration.

Supp via Velo embed: at 200 messages, you'd pay around $40-60/month with usage-based pricing ($0.20 per classification, $0.30 per resolution). No monthly minimum. Includes AI classification into 315 intents and automatic escalation to humans.

Crisp free plan on Wix gives you unlimited live chat with 2 operators. If you're willing to answer messages yourself, this costs nothing.

The Hybrid Approach

Several Wix store owners use a combination: keep Wix Smart Chat enabled for general questions about the business (hours, location, services) and add a third-party widget specifically for post-purchase support. The built-in chat handles the easy stuff at zero cost, and the third-party tool handles order-specific queries where you need deeper integrations.

To avoid having two chat bubbles confuse visitors, disable the Wix Smart Chat widget on pages where the third-party widget appears. You can do this in the Wix Editor by setting page-level visibility conditions.

Getting Started

If you haven't tried the built-in option yet, start there. Go to your Wix dashboard, find Smart Chat under Customer Management, and turn it on. Give it a week with real traffic. If the answers are accurate and customers aren't complaining, you might not need anything else.

If you're already seeing wrong answers or customers asking for things the AI can't handle, jump straight to a third-party option. The Tidio Wix app is the fastest path. A custom widget via Velo gives you more flexibility but requires turning on Dev Mode.

Try Supp Free

$5 in free credits. No credit card required. Set up in under 15 minutes.

Try Supp Free
Wix chatbotWix Smart ChatWix live chat setupWix chatbot 2026add chatbot to WixWix customer support
Wix Chatbot Setup in 2026: Smart Chat vs Third-Party Options | Supp Blog