Skip to content

willx33/sushi-ai

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

58 Commits
 
 
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

Sushi AI 🍣

Install

cd be && npm install
cd ../fe && npm install

# Configure environment
cp be/.env.example be/.env
cp fe/.env.example fe/.env

How To Use

# Start backend
cd be && npm run dev

# Start frontend
cd fe && npm run dev

# Setup Supabase
# Run schema.sql from fe/supabase/schema.sql

Features

  • Multi-model AI chat with OpenAI, Claude, and Gemini
  • Database-backed with Supabase PostgreSQL storage
  • User workspaces for chat organization

More Options

# Debug mode
NODE_ENV=development npm run dev

# Custom port
PORT=4000 npm run dev

# Run tests
cd fe && npm test

Screenshot

Sushi AI Chat

About

Sushi-AI is an AI chat platform integrated with OpenAI, Anthropic, and Google, allowing for local storage or supabase database

Topics

Resources

License

Stars

Watchers

Forks

Packages

 
 
 

Contributors