Inspiration

Reddit moderation is powerful, but moderation teamwork is still fragmented. Large moderator teams often struggle with context loss between shifts, inconsistent moderation decisions, and automation that feels difficult to trust or configure safely.

We were inspired by the real operational problems moderators face every day — repeated investigations, unclear moderation history, unilateral removals, and burnout caused by disconnected tooling. Existing systems focus on actions, but not on moderation as a coordinated team workflow.

modcluster was built to rethink moderation as a collaborative and programmable operating system.


What it does

modcluster is a collaborative moderation command center for Reddit teams built on Devvit.

It combines:

  • Shift handovers for moderator continuity
  • Jury-based moderation for consensus decisions
  • Programmable moderation rules with YAML and visual editing
  • Live rule testing and validation
  • Explainable moderation insights
  • Redis-backed activity and audit logging
  • Secure Reddit moderation execution

Moderators can coordinate decisions, preserve context across shifts, safely deploy moderation automation, and maintain a transparent moderation workflow.


How we built it

modcluster was built using:

  • Devvit for Reddit-native app development
  • React + Vite + TypeScript for the interactive moderation dashboard
  • Redis as the operational state and persistence layer
  • Reddit APIs via Devvit for moderation execution
  • YAML workflows for configurable moderation rules
  • Devvit forms, triggers, menus, and schedulers for platform integration

The system uses Redis-backed queues and snapshots to manage:

  • jury workflows
  • rule deployment
  • rollback history
  • moderator activity
  • handover persistence
  • analytics and moderation insights

The React workspace allows moderators to visually create and edit rules while simultaneously viewing YAML representations and testing outcomes before deployment.


Challenges we ran into

One of the biggest challenges was balancing powerful automation with moderator trust and safety.

Building real moderation execution required solving:

  • subreddit scoping and security validation
  • moderator permission verification
  • reliable Reddit API execution
  • Redis synchronization
  • deploy and rollback consistency
  • live dashboard state updates
  • explainable moderation outputs

Another challenge was designing automation that feels transparent rather than dangerous. Instead of creating a black-box moderation bot, we focused heavily on validation, testing, and rollback systems.

Integrating Devvit Web, React, Redis, and moderation APIs into one operational workflow also required significant architectural iteration.


Accomplishments that we're proud of

We're proud that modcluster evolved far beyond a traditional moderation dashboard.

Major accomplishments include:

  • Real Reddit moderation execution through Devvit
  • Collaborative jury moderation workflows
  • Redis-backed shift handovers and persistent watchlists
  • Programmable moderation rules with YAML support
  • Live rule testing and deployment previews
  • Deploy + rollback snapshots
  • Explainable operational insights
  • Secure subreddit-scoped moderation with audit logging
  • A polished React-based moderation workspace inside Reddit

Most importantly, we built a system that treats moderation as a team operation, not just isolated moderator actions.


What we learned

Building modcluster taught us that moderation problems are often operational problems rather than purely technical ones.

We learned:

  • moderation needs transparency and trust
  • automation requires safe deployment workflows
  • collaborative moderation reduces inconsistency
  • Devvit enables powerful Reddit-native tooling
  • Redis works extremely well for operational state management
  • UX matters as much as backend logic in moderation systems

We also gained deeper experience with Devvit architecture, React integration, Reddit APIs, and designing systems that balance flexibility with safety.


What's next for modcluster

We're excited to continue evolving modcluster into a full moderation operating system.

Planned improvements include:

  • autonomous background rule execution
  • advanced moderation analytics
  • workload balancing between moderators
  • smarter escalation systems
  • mobile-optimized moderation views
  • richer operational dashboards
  • notification systems for jury and moderation events
  • expanded rule templates and moderation intelligence

Our long-term vision is to make moderation more collaborative, transparent, and sustainable for communities of every size.

modcluster is not just a moderation dashboard.

It is programmable moderation infrastructure for Reddit communities.

Built With

Share this project:

Updates