mendableai / mendable-nextjs-chatbot

Next.js Starter Template for building chatbots with Mendable

Home Page:https://mendable.ai

Geek Repo:Geek Repo

Github PK Tool:Github PK Tool

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

https://mendable.ai


Languages

Language:TypeScript 89.9%Language:JavaScript 5.7%Language:CSS 4.4%