mamba-chat-ai
v0.1.0
Published
This is a sample project to demonstrate how to use Mamba API to build your own custom chatbot interface. Made with [Mamba](https://Mamba.ai?ref=nextjs), [Next.js](https://vercel.com/solutions/nextjs), [Vercel AI SDK](https://vercel.com/blog/introducing-th
Downloads
40
Readme
Mamba Chatbot with Next.js (Starter Template)
This is a sample project to demonstrate how to use Mamba API to build your own custom chatbot interface. Made with Mamba, Next.js, Vercel AI SDK and shadcn/ui.
Getting Started
First, create a Mamba account at https://Mamba.ai, ingest your data and grab your API key.
Add your .env file with your Mamba API key:
Mamba_API_KEY=YOUR_Mamba_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.