this repo has no description
0
fork

Configure Feed

Select the types of activity you want to include in your feed.

cai#

AI chat app with a Hono API, SQLite via Drizzle, and a React web client.

Getting started#

cp apps/api/.env.example apps/api/.env
cp apps/web/.env.example apps/web/.env
bun install
bun run --cwd apps/api db:push
bun run dev

Web: http://localhost:3000 API: http://localhost:3001/api

You will need to set OPENAI_API_KEY, Clerk keys, and Upstash Redis values in apps/api/.env.