💬 AI Chatbot Widget

AI-powered chat assistant with intelligent responses and human handoff support.

🤖 Smart AI Assistant

Powered by GPT-4, answers questions using real-time data from your website. Provides accurate, context-aware responses.

👤 Human Handoff

Seamlessly transfers to human support when needed. Contact form automatically appears when users request personal assistance.

📝 Contact Form Integration

Built-in contact form with validation (name, email, phone). Automatically triggers when AI detects human assistance request.

🎨 Fully Customizable

Configure colors, messages, position, and behavior through simple configuration. Supports Lithuanian language interface.

📱 Responsive Design

Works perfectly on desktop, tablet, and mobile devices with adaptive layout and touch-friendly interface.

🚀 Installation Guide

<!-- 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>

⚙️ Configuration

Try it out: Click the chat icon in the bottom-right corner!