AI Chat Website (NextJS + Aidbase Elements).
Try the website live at:
🔗 https://chat-website-demo.aidbase.ai
- Create a new repository from this template.
- Clone the repository to your local machine.
- Install the dependencies:
npm install-
Create a free Aidbase account:
https://app.aidbase.ai/signup -
Create a new AI Chatbot:
https://docs.aidbase.ai/chatbot/get-started -
Add the Chatbot ID to the
.envfile:
NEXT_PUBLIC_CHATBOT_ID = <YOUR_CHATBOT_ID>That's it 🥳
The <ChatBody /> component is fully customizable and can be found in the src/app/page.tsx file.
See how to theme the chatbot:
https://docs.aidbase.ai/customizing/theme/
You can control the chatbot with various attributes and methods:
https://docs.aidbase.ai/chatbot/customization/
See the full chatbot reference here:
https://docs.aidbase.ai/chatbot/reference/