Skip to main content
Free plan

Free AI Chatbot for Your Website

Train a chatbot on your own pages and documents, put it on a live website with one snippet, and pay nothing until it has earned its keep. No card, no trial clock.

Priced in your local currency
No credit card to start

What the free plan is for

Enough to launch one real chatbot and decide with evidence, not a demo video.

01

One chatbot on a live site

Create it, copy the snippet, paste it before the closing body tag. The widget is live on your real pages, not a sandbox.

02

Trained on real content

Upload a document, add website pages, or paste a YouTube link. Answers come from those sources and say so when a question is outside them.

03

Answer quality you can judge

Ask the twenty questions your visitors actually ask and read what comes back. If the answers hold on your content, paying is a safe decision.

04

A hosted page to share

Every chatbot gets its own page and link, so you can test it and show it to a colleague before it touches your website.

Where free stops

The limits are deliberate and published. Here is what you run into first.

01

A daily message cap

The free plan answers a fixed number of messages per day. A quiet site never notices; a busy one hits the cap, which is the moment to upgrade.

02

Fewer, smaller sources

Fewer documents per chatbot and a lower file size limit. Enough to prove the idea on one product or one course, not to index a whole help center.

03

A Cortexvia badge

The free widget carries a small Cortexvia mark. Paid plans remove it; nothing else about the widget changes.

04

No custom domain

The hosted chatbot page lives on a Cortexvia address on the free plan. Paid plans can put it on your own domain.

The same snippet as every paid plan

Two CDN files, a container, and a mount call with your chatbot key. Upgrading changes nothing here.

html
<link rel="stylesheet" href="https://cdn.cortexvia.in/chatbotsdk-web.css" />
<script src="https://cdn.cortexvia.in/chatbotsdk-web.iife.js"></script>
<div id="cv-chat"></div>
<script>
  window.ChatbotSDK.mount("#cv-chat", {
    chatbotKey: "ctx-cb-xxxxxxxxxxxxxxxx",
    config: {
      mode: "chatbot",
      position: "bottom-right"
    }
  });
</script>

Replace the placeholder key with the one from your Chatbots area.

  • Works on WordPress, Shopify, Wix, Squarespace, Webflow, React, Next.js, and plain HTML
  • mode chatbot is the floating launcher; mode chat is an inline panel
  • The loader is deferred, so it does not block your page from rendering

Questions

What people check before putting a free chatbot on a real site.

Where to go from here

The pages people read next once the free chatbot is answering.

01Free chatbotWhat the free plan covers, and where it stops.
02Train on your dataDocuments, pages, and videos, without fine-tuning.
03Documentation chatbotTurn your docs and help center into answers.
04AI website searchA search box that answers instead of listing links.
05Small businessHours, prices, delivery, and booking, answered.
06NotebookLM alternativeA notes chatbot you can share and embed.
07Add it to your websiteThe embed snippet, and where it goes on each platform.
08PricingThe live plan table, in your currency.

Start with one page and one document

Launch on the free plan, read the answers, and only pay once the widget is doing real work.

Free to launch, free to keep small. Create the chatbot, paste the snippet, and let real visitors ask the first questions.