DialogKit ChatBox SDK
Build conversational experiences that convert visitors into customers.
What is ChatBox SDK?
DialogKit ChatBox SDK is a lightweight JavaScript library that embeds interactive conversational flows into your website. Unlike traditional chatbots, DialogKit uses visual flow builders to create guided conversations that adapt to user responses.
Why ChatBox SDK?
- Lightweight: Only 12KB initial load, widget loaded on-demand
- Easy Integration: Single script tag, no complex setup
- Customizable: Full theming support, custom positioning
- Flow-Based: Visual flow builder in Design Studio
- Context-Aware: Pass and track user context throughout conversations
- Mobile-Ready: Responsive design, works on all devices
Quick Example
<!DOCTYPE html>
<html>
<head>
<title>My Website</title>
</head>
<body>
<!-- Your content -->
<!-- ChatBox SDK - Single script tag -->
<script
src="https://cdn.dialogkit.io/chatbox-sdk.min.js"
data-api-key="YOUR_API_KEY"
></script>
</body>
</html>
That's it! Your conversational flow is now live.
Next Steps
- Installation Guide - Get started in 5 minutes
- API Reference - Complete SDK documentation
- Examples - Real-world use cases