Give us a star ⭐️
Chatsage is an open source Chatbase alternative.
You need to create projects on each of the following platforms for .env
file:
- Supabase
- Upstash
- Vercel
- ScrapingFish
-
Clone the repo
git clone https://github.com/taishikato/chatsage.git
-
Go to the project folder
cd chatsage
-
Install packages with
pnpm
pnpm i
-
Set up your
.env
file- Duplicate
.env.example
to.env
- Set the values
- Duplicate
-
Apply the migration to the remote database (Supabase)
supabase db push
-
Enable Google Sign-In on the Supabase Auth settings page.