Moderation
Demo modeThe moderation dashboard requires a live Supabase project. Set
NEXT_PUBLIC_SUPABASE_URL + NEXT_PUBLIC_SUPABASE_ANON_KEY on the build, run migrations 0001–0004, then promote your account to trust_level = 'staff' via SQL:update public.profiles set trust_level = 'staff' where username = 'YOUR_USERNAME';