Skip to content

mendableai/mendable-nextjs-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.