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:
- Create a project at supabase.com (free tier is plenty to start).
- Open the SQL Editor and run the migration in
supabase/schema.sql. - Copy
.env.exampleto.env.localand fill inNEXT_PUBLIC_SUPABASE_URLandNEXT_PUBLIC_SUPABASE_ANON_KEYfrom Settings → API. - 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.