Every few months, a client asks me if they should add a chatbot to their website. The conversation usually starts with them describing a frustrating experience they had with someone else's chatbot, followed by "but maybe mine would be different."
It probably wouldn't be different. But sometimes it should exist anyway.
I've implemented chatbots for enterprise clients at Bell Canada and built simpler versions for small business sites. The gap between what people imagine chatbots will do and what they actually do is wide enough to drive a truck through. So let me walk through this honestly, from someone who has both built these things and been trapped in the ninth circle of chatbot hell trying to cancel a subscription.
The Current State of Small Business Chatbots
The chatbot market has matured considerably since the early days of decision-tree bots that could handle exactly three questions before falling over. Modern AI chatbots, powered by large language models, can actually understand what people are asking. They can hold context across a conversation. They can sound reasonably human.
They can also hallucinate your return policy, make up product features, and confidently direct customers to pages that don't exist. Progress isn't perfection.
The tools available to small businesses in 2026 fall into a few categories: plug-and-play widgets, full customer support platforms with AI bolted on, and custom-built solutions. The right choice depends entirely on your volume, your budget, and how much you hate answering the same question fourteen times a day.
Who Actually Needs a Chatbot
Let me save some of you ten minutes of reading. You probably need a chatbot if:
You're an e-commerce business getting more than 50 customer inquiries a week, most of which are "where's my order" and "what's your return policy." A chatbot trained on your FAQ and connected to your order system will handle 60-80% of these without human intervention.
You run an appointment-based business (salon, clinic, consulting) and spend significant time on booking logistics. A chatbot that handles scheduling, rescheduling, and cancellations pays for itself in reclaimed hours.
You have high-volume FAQ traffic. If your support inbox is full of the same twelve questions, a well-configured AI chatbot will answer them more consistently than you will at 11 PM after a long day.
You probably don't need a chatbot if:
You get five inquiries a week. A chatbot sitting idle on a low-traffic site is like hiring a receptionist for a home office. The math doesn't work.
Your services are complex and custom. If every client conversation requires nuance, discovery, and human judgment, a chatbot will frustrate people more than it helps. Architecture firms, custom software shops, specialized consultants: just put up a good contact form and respond quickly.
You don't have clear answers to give. Chatbots need training data. If you can't write down your FAQ because every situation is different, the bot will just make things up. LLMs are very good at sounding confident while being wrong.
The Platforms Worth Considering
I've worked with most of the major chatbot platforms at this point. Here's where they actually land for small businesses, without the marketing spin.
Tidio
Best for: Small e-commerce, service businesses under 50 employees.
Tidio is where I point most small businesses who want to test the waters. The free tier gives you basic live chat plus a limited AI chatbot. The AI tier ($29/month) adds their Lyro AI, which trains on your website content and support docs.
Setup takes about an hour if your documentation is already decent. You paste in a widget code, point it at your FAQ page, and it starts answering questions. It won't win any awards for sophistication, but it handles the "what are your hours" and "do you ship to Canada" questions without drama.
The limitation is that Lyro struggles with anything that requires accessing external systems. It can answer questions from your docs, but it can't check order status or book appointments without their more expensive integrations.
Cost: Free tier available. AI features start at $29/month. Grows to $59/month for more conversations.
Intercom
Best for: Growing businesses that want a full customer communication platform.
Intercom's Fin AI agent is genuinely impressive. It resolves a meaningful percentage of conversations without human handoff, and it knows when to escalate. The AI can pull from your help center, previous conversations, and custom data sources.
The problem is the price. Intercom starts around $74/month per seat, and Fin charges $0.99 per resolved conversation on top of that. For a business handling 500 AI-resolved conversations per month, you're looking at $570/month minimum. That's real money for a small business.
If you're at the stage where you have dedicated support staff and hundreds of daily conversations, Intercom is excellent. If you're a five-person company, it's overkill.
Cost: Starting around $74/month plus $0.99 per AI resolution. Realistically $200-500/month for active small businesses.
Drift (now Salesloft)
Best for: B2B businesses focused on lead qualification.
Drift was acquired by Salesloft in 2024, and the product has shifted firmly toward sales-focused use cases. Their AI chatbot qualifies leads, books meetings with your sales team, and routes conversations based on company size and intent.
For B2B companies with a real sales pipeline, this makes sense. The bot catches website visitors, figures out if they're worth talking to, and gets them on your calendar before they bounce. For a local service business or an e-commerce shop, it's the wrong tool entirely.
Cost: Plans start around $50/month for basic features. The AI-powered plans with lead routing run $150-400/month depending on volume.
Zendesk AI
Best for: Businesses already using Zendesk for support tickets.
If you're already paying for Zendesk (and dealing with its particular brand of enterprise complexity), adding their AI agent layer is the path of least resistance. It trains on your existing ticket history, which is actually a significant advantage. Years of resolved tickets become training data.
The AI handles common requests, auto-tags and routes tickets it can't resolve, and surfaces relevant articles to customers. It works well because it has context that standalone chatbots lack.
Starting fresh with Zendesk just for the AI chatbot doesn't make sense. The platform assumes you're managing a support operation, not adding a widget to your WordPress site.
Cost: Zendesk Suite starts at $55/agent/month. AI add-ons run an additional $50/agent/month. You're looking at $100+ monthly minimum.
Custom Solutions (OpenAI API, Claude API, open-source)
Best for: Businesses with developer resources and specific requirements.
Building a custom chatbot with the OpenAI or Anthropic APIs gives you complete control. You decide what it knows, how it responds, where it gets data, and how it handles edge cases. I've built these for clients who needed their bot to interface with proprietary systems or handle very specific conversation flows.
The tradeoff is obvious: you need someone technical to build and maintain it. That's either you, a developer on staff, or a freelancer (like me). The API costs themselves are low, often under $50/month for small-business volumes. But the development time is the real expense: 20-60 hours for a solid implementation with proper guardrails.
I covered some related automation approaches in my AI automation workflows post if you're curious about the custom route.
Cost: API costs $10-50/month for typical volumes. Development: 20-60 hours at whatever your developer charges.
What Bad Chatbots Get Wrong
We've all been there. You visit a website, a chatbot pops up, you type a perfectly reasonable question, and it responds with something that's either irrelevant, circular, or aggressively attempts to route you to an FAQ page you've already read.
The worst offenders share common traits:
They don't know when to give up. A chatbot that keeps trying to help after it's clearly confused is worse than no chatbot at all. Good implementations recognize confusion and offer a human handoff within two failed attempts. Bad ones keep spinning their wheels until the customer closes the tab and calls your competitor.
They interrupt. That little chat bubble that slides in four seconds after page load, before you've read a single word? That's the digital equivalent of a retail employee following you around the store. People hate it. If you add a chatbot, let users initiate the conversation. A small, unobtrusive icon in the corner is fine. A popup asking "How can I help today?!" before someone even knows what you sell is not.
They lie. This is the LLM-specific problem. AI chatbots trained on incomplete data will fill gaps with plausible-sounding nonsense. I've seen bots invent discount codes, promise delivery timelines that don't exist, and describe product features that were never built. You need guardrails, and you need to test with adversarial questions before going live.
They replace contact options instead of supplementing them. The companies that hide their phone number and email behind a chatbot wall are the ones generating all those viral "I spent 45 minutes fighting a bot" tweets. Your chatbot should be one option among several, not a bouncer at the door of human contact.
Setup Expectations: Time and Effort
Let me give you realistic timelines, because "set up in minutes!" is marketing fiction for anything beyond the most basic implementation.
Basic FAQ bot (Tidio, similar tools): 2-4 hours. Install the widget, write or import your FAQ content, test twenty questions, adjust answers, go live. Ongoing maintenance: review conversations weekly for the first month, then monthly.
Full AI agent (Intercom Fin, Zendesk AI): 1-2 weeks. You need to organize your knowledge base, configure routing rules, set up escalation paths, train staff on the handoff process, and run a pilot period. This isn't a weekend project.
Custom built: 3-8 weeks depending on complexity. Design conversation flows, build the backend, integrate with your systems, test extensively, iterate on the prompt engineering, deploy, and monitor. Worth it for the right use case, but it's a real project.
For any of these, budget time for ongoing maintenance. Chatbots aren't set-and-forget. Products change, policies change, and the bot needs to change with them.
The Middle Ground Most People Miss
There's an option between "no chatbot" and "full AI agent" that works surprisingly well for small businesses: a simple live chat widget with AI-suggested responses.
You keep a human in the loop, but the AI drafts responses for you to approve or edit. You respond faster because you're clicking "send" on a pre-written answer rather than typing from scratch. The customer still gets a human, you still save time, and nobody gets hallucinated into a nonexistent refund policy.
Tidio, Intercom, and most modern live chat tools offer this hybrid mode. It's less exciting than a fully autonomous bot, but it's also less likely to embarrass you.
My Recommendation
For most small businesses reading this, the honest answer is: start with live chat and good FAQ documentation before you invest in an AI chatbot. If you're still manually answering the same questions dozens of times a week after that, graduate to Tidio's AI tier or a similar entry-level bot.
If you're an e-commerce business doing real volume, Intercom or a custom solution will pay for itself. If you're a local service business with moderate traffic, Tidio's free or starter tier plus well-written FAQ content gets you 80% of the value at 20% of the cost.
And if you get five emails a week? Just answer them. Your time is better spent on the broader AI tools that actually move the needle for small businesses at your scale.
The chatbot hype cycle has cooled enough that we can have this conversation without anyone trying to convince you that a bot will replace your entire support team. It won't. But in the right context, with the right expectations, and with proper setup, it can handle the repetitive work that nobody enjoys doing. That's a reasonable bar, and it's one the better tools can actually clear.



