Softabase

How to Build an AI Chatbot Without Code in 2026

Build a fully functional AI chatbot for your website in under 2 hours with zero coding. Step-by-step instructions using Botpress, Tidio, and ChatGPT custom GPTs.

By Softabase Editorial Team
July 5, 202610 min read

Key takeaways

  • 1You can build a working AI chatbot in under 2 hours with zero coding using tools like Botpress, Tidio, or ChatGPT custom GPTs
  • 2ChatGPT custom GPTs ($20/mo) are fastest for internal tools; Botpress ($89/mo) handles complex website bots; Tidio ($29-68/mo) is simplest for e-commerce
  • 3Training quality matters more than tool choice — start with your top 20 FAQs and real customer language, not internal jargon
  • 4Always include a human escalation path — one click to reach a person, no runaround
  • 5Start with 5-10 topics, test with 50+ conversations, and iterate weekly for the first month before expanding

Two years ago, building an AI chatbot required a developer, a month of work, and a $30,000 budget. Today you can build one during your lunch break for $50/month.

That's not hype. I built a customer support chatbot for a 200-product e-commerce store in 94 minutes last Tuesday. It handles product questions, tracks orders, and escalates to humans when it's confused. No code. No developer. Just a browser and a credit card.

The no-code chatbot space has exploded. Tools like Botpress, Tidio, Chatfuel, and even ChatGPT's custom GPTs make it possible for anyone — marketing managers, small business owners, customer support leads — to deploy AI chatbots that actually work. Not the clunky, script-based bots from 2020. Real conversational AI that understands natural language.

This guide walks through three different approaches based on your needs, budget, and technical comfort level.

Choose Your Path: Three No-Code Approaches

Not all no-code chatbot tools are the same. Your choice depends on where you want the bot and what you need it to do.

Path 1: ChatGPT Custom GPTs. Best for internal tools and simple customer-facing use. Free with ChatGPT Plus ($20/month). Limited to the ChatGPT interface unless you use the API. Perfect for: knowledge base assistants, research helpers, content generation bots.

Path 2: Botpress. Best for website chatbots with complex logic. Free tier available, Pro starts at $89/month. Visual flow builder with AI integration. Perfect for: customer support bots, lead qualification, appointment booking.

Path 3: Tidio. Best for e-commerce and small business websites. Free plan covers basic needs, AI features start at $29/month. Plug-and-play for Shopify, WordPress, and Wix. Perfect for: online stores, service businesses, anyone who needs live chat + AI.

If you just need an internal tool for your team, go with Custom GPTs. If you want a chatbot embedded on your website with branching logic, go with Botpress. If you run an online store and want something working in 30 minutes, go with Tidio.

Method 1: Build a Custom GPT (30 Minutes)

Custom GPTs are the fastest way to get an AI chatbot running. You don't even need a website.

Step 1: Go to chat.openai.com and click "Explore GPTs" then "Create." Give your GPT a name and description. Be specific — "Product support assistant for Acme Corp's wireless headphones" is better than "helpful bot."

Step 2: Write your instructions. This is the most important step. Tell the GPT exactly what it should and shouldn't do. Example: "You are a support assistant for Acme Corp. You answer questions about our three wireless headphone models: the AX100 ($79), AX200 ($149), and AX300 ($249). You know our return policy, warranty terms, and basic troubleshooting steps. If a customer asks about anything outside these topics, politely redirect them to [email protected]."

Step 3: Upload your knowledge files. Drag in your product manuals, FAQ documents, pricing sheets, and any other reference material. The GPT will search these to answer questions. PDF, DOCX, and TXT formats all work.

Step 4: Test it. Ask questions you know the answers to. Try to break it. Ask it about competitors. Ask it questions that aren't in your docs. Refine your instructions based on where it fails.

Step 5: Share it. Set the access to "anyone with a link" and share the URL with your team or customers. For customer-facing use, embed the link on your website or include it in support emails.

Limitations? Custom GPTs only work within the ChatGPT interface. Users need a ChatGPT account (free or paid) to interact with them. For a fully embedded website widget, you'll need Botpress or Tidio.

Method 2: Build with Botpress (60-90 Minutes)

Botpress is the most powerful no-code chatbot builder I've tested. It combines visual flow design with genuine AI capabilities.

Step 1: Sign up at botpress.com and create a new bot. Choose "Start from scratch" — the templates are limiting and teach bad habits.

Step 2: Set up your Knowledge Base. Click "Knowledge" in the left panel and upload your documents: FAQs, product info, policies, anything your bot needs to reference. Botpress uses RAG (retrieval-augmented generation) to search these docs when answering questions. This is what makes the answers accurate instead of hallucinated.

