How to Add a Chatbot to Your Wix Website
Wix ships with its own chat feature, and it has an honest limitation: someone has to be there to answer. Wix Chat is a live-chat inbox — when you're asleep, at a job site, or just busy, visitors type into a void and get an automated "we'll get back to you." For a small business, that's most of the day.
An AI chatbot flips this: it answers immediately, every time, from content you control. Here's how to add one to a Wix site using Wix's custom code feature — about 10 minutes end to end.
A quick note on Wix plans
Embedding custom code on Wix requires a premium plan with a connected domain — Wix doesn't allow custom embeds on free sites. If you're running a business on Wix you almost certainly have this already, but it's worth knowing before you start. Wix documents the requirement in their custom code guide.
Step 1: Set up your bot
Create a free Naruva account, make a bot, and train it on your business content — upload files, paste a URL to your FAQ page, or describe your business and let AI draft the document. Customize the colors and welcome message to match your Wix site, then copy the embed snippet from the Embed tab:
<!-- Paste before the closing </body> tag -->
<iframe
src="https://naruva.ai/chat/YOUR-BOT-ID"
style="position:fixed;right:20px;bottom:20px;…"
></iframe>Step 2: Add the snippet in Wix
- From your Wix dashboard, go to Settings
- Scroll to the Advanced section and click Custom code
- Click + Add Custom Code
- Paste your Naruva snippet into the code box and name it (e.g. "Naruva chatbot")
- Under "Add Code to Pages", choose All pages (or pick specific pages)
- Set "Place Code in" to Body — end, then click Apply
Publish your site and the widget is live. "Body — end" matters: it means the chat loads after your page content, so it never delays your site.
Step 3: Test with real questions
Ask it the questions your phone rings with. Anything it gets wrong or can't answer is a gap in your training document — edit the doc in your Naruva dashboard and the bot updates instantly.
Wix Chat vs. an AI chatbot: which one?
They solve different problems, and some businesses keep both. Wix Chat is great when you want to talk to visitors live and can staff it. The AI bot is better for the 90% of questions that have a standard answer — hours, pricing, policies, what-to-expect — and for every hour you're not available. If you run both, let the AI bot be the default and keep live chat for when you're actively at your desk.
- You need a Wix premium plan with a connected domain for custom code
- Train a free Naruva bot and copy the embed snippet
- Settings → Advanced → Custom code → Add Custom Code
- Apply to All pages, placed at Body — end
- Publish, then test with your most common phone-call questions
Ten minutes of setup, and your Wix site answers questions while you run the actual business. Start with the free plan — 50 messages a month is plenty to prove it works on your real traffic.