Skip to content
/ zenchat Public
forked from Duckaet/zenchat

local first, multi llms ai chat app

License

Notifications You must be signed in to change notification settings

ulquix/zenchat

 
 

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

9 Commits
 
 
 
 
 
 
 
 
 
 

Repository files navigation

📥 Getting Started

1. Clone the Repository

git clone https://github.com/Duckaet/zenchat.git
cd zenchat

2. Frontend Setup

cd frontend
npm install
cp .env.example .env
# Edit .env with your Supabase and backend API info
npm run dev

3. Backend Setup

cd ../backend
npm install
cp .env.example .env
# Edit .env with your API keys and config
npm run dev

4. Database Setup

  • Create a Supabase project.
  • Run the SQL in supabase/migrations to set up tables and policies.

About

local first, multi llms ai chat app

Resources

License

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published

Languages

  • TypeScript 95.0%
  • PLpgSQL 2.4%
  • CSS 1.3%
  • JavaScript 1.1%
  • HTML 0.2%