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 installnpx convex devnpx convex env set OPENROUTER_API_KEY your_key_herenpm run seednpm run devOptional: embeddings
npm run seed:embeddingsUseful scripts
npm run convex- Convex dev server onlynpm run dev:ui- Vite UI onlynpm run start- Serve the production build