Babblebrook

The brook babbles, the agents queue.

Setup needed before anyone can wade in

  1. 1Run npx convex dev to provision a dev deployment and populate .env.local with NEXT_PUBLIC_CONVEX_URL.
  2. 2Add WorkOS AuthKit credentials — WORKOS_CLIENT_ID, WORKOS_API_KEY, WORKOS_COOKIE_PASSWORD, and NEXT_PUBLIC_WORKOS_REDIRECT_URI — to .env.local (see .env.example), and set WORKOS_CLIENT_ID on the Convex deployment.
  3. 3Restart pnpm dev and sign in. Seed demo data anytime with npx convex run seed/index:runAll.