Chatbot Builder
Build AI-powered chatbots in minutes.
Features
- Train on your data - PDFs, websites, documents
- Multiple channels - Website, Slack, Discord, WhatsApp
- LLM Integration - OpenAI, Anthropic, local models
- Conversational memory - Context-aware responses
- Analytics - Track conversations
Quick Start
# Create chatbot
./chatbot.sh create support-bot
# Train on data
./chatbot.sh train support-bot --data ./docs
# Deploy to web
./chatbot.sh deploy support-bot --channel web
# Deploy to Slack
./chatbot.sh deploy support-bot --channel slack
Channels
- Website widget
- Slack
- Discord
- Telegram
Requirements
- Python 3.8+
- OpenAI API key (or use local models)
Author
Sunshine-del-ux