AI Support Chat
for Any Website

Add a smart support agent to your site in 60 seconds. It reads your knowledge base and answers customers 24/7. No servers, no coding.

60s
Setup time
$0
Free tier
24/7
Always online
7+
Languages

See It in Action

Your AI agent reads the knowledge base you provide and gives accurate, helpful answers to your visitors.

🧠

Knows Your Business

Instant Responses

🔒

Answers from Cache

🌍

Multilingual

E
Emma
Online
Hi! How can I help you today? 👋
Do you have the Nike Air Max in blue?
Yes! We currently have 11 blue Nike Air Max in stock. We also have 5 red pairs available. Would you like to place an order?
What about delivery?
Free shipping on orders over $50! Standard delivery takes 3-5 business days. 🚚

Everything You Need

A complete AI support solution that works out of the box.

📋

JSON Knowledge Base

Create a simple JSON file with your business info, FAQs, stock levels — plus the AI scans your entire website for context. Update anytime.

💾

Browser Cache (1MB)

Repeated questions get answered instantly from localStorage. Zero API calls, zero cost. Cache auto-expires hourly.

🤖

Powered by Top AI

Uses advanced LLM models via secure API connection with automatic fallback for 99.9% uptime. No vendor lock-in.

🎨

Fully Customizable

Custom colors, operator names, position, theme. Match your brand perfectly with simple HTML attributes.

🌐

7+ Languages

English, Russian, Ukrainian, Polish, German, Spanish, French — with localized operator names and UI strings.

Lightweight & Fast

Single JS file under 8KB gzipped. No dependencies. No jQuery. No frameworks. Just works.

Setup in 3 Steps

From zero to AI support in under a minute.

1

Create Your Knowledge Base

Create a supports-chat.json file on your website with your business info, FAQ, and any data the AI should know.

2

Add the Script

Paste one line of code into your HTML. Configure language, color, and operator name right in the tag.

3

Done! Chat is Live

Your visitors now have 24/7 AI support. Monitor usage in your dashboard.

📋 Copy Your Widget Code

HTML
<!-- Supports.Chat Widget --> <script src="https://api.supports.chat/chat.js" data-config="/supports-chat.json" data-lang="en" data-color="#6C5CE7" data-position="right" data-name="Emma" data-theme="auto" ></script>

📄 Example supports-chat.json

supports-chat.json

⚙️ Widget Parameters

Parameter Default Description
data-config/supports-chat.jsonPath to your knowledge base JSON file
data-langenUI language: en, ru, uk, pl, de, es, fr, pt, ja, zh
data-color#6C5CE7Primary accent color (any CSS color)
data-positionrightWidget position: right or left
data-nameautoOperator name (random from language pool if omitted)
data-themeautoWidget theme: auto, dark, or light

Simple Pricing

Start free, upgrade when you grow.

Free

$0/mo
  • 50 questions per day
  • All 7+ languages
  • Browser cache
  • Community support
  • "Powered by" branding
Get Started

🎉 Earn 10% Referral Commission

Share your unique link and earn 10% recurring commission for every paying customer you refer.

Get Your Referral Link

Frequently Asked Questions

How does the AI know about my business?

You create a simple JSON file (supports-chat.json) with your business info, FAQs, stock levels, policies — anything you want the AI to know. The AI also scans your entire website for additional context.

Can I update the knowledge base dynamically?

Yes! If you have a dynamic backend (PHP, Node, Python), you can generate the JSON file automatically from your database. Stock levels, prices, availability — all updated in real-time.

Which AI models are used?

We use advanced large language models via secure API connections. The system automatically selects the best available model and switches to backups, ensuring 99.9% availability.

What happens if the API is down?

Previously answered questions are cached in the visitor's browser, so common questions still work. For new questions, we automatically try backup models. A friendly error message appears only if all fallbacks fail.

Is it GDPR compliant?

Yes. We don't store any personal data. Questions are processed by the AI and not saved on our servers. The cache lives only in the visitor's browser and can be cleared anytime.

How does the referral program work?

Sign up, get a unique referral link. When someone subscribes to Pro through your link, you earn 10% of their monthly payment — recurring, for as long as they stay subscribed.

Can I use this with WordPress / Shopify / Wix?

Yes! It's a single script tag — works on any platform that allows custom HTML. WordPress: add to theme footer. Shopify: add to theme.liquid. Wix: use Custom Code feature.