Skip to content

taishikato/chatsage

Repository files navigation

logo

The open-source AI Chatbot for your website

Give us a star ⭐️

Chatsage

GitHub last commit (branch) Vercel License

Discord

Chatsage is an open source Chatbase alternative.

About the project

Demo gif image

Built with

Contact us (I mean...me)

@taishik_

Cloud version

https://www.chatsage.co

Self hosting

Prerequisites

You need to create projects on each of the following platforms for .env file:

  • Supabase
  • Upstash
  • Vercel
  • ScrapingFish

Setup

  1. Clone the repo

    git clone https://github.com/taishikato/chatsage.git
  2. Go to the project folder

    cd chatsage
  3. Install packages with pnpm

    pnpm i
  4. Set up your .env file

    • Duplicate .env.example to .env
    • Set the values
  5. Apply the migration to the remote database (Supabase)

    supabase db push
  6. Enable Google Sign-In on the Supabase Auth settings page.

    Login with Google | Supabase Docs

Contributors