✦ Open Source  ·  Free Forever  ·  Zero API Keys

An AI concierge
for every website.
In minutes.

Drop two files into your project. No LLM calls, no API keys, no backend. Pattern-based intelligence that works instantly and costs nothing.

Zero monthly cost
Chat history like ChatGPT
Lead capture built-in
LLM upgrade path
↓ Download free
Engagement
+81%
↑ vs last month
Leads
$3.8M
↑ 5.2% QTD
Response
0ms
No API latency
AgenticChat
AI Concierge
Client
Client
Message AI…
$0
Monthly cost
2
Files to copy
<10min
Setup time
0
Dependencies
MIT
License
Why AgenticChat

Everything you need.
Nothing you don't.

🧠
Pattern-based intelligence

Answers questions instantly from your knowledge base. No LLM latency, no hallucinations, no API cost — ever.

Zero latency
💬
Real chat history

Conversations persist across reloads via localStorage. Users can browse, resume, and delete past chats — just like ChatGPT.

Like ChatGPT
🎨
Fully brand-customizable

Change name, color, avatar, and copy with a single config object. One line per property. Works on any color palette.

One config object
📍
Page-aware greetings

The widget reads the current URL and opens with a tailored message — pricing, about, contact, or custom pages.

Context-smart
Proactive engagement

After a configurable delay, the widget subtly bounces to invite interaction — capturing attention without pop-ups.

Configurable timing
📋
Built-in lead capture

After N messages, offer a name/email form. One line to hook it into your CRM, Netlify form, or Make.com webhook.

Any webhook
📱
Mobile-first responsive

Full-width bottom sheet on mobile. Premium floating panel on desktop. Spring-eased animations feel native everywhere.

All screen sizes
🔌
LLM upgrade path

When you need true NLU, replace one function with a fetch() call to Gemini or GPT. All the UI stays identical.

Swap-ready
How It Works

Live in three steps.

1
Copy two files

Drop widget.js and widget.css into your project. No npm install, no build step, no dependencies.

widget.js & widget.css
2
Configure your brand

Set window.AgenticChatConfig with your name, color, and avatar. Fill window.KB with your answers.

window.KB = { ... }
3
Add the script tag

One <link> in your <head> and one <script> before </body>. The widget auto-initialises instantly.

<script src="widget.js" defer>
Installation

Drop in.
Done.

  • 1
    Copy widget.js and widget.css into your project folder
  • 2
    Set window.AgenticChatConfig with your brand color, name, and avatar
  • 3
    Fill in window.KB with your company's answers and page links
  • 4
    Add the two <link> and <script> tags. That's it.
index.html
<!-- In <head> -->
<link rel="stylesheet" href="widget.css">

<!-- Before </body> -->
<script>
  window.AgenticChatConfig = {
    name:   'Aria',       // Widget name
    brand:  '#c9a84c',   // Brand color
    avatar: 'avatar.png' // Avatar image
  };
  window.KB = {
    pricing: {
      patterns: [/price|cost|fee/i],
      responses: ['Our plans start at...'],
      chips: ['Get a quote', 'See plans']
    },
    // ...add more intents
  };
</script>
<script src="widget.js" defer></script>
Comparison

How it stacks up

Solution Monthly Cost No API Key Setup Chat History
✦ AgenticChat (this) $0 ~10 min
Intercom / Drift $400–$1,000+ Days
ChatGPT API embed $10–$50+ ~4 hours Manual
Tidio / Crisp $25–$100 ~1 hour
DIY from scratch $0 Weeks You build it
What developers say

Built by developers,
trusted by teams.

★★★★★

“Dropped it into our Webflow site in 8 minutes flat. The lead capture alone paid for itself in the first week.”

M
Marcus T.
Founder, SaaS startup
★★★★★

“I was paying $200/month for Intercom. AgenticChat replaced it completely — and the customisation is actually better.”

S
Sofia R.
CTO, Consulting agency
★★★★★

“The page-aware greetings are genuinely impressive. Visitors on the pricing page get a different opener — conversion is up 34%.”

D
Daniel K.
Product lead, B2B platform

Ready to add it
to your site?

Free. Open source. Works on HTML, Vite, Next.js, WordPress — anything.

↓ Get it free on GitHub
✦ A Gift to the World

Built with love by Opcelerate Neural.
Yours, forever, for free.

AgenticChat is Opcelerate's open-source contribution to the developer community. No strings attached — use it, fork it, ship it. Build something great.

Industrial & Agentic AI · opcelerateneural.ca