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 [email protected]:bennettfrazier/bennett-ai.git
cd bennett-ai
pnpm install
cp .env.example .env
Then 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 dev
pnpm 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"