An open API service indexing awesome lists of open source software.

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

Awesome Lists containing this project

README

          


Liza AI Chatbot โ€“ powered by Next.js and OpenAI

Liza AI Chatbot



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 |
|----------------|
| ![Liza Chat Screenshot](public/images/Chatbot-Ui.png) |

| Typing Indicator |
|------------------|
| ![Typing](public/images/simple.gif) |

---

## ๐Ÿš€ Deploy Your Own

[![Deploy with Vercel](https://vercel.com/button)](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!

---