Intelligent
AI Chatbots.
Enhance your website with our state-of-the-art AI chatbot. Setup takes minutes, customized exactly for your business context.
Trusted by innovative organizations
Why choose us?
Everything you need to automate customer support.
Context Aware
Give the AI your website's description and rules. It behaves exactly how you want it to, giving accurate answers to your visitors.
Lightning Fast
Powered by Saybot to ensure your customers get their answers in milliseconds, not seconds.
Easy Integration
Generate an API key and embed our widget in your website with just one line of code. It just works.
Integration Options
Integrate our AI into your system in minutes, with or without code.
1. Chat Widget (Recommended)
The fastest way to get started. Copy and paste one line of code into your website's HTML and instantly get a floating chat widget. Customize colors to match your brand directly from the dashboard.
<script
src="https://saybot.vercel.app/widget.js"
data-api-key="YOUR_API_KEY"
data-theme="#3b82f6"
></script>2. REST API
Build your own custom chat UI or integrate our AI into your backend systems. Make a simple POST request with your API key to send messages and receive intelligent responses.
const res = await fetch('https://saybot.vercel.app/api/chat', {
method: 'POST',
headers: { 'Content-Type': 'application/json' },
body: JSON.stringify({
api_key: 'YOUR_API_KEY',
message: 'Hello, what are your hours?'
})
});
const data = await res.json();3. Database Webhooks
Connect the AI directly to your own backend (Laravel, Node.js, VPS SQL, etc.). Define a custom endpoint, and our AI will autonomously extract parameters from visitors and fetch live data from your server.
// 1. AI extracts parameters:
// "Check room VIP for tomorrow"
// 2. AI sends POST to your API:
POST https://your-server.com/api
{
"type": "VIP",
"date": "tomorrow"
}How to Configure Your AI
Follow these best practices to get the perfect chatbot behavior.
1. Bot Name
Give your AI a distinct identity. This is the name it will use when introducing itself to your visitors.
2. Knowledge Base
Paste facts about your business. The AI uses this as its "brain" and answers based on this context.
3. Style & Tone
Tell the AI exactly *how* it should talk. Control the length, tone, language, and attitude of every response.
UI Widget Examples
Copy and paste these pre-built designs into your website.
Minimal Light
A clean, lightweight floating chat widget perfect for modern websites.
Live Preview
Simple Pricing
Choose the perfect plan for your business.
Pro
$2/mo
- ✓ 5 Bots (Accounts)
- ✓ 1,000,000 Tokens / day
- ✓ Priority Support
Pro Plus
$5/mo
- ✓ 10 Bots (Accounts)
- ✓ Unlimited Tokens / day
- ✓ 24/7 Premium Support

