Universal Website Integration

AI Chatbot Widget for Any Website - One JavaScript Snippet

Add an AI-powered chatbot to any website in under 5 minutes. Works on HTML, React, Vue, Angular, PHP, custom CMS, and any web platform. No coding skills required.

4.9/5 Rating Works on Any Website Free Plan Available 5-Minute Setup

3-Step Widget Installation

Add AI chatbot to your website in under 5 minutes. No technical skills needed.

1

Create Free Account

Sign up at vatdi.com and add your website. Takes 30 seconds.

Create Free Account
2

Copy Your Widget Code

Go to Dashboard → Your Website → Widget Settings. Copy the JavaScript snippet.

<script src="https://vatdi.com/widget.js" data-store-key="YOUR_KEY"></script>
3

Paste Before </body>

Add the script to your website HTML before the closing </body> tag. Done!

  • Chatbot appears instantly on your site
  • Train it with your content in the dashboard
  • Customize colors and branding

Website Chatbot Widget Features

Everything you need to automate customer support on your website.

One-Line Installation

Copy-paste one JavaScript snippet. No plugins, no extensions, no complex setup. Works immediately on any website.

AI-Powered Responses

Train the chatbot on your content - PDFs, documents, website pages, FAQs. Uses RAG technology for accurate answers.

Lead Capture

Automatically collect visitor emails, phone numbers, and names. Score and qualify leads in your dashboard.

Human Handover

Transfer complex conversations to your team with full chat history. Seamless AI-to-human escalation.

50+ Languages

Auto-detects visitor language and responds accordingly. Perfect for international websites and global audiences.

Full Customization

Match your brand with custom colors, position, welcome message, agent name, and avatar. No coding required.

Works on Every Web Platform

Our JavaScript widget is compatible with any website technology.

HTML / Static Sites

Plain HTML, CSS, JavaScript websites. Just paste the script in your HTML file.

React / Next.js

Single-page apps and server-rendered React applications. Use useEffect hook.

Vue / Nuxt

Vue.js applications and Nuxt.js sites. Add to mounted lifecycle hook.

Angular

Angular applications. Add to index.html or use ngOnInit in app component.

PHP / Laravel

PHP websites and Laravel applications. Add to your layout template.

ERP / Portals

Enterprise portals, ERP systems, and internal applications.

Any E-commerce

BigCommerce, Magento, PrestaShop, and custom e-commerce platforms.

Any CMS

Drupal, Joomla, Ghost, Webflow, Squarespace, Wix, and any CMS.

Code Examples by Platform

Copy-paste examples for popular web frameworks.

HTML Website

Add before the closing </body> tag:

<!-- Vatdi AI Chatbot Widget -->
<script src="https://vatdi.com/widget.js"
  data-store-key="YOUR_STORE_KEY"
  async>
</script>
</body>

React / Next.js

Add to your main App or Layout component:

useEffect(() => {
  const script = document.createElement('script');
  script.src = 'https://vatdi.com/widget.js';
  script.setAttribute('data-store-key', 'YOUR_KEY');
  script.async = true;
  document.body.appendChild(script);
}, []);

Vue.js

Add to mounted() in your App.vue:

mounted() {
  const script = document.createElement('script');
  script.src = 'https://vatdi.com/widget.js';
  script.setAttribute('data-store-key', 'YOUR_KEY');
  document.body.appendChild(script);
}

PHP / Laravel

Add to your layout.blade.php or footer.php:

<!-- Before </body> in layout -->
<script src="https://vatdi.com/widget.js"
  data-store-key="YOUR_STORE_KEY"
  async>
</script>

</body>

Website Chatbot Widget FAQ

Common questions about adding AI chatbot to your website.

Does the chatbot widget work on any website?

Yes! Works on any website - HTML, PHP, React, Vue, Angular, Next.js, custom CMS, ERP portals, and any web platform. Just paste one JavaScript snippet.

Is the website chatbot widget free?

Yes, we offer a free plan with core features including AI responses, lead capture, and customization. Premium plans available for unlimited conversations.

How do I train the chatbot on my content?

In your Vatdi dashboard, upload PDFs, documents, or add website URLs. The AI learns from your content and provides accurate, context-aware responses.

Will the widget slow down my website?

No, the widget loads asynchronously and doesn't block page rendering. It's optimized for performance with minimal impact on load speed.

Can I customize the chatbot appearance?

Fully customize colors, position (bottom-right, bottom-left), welcome message, agent name, avatar, and branding. No coding required - all done in the dashboard.

Does it support multiple languages?

Yes, 50+ languages with automatic detection. The chatbot responds to visitors in their language, perfect for international websites.

Add AI Chatbot to Your Website Today

Join thousands of websites using Vatdi for 24/7 automated customer support.

Get Free Widget Code Need help? Contact us
Free plan available No credit card required 5-minute setup