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.