๐Ÿงน Cleaning Service Chatbot

Automated order intake, cost calculation and CRM integration

Try it now! The chat widget will appear in the bottom-right corner in a few seconds.

๐Ÿค– Smart Assistant

GPT-4 analyses customer requests and automatically identifies the cleaning type, area, address and additional services

๐Ÿ’ฐ Automatic Pricing

Accurate cost calculation based on area, complexity coefficients, distance and applicable discounts

๐Ÿ“ Geo Integration

Automatic distance calculation via Yandex Geocoder API for precise delivery pricing

๐Ÿ›ก๏ธ Spam Protection

Multi-layer protection: rate limiting, content filtering and AI-based spam detection

๐Ÿ”— CRM Integration

Automatic order submission to Bitrix24 or any other CRM system via webhook

๐Ÿ“ฑ Responsive Widget

Modern chat widget that works seamlessly on desktop and mobile devices

๐Ÿš€ How to Embed on Your Website

Add a single line of code before the closing </body> tag:

<script> // Optional: set your API URL window.CLEANING_CHAT_API_URL = 'https://your-domain.com/api'; </script> <script src="https://your-domain.com/static/chat-widget.js"></script>

โš™๏ธ Widget Configuration

Customise the widget appearance and behaviour:

<script> window.CLEANING_CHAT_CONFIG = { API_BASE_URL: 'https://your-domain.com/api', WIDGET_TITLE: 'Your Company', WELCOME_MESSAGE: 'Hello! How can I help you?', PRIMARY_COLOR: '#ff6b35', POSITION: 'bottom-right', // or 'bottom-left' LANG: 'en' // 'en' or 'ru' }; </script> <script src="https://your-domain.com/static/chat-widget.js"></script>

๐ŸŽฏ Chatbot Capabilities

๐Ÿ“‹ Example Conversation:

๐Ÿ‘ค User: Hi! I need a post-renovation clean ๐Ÿค– Bot: Hello! I'll help you book a post-renovation cleaning. What is the area of the premises? ๐Ÿ‘ค User: 60 square metres, two-bedroom apartment ๐Ÿค– Bot: Got it, 60 mยฒ. Is there furniture in the apartment? ๐Ÿ‘ค User: Yes, the furniture is already in place ๐Ÿค– Bot: Great. Would you like any additional services? For example, window or balcony cleaning? ๐Ÿ‘ค User: Yes, windows please โ€” 8 windows ๐Ÿค– Bot: When would you like the cleaning done? ๐Ÿ‘ค User: Tomorrow at 10 am ๐Ÿค– Bot: What is the address? ๐Ÿ‘ค User: Moscow, Tverskaya St, 10 ๐Ÿค– Bot: ๐Ÿ“‹ Cost breakdown: โ€ข Post-renovation cleaning: 7,200 โ‚ฝ (60 mยฒ ร— 120 โ‚ฝ/mยฒ) โ€ข Window cleaning: 4,000 โ‚ฝ (8 windows ร— 500 โ‚ฝ) ๐Ÿ’ฐ Total: 11,200 โ‚ฝ Does that look right? Please share your phone number to confirm.