A smart, domain-specific chatbot powered by Ollama and built with Node.js, designed to provide instant support and answers for guests, hosts, and admins on the StayNest homestay rental platform.
- 💬 Natural Language Support: Responds to common questions about bookings, policies, payments, food, and more.
- 🔍 Domain-Specific Intelligence: Trained on StayNest's policies and FAQs to provide accurate, relevant responses.
- ⚙️ Built with Node.js: Fast and lightweight backend using Express.js.
- 🧠 Powered by Ollama LLMs: Uses powerful locally hosted models (like LLaMA or Mistral) for private, secure inference.
- 📦 Modular & Extendable: Easily integrate into StayNest’s existing tech stack.
| Tech | Description |
|---|---|
| Node.js | Backend runtime |
| Express.js | API framework |
| Ollama | LLM backend for chatbot logic |
| REST API | Endpoint for chatbot interaction |
| JSON | For prompt templates & responses |
git clone https://github.com/yourusername/staynest-chatbot.git
cd staynest-chatbot