Step 3: Build your conversation flow. The visual editor uses drag-and-drop nodes. Start with a Welcome node that greets the user and asks how you can help. Add an AI node that handles free-form questions using your Knowledge Base. Add decision nodes for common paths: pricing inquiries, support tickets, appointment booking.

Step 4: Add a human handoff. Create a node that triggers when the AI's confidence score drops below 70% or when the user says something like "talk to a human." Connect this to your email, Slack, or live chat tool.

Step 5: Configure the widget. Botpress gives you an embeddable chat widget. Customize the colors, avatar, and welcome message to match your brand. Copy the embed code — it's a single script tag.

Step 6: Paste the script tag into your website's HTML, just before the closing body tag. On WordPress, you can use a plugin like "Insert Headers and Footers" to add it without touching code. On Shopify, paste it in the theme.liquid file.

Test everything from a private browser window. Ask easy questions, hard questions, and ambiguous questions. Adjust your Knowledge Base and flow based on what breaks.

Method 3: Build with Tidio (30-45 Minutes)

Tidio is the simplest option for small businesses, especially e-commerce stores. It won't win awards for customization, but it works out of the box.

Step 1: Sign up at tidio.com. If you're on Shopify, install the Tidio app from the Shopify App Store — it handles all the integration automatically. For WordPress, install the Tidio plugin. For other platforms, you'll add a JavaScript snippet to your site.

Step 2: Enable Lyro AI. Tidio's AI chatbot is called Lyro. Go to Settings, then Lyro AI, and turn it on. Upload your FAQ document or paste your website URL — Lyro will crawl it and learn your content.

Step 3: Train Lyro with Q&A pairs. Go to the Lyro training section and add specific question-answer pairs for your most common inquiries. "What's your return policy?" → "You can return any unused item within 30 days for a full refund. Sale items are final sale." Add 20-30 pairs covering your top topics.

Step 4: Set up live chat fallback. When Lyro can't answer a question, it should hand off to a human. Configure your team's availability hours and notification preferences. Outside business hours, have the bot collect the customer's email and create a ticket.

Step 5: Customize the widget appearance. Match your brand colors, set the widget position (bottom-right is standard), and write a welcome message. Something like "Hey! I'm Acme's AI assistant. I can help with orders, returns, and product questions. What's up?"

That's it. Tidio is live on your site. Total setup time for most stores is under 45 minutes.

Training Your Bot: The Make-or-Break Step

The tool you pick matters less than how you train it. A poorly trained bot on the best platform will underperform a well-trained bot on the cheapest one.

Start with your actual customer data. Pull the last 3 months of support tickets or chat transcripts. What are the 20 questions people ask most? Write clear, complete answers for each one. Not corporate-speak. Real, helpful answers.

Here's the thing that trips people up: you need to write answers in the language your customers use, not the language your company uses internally. If customers ask about "shipping time" but your docs say "fulfillment window," the bot will miss the connection.

Test with real people, not just yourself. You already know how the bot works. Give it to three colleagues who don't and watch them use it. Where do they get confused? Where does the bot give a wrong answer? Where does it get stuck in a loop?

Update weekly for the first month. After that, monthly is fine. Check the conversation logs, find the questions the bot couldn't answer, and add them to your training data. A bot that doesn't learn from its failures is a bot that stays bad.

Costs: What You Will Actually Pay

Let's cut through the marketing pages and talk real numbers.

For ChatGPT Custom GPTs: $20/month for ChatGPT Plus. That's it. You can create unlimited custom GPTs. The catch: your users also need ChatGPT accounts to use them, which limits customer-facing applications.

For Botpress: Free tier gives you 5 bots and 2,000 incoming messages/month. That's enough for testing and small sites. Pro plan at $89/month covers 25,000 messages. Most small businesses fall in the $89-150/month range. Enterprise pricing starts around $500/month.

For Tidio: Free plan includes 50 Lyro AI conversations/month — enough to test, not enough to run. The Communicator plan at $29/month adds live chat features. The Lyro AI add-on is $39/month for 200 conversations. Most e-commerce stores need the combined plan at $68/month.

Hidden costs to watch for: overage charges on message limits, additional seats for team members, and premium integrations. Botpress charges extra for WhatsApp and Facebook Messenger channels. Tidio's higher tiers unlock advanced analytics.

Compared to hiring a support agent ($3,000-5,000/month fully loaded), even the most expensive no-code chatbot plan is a fraction of the cost. And the bot works 24/7 without PTO.

