···11+# cai
22+33+AI chat app with a Hono API, SQLite via Drizzle, and a React web client.
44+55+## Getting started
66+77+```sh
88+cp apps/api/.env.example apps/api/.env
99+cp apps/web/.env.example apps/web/.env
1010+bun install
1111+bun run --cwd apps/api db:push
1212+bun run dev
1313+```
1414+1515+Web: `http://localhost:3000`
1616+API: `http://localhost:3001/api`
1717+1818+You will need to set `OPENAI_API_KEY`, Clerk keys, and Upstash Redis values in `apps/api/.env`.