The open-source AI chat app for everyone.
View the latest demo here.
If you find Chatbot UI useful, please consider sponsoring me :)
git clone https://github.com/mckaywrigley/chatbot-ui.git
npm install
- Install Supabase CLI
brew install supabase/tap/supabase
- Start Supabase
supabase start
Follow the instructions here
- .env
cp .env.local.example .env.local
Get the required values by running:
supabase status
- sql
In the 1st migration file 20240108234540_setup.sql
you will need to replace 2 values:
project_url
(line 53): This can remain unchanged if you don't change yourconfig.toml
file.service_role_key
(line 54): You got this value from runningsupabase status
in step 5.1.
You will also need to to fill in the values for project_url
npm run chat
We are working on a guide for contributing.
Message Mckay on Twitter/X