Ecosyste.ms: Awesome

An open API service indexing awesome lists of open source software.

https://github.com/mendableai/mendable-nextjs-chatbot

Next.js Starter Template for building chatbots with Mendable
https://github.com/mendableai/mendable-nextjs-chatbot

ai chat chat-widget chatbot nextjs shadcn-ui vercel

Last synced: about 1 month ago
JSON representation

Next.js Starter Template for building chatbots with Mendable

Lists

README

        

# 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](https://mendable.ai?ref=nextjs), [Next.js](https://vercel.com/solutions/nextjs), [Vercel AI SDK](https://vercel.com/blog/introducing-the-vercel-ai-sdk) and [shadcn/ui](https://ui.shadcn.com/).

![](/public/readmeHero.png)

## Getting Started

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

Add your .env file with your Mendable API key:

```bash
MENDABLE_API_KEY=YOUR_MENDABLE_API_KEY
```

Then, install the dependencies:

```bash
npm install
```

Run the development server:

```bash
npm run dev
```

Open [http://localhost:3000](http://localhost:3000) with your browser to see the result.