DatabaseChat
Guides

Example App

Run the included demo and view the live deployment.

The repository includes an e-commerce demo in example/.

Local setup

cd example
npm install
npx convex dev
npx convex env set OPENROUTER_API_KEY your_key_here
npm run seed
npm run dev

Optional: embeddings

npm run seed:embeddings

Useful scripts

  • npm run convex - Convex dev server only
  • npm run dev:ui - Vite UI only
  • npm run start - Serve the production build