A Gen AI chatbot entirely built with v0.dev in less than a day's worth of effort.
This project was built so I could see how to test out the Vercel's AI SDK using V0.dev as a starting point.
Bennett AI is inspired from Claude, ChatGPT, Copilot, and other Gen AI chatbot interfaces and interactive elements.
git clone git@github.com:bennettfrazier/bennett-ai.git
cd bennett-ai
pnpm installcp .env.example .envThen edit .env and add your Anthropic API key (starts with sk-ant-)
To get an API key, go to Anthropic's Console and follow sign up instructions.
pnpm devpnpm dev- Start development serverpnpm build- Build for productionpnpm start- Start production server
- Message streaming to display API response as it comes in
- Message reasoning with auto expansion, collapse, and scrolling
- Message response markdown styling using Tailwind Typography
- Welcome screen component that loads a random welcome message on page load
- Animations while response is "thinking"