An OpenAI powered Chatbot using all the new fancy tech
- Next.js V14 with App Router
- Vercel AI SDK to stream responses from OpenAI
- New Drawer component from Shadcn
- Cute Tailwind Animations like bounce and loading spinner.
- Typescript
goliath-ai-chatbot.mp4
git clone https://github.com/SkyHustle/goliath-ai-chatbot.git
- Install dependencies, use Bun for extra Steeze
- Get an API key from OpenAI
- Create a
.env.local
file and addOPENAI_API_KEY=your-api-key
bun run dev
- open http://localhost:3000 with your browser
And you're all good to do ;)