Skip to content

IntelNet-JSC/chatbot-frontend

 
 

Repository files navigation

Mendable Chatbot with Next.js (Starter Template)

This is a sample project to demonstrate how to use Mendable API to build your own custom chatbot interface. Made with Mendable, Next.js, Vercel AI SDK and shadcn/ui.

Getting Started

First, create a Mendable account at https://mendable.ai, ingest your data and grab your API key.

Add your .env file with your Mendable API key:

MENDABLE_API_KEY=YOUR_MENDABLE_API_KEY

Then, install the dependencies:

npm install

Run the development server:

npm run dev

Open http://localhost:3000 with your browser to see the result.

About

Next.js Starter Template for building chatbots with Mendable

Resources

Stars

Watchers

Forks

Releases

No releases published

Packages

 
 
 

Contributors

Languages

  • TypeScript 50.8%
  • CSS 39.4%
  • JavaScript 9.1%
  • Dockerfile 0.7%