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

https://github.com/codewithveek/personal-ai-chat


https://github.com/codewithveek/personal-ai-chat

Last synced: 6 days ago
JSON representation

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/