Skip to content

Aidbase/ai-chat-website

Repository files navigation

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:
npm install
  1. Create a free Aidbase account:
    https://app.aidbase.ai/#

  2. Create a new AI Chatbot:
    https://docs.aidbase.ai/chatbot/get-started

  3. Add the Chatbot ID to the .env file:

NEXT_PUBLIC_CHATBOT_ID = <YOUR_CHATBOT_ID>

That's it 🥳

Customization

The <ChatBody /> 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/