An AI-powered CRM Chatbot built with Django (backend) and Vue.js (frontend).
It supports local LLMs (via Ollama) and cloud-based LLMs, and can be easily embedded into any website using a lightweight JS snippet.
- 🔗 Multiple LLM support → Run locally with Ollama or connect to cloud LLM APIs.
- 🖥 Modern stack → Django backend + Vue frontend for seamless performance.
- 🔌 Easy embedding → Drop-in JS embed code to add the chatbot to any site.
- 🛠 CRM-first design → Focused on customer interaction, lead management, and support automation.
- 🎥 Video demo available → Watch Showcase
git clone https://github.com/Jayesh-Mahato/crmbot-ai.git
cd crmbot-aipip install -r requirements.txt
cd backend
python manage.py migrate
python manage.py runservercd frontend
npm install
npm run devContributions are welcome!
- Fork the project
- Create your feature branch
- Commit your changes
- Push to your branch
- Open a PR
If you find this useful, please ⭐ the repo to support development!