https://github.com/guhrodrrigues/quickchat
An intelligent and pleasant AI chatbot.
https://github.com/guhrodrrigues/quickchat
chatbot chatbot-ai nextjs openai sdk shadcn-ui tailwindcss typescript vercel
Last synced: 9 months ago
JSON representation
An intelligent and pleasant AI chatbot.
- Host: GitHub
- URL: https://github.com/guhrodrrigues/quickchat
- Owner: guhrodrrigues
- Created: 2023-09-14T21:03:30.000Z (over 2 years ago)
- Default Branch: main
- Last Pushed: 2024-04-13T01:28:58.000Z (over 1 year ago)
- Last Synced: 2025-04-06T00:06:17.808Z (9 months ago)
- Topics: chatbot, chatbot-ai, nextjs, openai, sdk, shadcn-ui, tailwindcss, typescript, vercel
- Language: TypeScript
- Homepage:
- Size: 347 KB
- Stars: 7
- Watchers: 1
- Forks: 2
- Open Issues: 0
-
Metadata Files:
- Readme: README.md
- Funding: .github/FUNDING.yml
Awesome Lists containing this project
README
https://github.com/guhrodriguess/quickchat/assets/79873612/a3a19d93-47b6-43df-9524-efe9f40c993b
### QuickChat
Chatbot that uses the powerful OpenAI API to create engaging and personalized conversational experiences.
### Dependencies
Next.js · TypeScript · OpenAI API · Vercel SDK · Tailwind CSS · shadcn/ui
### Use the QuickChat
> Clone the repository
```bash
git clone https://github.com/guhrodriguess/quickchat.git
```
### Run a application
```bash
cd quickchat
```
> Install of dependencies
```bash
npm i -g pnpm
```
```bash
pnpm install
```
> Enter the environment variable
```bash
OPENAI_API_KEY=""
```
_You can get your API key by clicking [here](https://openai.com/blog/openai-api)._
> Start the project
```bash
pnpm dev
```