https://github.com/codewithveek/personal-ai-chat
https://github.com/codewithveek/personal-ai-chat
Last synced: 6 days ago
JSON representation
- Host: GitHub
- URL: https://github.com/codewithveek/personal-ai-chat
- Owner: codewithveek
- License: mit
- Created: 2024-07-02T15:06:04.000Z (almost 2 years ago)
- Default Branch: main
- Last Pushed: 2024-07-02T15:06:05.000Z (almost 2 years ago)
- Last Synced: 2026-02-04T14:37:17.677Z (4 months ago)
- Language: TypeScript
- Size: 157 KB
- Stars: 0
- Watchers: 1
- Forks: 0
- Open Issues: 0
-
Metadata Files:
- Readme: README.md
- License: LICENSE
Awesome Lists containing this project
README
# AI Chat Website (by Aidbase)
AI Chat Website (NextJS + Aidbase Elements).
## Demo
Try the website live at:
🔗 https://chat-website-demo.aidbase.ai
## Installation
1. Create a new repository from this template.
2. Clone the repository to your local machine.
3. Install the dependencies:
```bash
npm install
```
4. Create a free Aidbase account:
https://app.aidbase.ai/signup
5. Create a new AI Chatbot:
https://docs.aidbase.ai/chatbot/get-started
6. Add the Chatbot ID to the `.env` file:
```env
NEXT_PUBLIC_CHATBOT_ID =
```
That's it 🥳
## Customization
The `` component is fully customizable and can be found in the `src/app/page.tsx` file.
### Theme
See how to theme the chatbot:
https://docs.aidbase.ai/customizing/theme/
### Additional control
You can control the chatbot with various attributes and methods:
https://docs.aidbase.ai/chatbot/customization/
### Chatbot reference
See the full chatbot reference here:
https://docs.aidbase.ai/chatbot/reference/