Skip to content

Next.js Starter Template for building chatbots with Mendable

Notifications You must be signed in to change notification settings

Eduardo-Griesang/mendable-chatbot

 
 

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

No packages published

Languages

  • TypeScript 88.8%
  • JavaScript 7.4%
  • CSS 3.8%