AI-powered chat assistant with intelligent responses and human handoff support.
Powered by GPT-4, answers questions using real-time data from your website. Provides accurate, context-aware responses.
Seamlessly transfers to human support when needed. Contact form automatically appears when users request personal assistance.
Built-in contact form with validation (name, email, phone). Automatically triggers when AI detects human assistance request.
Configure colors, messages, position, and behavior through simple configuration. Supports Lithuanian language interface.
Works perfectly on desktop, tablet, and mobile devices with adaptive layout and touch-friendly interface.
<!-- Add this to your website's HTML -->
<script>
window.DialogasConfig = {
workerEndpoint: "http://localhost:3000/api/v1/chat",
title: "Chat Support",
greetingMessage: "Hello! How can I help you?",
placeholder: "Type your message...",
position: "bottom-right",
theme: {
primaryColor: "#2563eb",
userMessageBg: "#2563eb",
userMessageText: "#ffffff", // White text for user messages
botMessageBg: "#f1f5f9",
botMessageText: "#1f2937" // Dark text for bot messages
}
};
</script>
<script src="http://localhost:3333/widget.js"></script>Try it out: Click the chat icon in the bottom-right corner!