๐งน 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
- Cleaning type detection: Post-renovation, deep cleaning, regular maintenance
- Area extraction: Automatically parsed from customer messages
- Additional services: Window washing, balcony cleaning, stain removal
- Geolocation: Distance calculation via Yandex Geocoder
- Discounts: Automatic discount application
- Spam protection: Filters out unwanted messages
- Notifications: Telegram and email alerts for new orders
๐ 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.