Inspiration
Modr8 was inspired by the gap between how fast moderators need to act and how fragmented Reddit’s native moderation surfaces can feel. The goal was to bring swipe-card speed, batch planning, mod discussion, ModMail context, and audit-friendly decisions into one focused command center.
What it does
Modr8 turns moderation into a fast, fullscreen workflow for Reddit mods. Mods can review queue items as cards, inspect details, stage or commit actions, open related ModChat or ModMail context, configure swipe gestures and action buttons, create macros, search/filter cases, and switch between tutorial data and live subreddit data.
It also includes a public “Mod of the Week” spotlight surface, giving communities a lightweight way to celebrate moderators while helping introduce Modr8 to more subreddits.
How we built it
We built Modr8 as a Devvit Web app with a React fullscreen interface, server-side Devvit routes, Reddit-native auth/context, and a test harness for realistic moderation data. The UI was iterated around mobile and desktop modes, with desktop emphasizing parallel case work and mobile emphasizing card flow.
The backend separates demo/tutorial data from live Reddit data, with moderator access checks before live moderation endpoints. Settings, macros, accessibility options, queue filters, and voting flows were wired so the app can evolve from synthetic testing toward real subreddit workflows.
Challenges we ran into
The hardest parts were matching Reddit’s actual moderation model, handling Devvit permissions correctly, and keeping mobile webview behavior usable around browser chrome and keyboards. We also had to untangle demo fixtures from live adapters, make macros behave like first-class actions, and design a voting system that can work across communities without overexposing moderator tools.
Accomplishments that we're proud of
We built a working moderation command center that supports swipe review, planned decisions, macro actions, ModChat/ModMail context, live-mode hardening, accessibility toggles, and Devvit playtest deployment.
We are also proud that the app is not just a dashboard: it is designed around actual moderator judgment. Fast actions are available, but risky actions can be planned, reviewed, discussed, and committed deliberately.
What we learned
Devvit is powerful, but the shape of a Reddit-native app is different from a normal PWA. Reddit identity, subreddit installation, moderator permissions, live queues, ModMail, and platform constraints all need to be treated as first-class architecture concerns.
We also learned that moderation UX is mostly about context compression: showing enough signal to decide quickly, while making escalation, discussion, and audit trails easy when a case is not obvious.
What's next for modr8 Mod Queue Command Center
Next we want to finish live Reddit wiring, expand real ModMail and mod-note support, refine mass-selection workflows, and add safer multi-step enforcement macros.
A major goal is global Redis or equivalent cross-community storage so moderators can review and perform mass actions across all communities they moderate from one command center, while still enforcing subreddit-specific permissions and auditability.
Built With
- devvit
- node.js
- postgresql
- responsive
- typescript
- vite
Log in or sign up for Devpost to join the conversation.