https://github.com/ranfysvalle02/mendable-orby
https://github.com/ranfysvalle02/mendable-orby
Last synced: 4 months ago
JSON representation
- Host: GitHub
- URL: https://github.com/ranfysvalle02/mendable-orby
- Owner: ranfysvalle02
- Created: 2024-02-25T08:40:05.000Z (over 1 year ago)
- Default Branch: main
- Last Pushed: 2024-05-29T07:54:06.000Z (over 1 year ago)
- Last Synced: 2025-02-16T04:45:03.044Z (8 months ago)
- Language: TypeScript
- Homepage: https://retrocube-obliviocompany.vercel.app/
- Size: 2.68 MB
- Stars: 0
- Watchers: 2
- Forks: 0
- Open Issues: 0
-
Metadata Files:
- Readme: README.md
Awesome Lists containing this project
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/).

## 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.