Try it now!
Click the chat button in the bottom right corner to see the widget in action. This is exactly how it will appear on your website.
✨ Features
Streaming Responses
Real-time streaming text for a smooth conversational experience
Markdown Support
Rich text formatting with lists, links, bold, and code blocks
Conversation History
Automatic saving of conversations across sessions
Custom Theming
Match your brand with customizable colors and styling
Mobile Responsive
Works perfectly on all devices and screen sizes
Secure & Private
Built with security in mind, API keys never exposed
🛠️ Installation
Add one line of code to your website:
<script
src="https://cdn.jibber.ai/jibber-chat.min.js"
data-api-key="YOUR_API_KEY"
></script>
That's it! The widget will automatically load and be ready to use.
⚙️ Customization
Customize the appearance and behavior with data attributes:
<script
src="https://cdn.jibber.ai/jibber-chat.min.js"
data-api-key="YOUR_API_KEY"
data-position="bottom-right"
data-primary-color="#2563eb"
data-secondary-color="#9333ea"
data-title="Support Chat"
data-subtitle="We're here to help!"
></script>
🎯 Position Options
Choose where the chat widget appears:
bottom-right(default)bottom-lefttop-righttop-left