A personalized chatbot built using NextJS, Typescript, NPM ai SDK, Rag-Chat with Upstash Redis database styled using Tailwind CSS, NextUI and ShadcnUI library.
Clone the project into your local system:
git clone https://github.com/nagakushal786/Next-Chatbot.git
Go into your project:
cd Next-Chatbot
Install the dependencies:
npm install
Run the development server:
npm run dev
# or
yarn dev
# or
pnpm dev
# or
bun dev
Open http://localhost:3000 with your browser to see the result.
Enter the URL of the page with which you want to chat with the bot. Then you will get the interface where you can ask the nextbot regarding the information present in the URL.
Upstash database has only provided 7 trails of chat with the bot in the free plan.
To learn more about Next.js, take a look at the following resources:
You can check out the Next.js GitHub repository.