this repo has no description
0
fork

Configure Feed

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

TypeScript 95.0%
CSS 4.9%
HTML 0.2%
59 2 0

Clone this repository

https://tangled.org/blair.nz/cai https://tangled.org/did:plc:eqcximc66kutndprykul52mq/cai
git@knot.blair.nz:blair.nz/cai git@knot.blair.nz:did:plc:eqcximc66kutndprykul52mq/cai

For self-hosted knots, clone URLs may differ based on your setup.

Download tar.gz
README.md

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.