Inspiration
Moderation problems often begin inside one fast-moving thread before they become obvious in the modqueue. A post can suddenly attract heated comments, repeated keyword hits, reports, Automoderator filters, or a few users repeatedly escalating the conversation. When another moderator joins later, they often have to reread the thread manually to understand what happened.
Flashpoint Handoff was built for that moment: when a moderator wants to say, “watch this thread and brief the team if it starts turning into an incident.”
What It Does
Flashpoint Handoff lets moderators mark a Reddit post as a flashpoint from the post menu. Once watched, the app tracks live escalation signals within a configurable monitoring window:
- Comment velocity
- Reports
- Sensitive keyword hits
- Automoderator filters
- Repeated participant activity
When thresholds are crossed, or when a moderator requests a manual status check, Flashpoint sends a structured Modmail brief. The brief includes the thread link, current status, trigger reason, risk level, incident score, monitoring window, signal counts, most active authors, repeated participants, moderator notes, and suggested next actions.
The app also includes subreddit-level URL-based actions so moderators can manage a flashpoint thread from other surfaces like Modmail or chat.
How Moderators Use It
- A moderator opens a post that may become volatile.
- They choose Flashpoint: Watch post from the post menu.
- They set thresholds for comments, reports, keyword hits, Automoderator filters, and monitoring window.
- Flashpoint tracks live signals using Devvit triggers and Redis.
- The team receives a Modmail brief when thresholds are crossed.
- Mods can also use Flashpoint: Status check or Flashpoint: Send handoff brief at any time.
Project Impact
Flashpoint Handoff can save moderator time by turning scattered thread activity into a concise operational brief. Instead of asking the next moderator to reread a fast-moving thread, the app summarizes the relevant signals and suggests what to check first.
Communities that could benefit include:
- News communities handling breaking stories
- Local subreddits handling community disputes or urgent events
- Sports subreddits handling live game threads
- Political discussion communities
- Gaming and creator communities with high-volume posts
- Support communities where threads can escalate quickly
The main benefit is faster situational awareness for mod teams, especially during shift changes or high-velocity discussions.
How We Built It
Flashpoint Handoff is built entirely on Reddit’s Developer Platform using Devvit and TypeScript.
Core Devvit features used:
- Menu actions for post and subreddit workflows
- Triggers for comment, report, and Automoderator events
- Redis for watched-thread state and recent signal tracking
- Reddit API for post lookup and moderation actions
- Modmail notifications for structured handoff briefs
- Subreddit settings for thresholds, keywords, cooldowns, and auto-lock configuration
- The app does not rely on external services, external APIs, hosted infrastructure, or AI models.
What Makes It Different
Flashpoint Handoff is not a general modqueue triage dashboard. It focuses on one operational workflow: a moderator identifies a specific live thread that may become risky, starts a watch, and receives concise handoff briefs as the thread escalates.
This makes it lightweight, understandable, and broadly applicable across many subreddit types.
Challenges We Ran Into
One challenge was getting Reddit’s post-level Devvit menu actions to render consistently. The app now supports both post-menu actions and subreddit-level URL actions, which gives moderators a reliable fallback workflow.
Another challenge was making Modmail output genuinely useful. The brief format was refined to be scannable, structured, and action-oriented instead of just dumping raw counts.
Accomplishments
- Built a complete Devvit-native moderation app
- Implemented live watched-thread tracking
- Added configurable thresholds and sensitive keywords
- Added automatic and manual Modmail handoff briefs
- Added post menu actions and subreddit fallback actions
- Added a custom app icon and polished app listing
- Tested the app in a live playtest subreddit
- Published source code on GitHub
What We Learned
This project showed how much can be built with Devvit using native Reddit surfaces. Menu actions, triggers, Redis, settings, and Modmail are enough to create a useful moderation workflow without external infrastructure.
It also showed that moderation tools do not always need to automate enforcement. Sometimes the most valuable tool is one that improves context, coordination, and handoff between human moderators.
What's Next
Future improvements could include:
- A dashboard of currently watched flashpoint threads
- Per-rule keyword groups
- More detailed trend comparisons between current and previous monitoring windows
- Optional mod note creation
- Optional public moderator comment templates
- Better support for large-team shift handoffs
- More configurable scoring weights
Built With
- api
- developer
- modmail
- platform
- redis
- subreddit
- typescript
Log in or sign up for Devpost to join the conversation.