Quickbots is a multi-tenant SaaS platform for creating, configuring, and managing AI-powered chatbots. This project is currently in beta.
- AI-Powered Chatbots: Create intelligent chatbots with customizable personalities using Groq LLM
- RAG (Retrieval-Augmented Generation): Context-aware responses using Upstash Search
- AI Field Generation: Automatically generate bot configuration fields with Google Gemini
- Easy Integration: Embed chatbots on any website with a single script tag
- Real-time Configuration: Update chatbot settings and see changes instantly
- Customizable UI: Configure themes, colors, and behavior to match your brand
- Rate Limiting: Built-in rate limiting to protect your API endpoints
- Analytics: Track chatbot performance and user interactions
- Multi-tenant Architecture: Secure, isolated bot configurations per user
To embed a QuickBot chatbot on your website, add this script tag:
<script
src="https://quickbot-ai.smit090305.workers.dev/v1/quickbot.iife.js"
data-bot-id="YOUR_BOT_ID"
defer
></script>The chatbot will automatically appear as a floating button in the bottom-right corner. Click it to open the chat interface.
For detailed documentation including architecture, API routes, data flow, and complete project flow, see PROJECT_FLOW_DOCUMENTATION.md.
Visit the live application at https://quickbots-ai.vercel.app