Forum groundwork
A website forum layer that stays separate from the app while sharing one Supabase instance.
The website now reads its own forum tables from Supabase without reusing the app's diary-to-community feed or app-specific business tables.
Forum schema is not applied yet
Run the new SQL patch in Supabase first. The page is ready and will start reading data as soon as the tables exist.
Forum categories
Categories live in their own table so the site can grow into sorting, moderation, and editorial controls later.
No categories yet. Create rows in forum_categories after applying the migration.
Latest public threads
This view only reads public forum threads, keeping the website forum separate from the app's existing community_posts flow.
No public threads yet. Once categories and threads are inserted, they will appear here automatically.