Inspiration
Moderators spend too much time repeating the same checks: spotting spam bursts, reviewing questionable media, handling modmail noise, and keeping communities safe when a mod team changes. SuperModded was inspired by the idea that moderators should have lightweight, subreddit-specific tools without needing to leave Reddit or maintain external bots.
What it does
SuperModded creates a moderator dashboard inside Reddit and registers a set of tools for subreddit teams, including copyright material review, +18 image review, new-account bot guarding, post frequency limiting, redacted edit reporting, modmail spam closing, moderator permission continuity, and custom keyword workflows for posts and comments.
How we built it
We built it as a Devvit web app using Devvit, React, Vite, Tailwind CSS, Node.js, Hono, and tRPC. The frontend runs inside Reddit’s iframe experience, while the server-side Devvit environment connects to Reddit APIs, Redis, settings, menu actions, forms, and event triggers. AI-backed review tools use configurable OpenAI models.
Challenges we ran into
The main challenge was designing useful automations within Devvit Web’s available triggers and runtime constraints. Some moderator workflows need scheduling or subreddit join events, so we had to adapt the design around supported post, comment, mod action, modmail, install, upgrade, and Automoderator events.
Accomplishments that we're proud of
We’re proud that SuperModded is not just a demo dashboard. It wires real moderator actions, forms, triggers, Redis-backed configuration, Reddit API calls, and AI-assisted review into a working toolbox. Each tool is registered, discoverable, and designed to be expanded without rebuilding the whole app.
What we learned
We learned how much moderator tooling depends on trust, explainability, and graceful fallback. Automation is useful only when moderators can configure it, understand why something happened, and still keep humans in the loop for sensitive decisions.
What's next for SuperModded - tools for mods
Next, SuperModded will add richer workflow customization, better audit trails, analytics for moderator decisions, more fine-grained AI review controls, and additional tools requested by real subreddit teams. The goal is to make SuperModded a practical command center for communities that need stronger moderation without more busywork.
Built With
- devvit
- react
Log in or sign up for Devpost to join the conversation.