Build a Chatbot Without Coding
Deploy a custom AI chatbot in 30 minutes
Every business in India needs a chatbot in 2026 — customers expect instant responses, 24 hours a day. But hiring a developer to build one is expensive, and the big platforms like Intercom or Drift charge thousands of dollars per month.
The good news is that you can build a fully functional chatbot with AI capabilities in under 30 minutes, for free, using no-code tools. This guide covers Typebot (the best free option), plus how to connect your chatbot to WhatsApp — which is how most Indian customers prefer to communicate.
What You'll Learn
- The best no-code chatbot platforms compared
- Building your first chatbot with Typebot (step-by-step)
- Embedding the chatbot on your website
- Connecting your chatbot to WhatsApp Business API
- Adding AI responses to your chatbot
- Pricing and when to upgrade
What Is a No-Code Chatbot?
A no-code chatbot is a conversational AI assistant built using a visual drag-and-drop interface — no programming required. You define the conversation flows, connect an AI model for open-ended responses, and embed the result on your website or WhatsApp in minutes.
The key difference from enterprise chatbot platforms is cost: no-code tools like Typebot and Botpress are free to self-host, versus ₹50,000-₹2,00,000/year for solutions like Intercom or Freshchat.
Why It Matters in India
WhatsApp has over 500 million users in India — it is the primary customer communication channel for most businesses. A chatbot that runs on WhatsApp 24/7 can:
- Answer FAQs instantly (response time: 0 seconds vs 4+ hours for human support)
- Capture leads automatically during off-hours
- Handle order status queries without staff involvement
- Support multiple Indian languages via AI models
Cost comparison: A part-time customer support executive in India costs ₹12,000-₹20,000/month. A self-hosted Typebot on a ₹800/month VPS handles unlimited queries at a fraction of the cost.
Chatbot Platform Comparison
Before diving in, here is a comparison of the main no-code chatbot options:
| Platform | Free Tier | WhatsApp | AI Built-in | Self-Host | Hindi Support | |----------|-----------|----------|-------------|-----------|---------------| | Typebot | 300 chats/mo | Via Make/Zapier | Yes (OpenAI) | Yes (free) | Via AI API | | Botpress | 5 bots, 2k msgs/mo | Yes (native) | Yes | Yes | Via AI API | | Flowise | Unlimited (self-host) | Via API | Yes (LangChain) | Yes | Via AI API | | Voiceflow | 2 agents, 1k sessions | No | Yes | No | Limited |
Recommendation for India: Start with Typebot. It is open-source, can be self-hosted for free, has a good free cloud plan, and the WhatsApp integration (via Make or Zapier) is straightforward.
Free Deal: Typebot is open-source. If you have a basic VPS (₹500-800/month from DigitalOcean or Hostinger India), you can self-host Typebot and get unlimited chats. This is the most cost-effective option for Indian businesses.
Building Your First Chatbot with Typebot
Step 1: Create a Free Account
Go to typebot.io and sign up with your Gmail account. You get the free cloud plan with 300 chat sessions per month — enough to start and validate.
Step 2: Create a New Typebot
Click "Create a typebot" and choose "Start from scratch" (or pick a template for faster start — the "Lead Generation" template is popular for Indian businesses).
Step 3: Design Your Conversation Flow
Typebot uses a visual flow builder. Think of it as a flowchart where each box is a step in the conversation.
Add your first message:
- Click the "+" button to add a block
- Choose "Bubble" → "Text"
- Type your welcome message: "Namaste! Welcome to [Your Business]. How can I help you today?"
Add a choice block:
- Add another block → "Input" → "Choice input"
- Add options: "Product Info", "Pricing", "Talk to a human", "About us"
Add responses for each choice: For each option, add a text block with the relevant information.
Step 4: Add AI Responses (Optional)
To make your chatbot answer open-ended questions:
- Add a block → "Integrations" → "OpenAI"
- Connect your OpenAI API key (free tier gets $5 credits)
- Set up the system prompt: "You are a helpful assistant for [Your Business]. Answer questions about our products and services. Be friendly and concise."
- Pass the user's message as input
Now users can ask anything and get intelligent AI responses.
Step 5: Test Your Chatbot
Click the "Test" button at the top right to chat with your bot. Go through every path and check that responses make sense. Test edge cases — what happens if someone types something unexpected?
Step 6: Embed on Your Website
Click "Share" at the top right. Typebot gives you:
- A direct link to the chatbot (sharable as a standalone page)
- HTML embed code to paste into your website
- WordPress plugin instructions
- React/Next.js component code
For WordPress: Install the Typebot WordPress plugin, paste your Typebot ID, and the chatbot appears on every page.
For HTML websites: Paste the provided <script> tag before the closing </body> tag.
India Note: For Indian websites built on platforms like Wix, Squarespace, or Shopify India, use the HTML embed code method. Paste it into the "Custom Code" section of your website platform's settings.
Connecting Your Chatbot to WhatsApp
WhatsApp is India's primary communication platform. Connecting your chatbot to WhatsApp means customers can get automated responses 24/7 without ever leaving WhatsApp.
Requirements:
- WhatsApp Business Account (free)
- WhatsApp Business API access via a BSP (Business Solution Provider)
- Meta Business Verification (takes 1-3 days)
Popular Indian BSPs (cheapest options):
- Interakt — ₹999/month, popular with Indian SMBs
- AiSensy — ₹999/month, good for e-commerce
- Gupshup — Usage-based pricing, strong Hindi/regional language support
- Wati — $49/month, best for larger businesses with advanced workflows
Basic WhatsApp Chatbot Setup:
- Sign up with Interakt or AiSensy (they handle Meta API setup)
- Get your WhatsApp API key from the BSP
- In Typebot, use the webhook integration to connect to the BSP
- Alternatively, use Make or Zapier: WhatsApp message → Make webhook → Typebot → Response → Send back via WhatsApp API
Simpler approach — WhatsApp buttons: Many Indian businesses start with keyword-based responses in WhatsApp Business (no API needed): Customer texts "PRICE" → automated reply with pricing. This is free and built into WhatsApp Business App.
Common Chatbot Use Cases for Indian Businesses
E-commerce: Product catalog browsing, order status checking, return initiation — reduces support tickets by 40-60%
Education: Course information, admission queries, fee payment guidance — handles repetitive queries from JEE/NEET aspirants
Healthcare: Appointment booking, clinic hours, doctor availability — especially useful for clinics with high patient volumes
Real estate: Property listings, site visit scheduling, EMI calculator — captures leads from website visitors 24/7
Restaurants: Menu sharing, table booking, delivery tracking — integrates with Swiggy/Zomato for order status
CA/Legal services: FAQ responses about GST registration, compliance deadlines, service pricing
Frequently Asked Questions
How do I make my chatbot respond in Hindi? In Typebot, you can write conversation flows in Hindi directly. For AI-powered responses, set the system prompt in Hindi: "आप [Your Business] के लिए एक सहायक हैं। हिंदी में उत्तर दें।" ChatGPT and Gemini handle Hindi fluently.
Can I transfer a customer to a human agent when needed? Yes. Add a "Talk to human" option in your chatbot that sends an email/WhatsApp notification to your team with the conversation transcript. Botpress has a native human handoff feature in its free plan.
How do I measure if my chatbot is working? Typebot's dashboard shows chat sessions, completion rates, and drop-off points. Connect Google Analytics for deeper insights. Track: number of leads captured, queries resolved without human involvement, and customer satisfaction scores.
Related Resources
- Automate with Zapier AI — Connect your chatbot to other business tools using Zapier
- Build AI Workflows with n8n — Build advanced chatbot backends with n8n self-hosted
- Build a Web App with Bolt.new — Build a full web app around your chatbot
Chatbot Design Best Practices for Indian Users
Keep the first message short: Indian users on mobile often close chatbots with long opening messages. Lead with a single question or a clear choice menu.
Offer WhatsApp as an alternative: Many Indian visitors will prefer to continue on WhatsApp. Add a "Continue on WhatsApp" button in your chatbot flow — it dramatically increases engagement.
Test on low-end Android devices: A large portion of Indian internet users browse on entry-level Android phones. Test your chatbot on a 2-3 year old budget Android to verify load speed and touch target sizes.
Use Hindi/regional language greetings: Even if your chatbot is primarily in English, a "Namaste!" or a greeting in the visitor's regional language creates immediate rapport and trust.
Set response time expectations: Always tell users the chatbot is available 24/7 but also when a human will be available. "Our team replies within 4 business hours (10 AM - 6 PM IST, Mon-Sat)" prevents frustration.
Official Resources
- Typebot — Build and host your chatbot, free plan available
- Typebot Docs — Complete documentation and tutorials
- Botpress — Alternative with built-in WhatsApp, free plan
- Meta Business — WhatsApp API — Official WhatsApp Business Platform
- Interakt — Indian BSP for WhatsApp API, ₹999/month
Community Questions
0No questions yet. Be the first to ask!