https://github.com/basuabhirup/ai-customer-support-chatbot
🌟 An AI-powered customer support chatbot using TypeScript, Next.js and the OpenAI API
https://github.com/basuabhirup/ai-customer-support-chatbot
chatbot nextjs14 openai-api shadcn-ui tailwind-css
Last synced: about 2 months ago
JSON representation
🌟 An AI-powered customer support chatbot using TypeScript, Next.js and the OpenAI API
- Host: GitHub
- URL: https://github.com/basuabhirup/ai-customer-support-chatbot
- Owner: basuabhirup
- Created: 2024-08-12T20:25:49.000Z (almost 2 years ago)
- Default Branch: development
- Last Pushed: 2024-08-30T20:13:18.000Z (almost 2 years ago)
- Last Synced: 2025-10-29T09:55:39.748Z (8 months ago)
- Topics: chatbot, nextjs14, openai-api, shadcn-ui, tailwind-css
- Language: TypeScript
- Homepage:
- Size: 341 KB
- Stars: 0
- Watchers: 1
- Forks: 0
- Open Issues: 0
-
Metadata Files:
- Readme: README.md
Awesome Lists containing this project
README
# AI Customer Support Chatbot
## Installation
**1. Clone the repository to your local machine:**
```
git clone https://github.com/basuabhirup/ai-customer-support-chatbot.git
```
**2. Navigate into the project directory:**
```
cd ai-customer-support-chatbot
```
**3. Install dependencies:**
```
npm install
```
**4. Start the development server:**
```
npm run dev
```
**5. Go to [localhost:3000](http://localhost:3000) to view the app in the browser!**