NEAR Founder Co-Pilot

Founder Co-Pilot is a chatbot created for founder and developer support building on NEAR!

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:

NEXT_PUBLIC_MENDABLE_BASE_URL = https://api.mendable.ai/v0/
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.