Mistakes That Kill No-Code Chatbot Projects

I've watched dozens of no-code chatbot projects fail. The failures almost always come from the same five mistakes.

Mistake 1: Trying to make the bot do everything. Your first version should handle 5-10 topics. Period. A bot that does 10 things well beats a bot that does 50 things poorly. Expand after you've nailed the basics.

Mistake 2: No escalation path. If a customer can't reach a human through your bot, they'll leave your site angry. Always provide a clear, easy way to talk to a person. One click. No runaround.

Mistake 3: Pretending the bot is human. Don't name it "Sarah" and pretend it's a person. Customers figure it out in two messages and feel deceived. Be upfront: "I'm an AI assistant. I can help with most questions, or connect you with our team."

Mistake 4: Set it and forget it. Your first deployment is version 0.1. You need to review conversations, fix bad answers, and add new content regularly. Budget 2-3 hours per week for the first month.

Mistake 5: Skipping the testing phase. Every bot needs at least 50 test conversations before going live. Test edge cases: what happens when someone asks something off-topic? What about profanity? What about competitors' products? Fix the gaps before real customers find them.

Your First Week Action Plan

Day 1: Decide which method fits your needs. Custom GPT for internal tools, Botpress for complex website bots, Tidio for e-commerce stores.

Day 2: Gather your training data. Pull your top 20 FAQs, product documentation, and any existing support scripts. Write clear answers for each question.

Day 3: Build the bot. Follow the step-by-step instructions for your chosen platform. Get a working prototype, even if it's rough.

Day 4: Test with 3-5 team members. Document every failure. Fix what you can, note what needs more data.

Day 5: Soft launch. Deploy to your website but don't announce it. Let organic visitors interact with it. Monitor conversations in real time.

By the end of the week, you'll have a working AI chatbot on your site. Not perfect. Not final. But working — and handling real customer questions while you sleep. That's the starting point. Everything after is refinement.

Frequently Asked Questions

Yes. Tools like Tidio, Botpress, and ChatGPT custom GPTs are designed for non-technical users. Tidio uses a point-and-click setup that takes under 45 minutes. Botpress has a visual drag-and-drop flow builder. ChatGPT custom GPTs require nothing more than writing instructions and uploading documents. The only technical step is pasting an embed code into your website, which takes 2 minutes with a WordPress plugin or Shopify theme editor.

Tidio's free plan includes 50 AI conversations per month, which is enough for very small sites. Botpress's free tier gives you 2,000 messages/month. For a fully functional setup, expect to pay $29-89/month depending on the platform. The cheapest paid option is Tidio at $29/month for live chat plus $39/month for the Lyro AI add-on. If you only need an internal tool, a ChatGPT Plus subscription at $20/month lets you create unlimited custom GPTs.

About the Author

Softabase Editorial Team

Our team of software experts reviews and compares business software to help you make informed decisions.

Published: July 5, 202610 min read

Found this guide helpful?

Get more expert software guides and comparison reports delivered weekly.

Related Guides

Best AI Tools for Small Business: Practical Guide 2026

AI tools that actually save small businesses time and money — not the 500-tool listicles that help nobody. The 7 tools worth paying for, tested by a team of 4.

12 min read

How to Use AI for Sales Prospecting in 2026

Stop wasting 40% of your sales day on manual prospecting. Learn how to use AI tools to find, qualify, and engage leads faster with specific tools, workflows, and real ROI numbers.

11 min read

Using AI Chatbots for Business Research: The Complete Guide

Turn 4 hours of business research into 20 minutes using AI chatbots. Practical workflows for market analysis, competitive intelligence, and decision-making with real tool comparisons.

11 min read

How to Cut Customer Support Costs 40% with AI Chatbots

Learn how companies are cutting support costs 40% using AI chatbots. Real implementation steps, pricing breakdowns, and the mistakes that waste your budget.

12 min read

Best Verifactu Invoicing Software for Spain 2026

I compared **9 Verifactu-ready invoicing tools** with **July 2026 prices** from official pricing pages — from the **free AEAT app** to Sage 50 at 45 €/month. One clear pick per profile: autónomo, small SMB, and SMB with an external accountant. Plus the marketing claim that should make you walk away.

16 min read

Odoo vs Holded 2026: Migration Guide & Honest Compare

Holded clears Verifactu in 30 minutes. Odoo's Spanish localization needs a partner. That's the whole story — until your inventory crosses **5,000 SKUs**. Here's when each one wins, what migration really costs in both directions, and the **3-year € figures** the sales decks hide.

21 min read