Skip to content

gnaneswar675/simple-chatbot

Folders and files

NameName
Last commit message
Last commit date

Latest commit

Β 

History

2 Commits
Β 
Β 
Β 
Β 
Β 
Β 
Β 
Β 

Repository files navigation

πŸ€– Simple Chatbot – Next.js + MongoDB + Vercel

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 Demo

πŸ”— Live Project: Project Live Here


πŸ“Œ Features

  • Static chatbot responses (no AI, no ML)
  • Keyword-based message detection
  • Stores chat messages in MongoDB
  • Simple and clean UI
  • Deployed on Vercel

πŸ’¬ How the Chatbot Works

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)

⚠️ This chatbot is rule-based only and does not understand natural language.


πŸ› οΈ Tech Stack

  • Frontend: Next.js (React)
  • Database: MongoDB Atlas
  • Deployment: Vercel

About

A basic rule-based chatbot built with Next.js and MongoDB, deployed on Vercel, that responds only to predefined keywords without using AI or NLP.

Topics

Resources

Stars

Watchers

Forks

Releases

No releases published

Packages

 
 
 

Contributors