https://github.com/tharun007-tk/nextjs-ai-chatbot-codedex
๐ Liza AI Chatbot โ A smart, interactive chatbot built with Next.js and OpenAI's API. Features a sleek UI, real-time responses, and seamless integration with serverless functions
https://github.com/tharun007-tk/nextjs-ai-chatbot-codedex
ai chatbot next openai vercel
Last synced: 5 months ago
JSON representation
๐ Liza AI Chatbot โ A smart, interactive chatbot built with Next.js and OpenAI's API. Features a sleek UI, real-time responses, and seamless integration with serverless functions
- Host: GitHub
- URL: https://github.com/tharun007-tk/nextjs-ai-chatbot-codedex
- Owner: Tharun007-TK
- License: other
- Created: 2025-06-13T04:35:57.000Z (about 1 year ago)
- Default Branch: main
- Last Pushed: 2025-06-13T08:39:33.000Z (about 1 year ago)
- Last Synced: 2025-06-13T09:26:35.685Z (about 1 year ago)
- Topics: ai, chatbot, next, openai, vercel
- Language: TypeScript
- Homepage: https://nextjs-ai-chatbot-codedex.vercel.app
- Size: 727 KB
- Stars: 0
- Watchers: 0
- Forks: 0
- Open Issues: 0
-
Metadata Files:
- Readme: README.md
- License: LICENSE
Awesome Lists containing this project
README
Liza is a conversational AI chatbot built using Next.js 14, Tailwind CSS, and OpenAI. Designed to offer fast, intelligent responses in a sleek chat interface, it's perfect for both learning and showcasing AI capabilities in the browser.
๐ Live Demo ยท
โ๏ธ Features ยท
๐ Tech Stack ยท
๐ฆ Running Locally ยท
๐ผ Screenshots
---
## ๐ Features
- Conversational AI using OpenAI GPT
- Fast, reactive frontend with **Next.js App Router**
- **Tailwind CSS** and **shadcn/ui** for clean styling and layout
- Uses **Vercel AI SDK** for a unified chat API
- Typing indicators, smooth UX, and real-time feel
- Easily swappable model providers (OpenAI, xAI, Cohere, etc.)
- Deploy with one click via Vercel
---
## ๐ Tech Stack
- [Next.js 14](https://nextjs.org/)
- [Vercel AI SDK](https://sdk.vercel.ai/docs)
- [Tailwind CSS](https://tailwindcss.com)
- [shadcn/ui](https://ui.shadcn.com)
- [OpenAI](https://platform.openai.com)
- [Vercel Blob](https://vercel.com/storage/blob) (Optional file handling)
- [Neon DB](https://vercel.com/marketplace/neon) (Optional data persistence)
---
## ๐ธ Screenshots
| Chat Interface |
|----------------|
|  |
| Typing Indicator |
|------------------|
|  |
---
## ๐ Deploy Your Own
[](https://vercel.com/new/clone?repository-url=https://github.com/Tharun007-TK/nextjs-ai-chatbot-codedex)
---
## ๐ฆ Running Locally
Clone the repo and run:
```bash
git clone https://github.com/Tharun007-TK/liza-ai-chatbot
cd liza-ai-chatbot
pnpm install
pnpm dev
```
> Make sure to configure your `.env` file with the required OpenAI API key and any other necessary credentials. Refer to `.env.example`.
Then visit: [http://localhost:3000](http://localhost:3000)
---
## ๐โโ๏ธ Author
Built by [Tharun Kumar](https://github.com/Tharun007-TK)
Feel free to โญ the repo and contribute!
---