Community template
Discussion threads, categories, user profiles, reputation system, moderation tools, and engagement analytics.
Highlights
- Discussion threads with categories and nested replies
- User profiles with reputation/karma system
- Moderation tools with report queue and action logs
- Roles:
super_admin,admin,moderator,member - Engagement analytics tracking active threads, replies per day, and top contributors
CLI
bash
npx simulate community my-forum
Pages
11 routes including /categories, /threads/[id], /new-thread, /members/[username], and admin routes for threads, moderation, and analytics.
Extensions
Add real-time notifications for thread replies using WebSocket or Supabase Realtime, implement badge systems for community achievements, and connect content moderation APIs for automated flagging.
The vote button component supports upvote/downvote patterns. Reputation scores are calculated from vote totals, thread creation, and moderation actions.