A very simple chatbot web application built using Next.js and MongoDB, deployed on Vercel.
This chatbot is not intelligent and does not use AI or NLP.
It responds only to predefined static messages based on keyword matching.
π Live Project: Project Live Here
- Static chatbot responses (no AI, no ML)
- Keyword-based message detection
- Stores chat messages in MongoDB
- Simple and clean UI
- Deployed on Vercel
The chatbot checks whether the user message contains certain keywords.
| User Message Contains | Bot Response |
|---|---|
hi / hello |
Greeting message |
name |
Bot introduction |
bye |
Goodbye message |
| Anything else | No response (bot stays silent) |
- Frontend: Next.js (React)
- Database: MongoDB Atlas
- Deployment: Vercel