AyahuascaCodex

Community

Forum setup required

The forum is fully built — it just needs a Supabase backend connected.

Connect Supabase to go live

The community forum (auth, threads, comments, voting, moderation) is complete in the codebase. To activate it, connect a free Supabase project:
  1. Create a project at supabase.com (free tier is plenty to start).
  2. Open the SQL Editor and run the migration in supabase/schema.sql.
  3. Copy .env.example to .env.local and fill in NEXT_PUBLIC_SUPABASE_URL and NEXT_PUBLIC_SUPABASE_ANON_KEY from Settings → API.
  4. Restart the dev server. The forum activates automatically.
Everything else on the site — the Entity Codex, Guides, Research, FAQ, and Experience Library — works without any backend.