A mod tool for Reddit built on Devvit that helps moderators track user reputation and coordinate modqueue reviews — without ever leaving Reddit.
ModTower tracks a reputation score for every user in your subreddit based on their mod history — removals, bans, reports, posts, and comments. Scores update automatically as mod actions are taken, so there is no manual input or external dashboard to maintain. Moderators can pull up a full history for any user and act on it (ban, remove, add a note) directly from the Reddit mod menu. For larger mod teams, ModTower also provides claim locks on modqueue items and a shared notepad to coordinate handoffs without leaving the site.
Open the three-dot menu on any post or comment and select "ModTower: Check user reputation". This opens a form showing the user's score, tier, full stats, ban history, and mod notes. You can also look up any user by username via the subreddit menu → "ModTower: Look up user".
From the reputation form, select an action from the dropdown (temp-ban, permanent ban, remove content, or add a note) and click Confirm. A second confirmation step is required for all ban and remove actions before anything is executed.
Open the menu on any post or comment and select "ModTower: Claim this item". The claim is immediately visible to other mods logged into the subreddit and expires automatically after 10 minutes. Use the subreddit menu → "ModTower: View active claims" to see all current claims at once.
Open the subreddit menu → "ModTower: Mod notepad" to read and add notes for the whole mod team. Each entry is attributed to its author with a timestamp. Entries are never overwritten — older entries are preserved, and you can delete your own entries via the subreddit menu.
| Permission | Why it's needed |
|---|---|
redis |
Stores reputation scores, ban history, mod notes, and claim locks per subreddit — all data stays within your subreddit installation |
reddit |
Reads post/comment/user data to build reputation profiles; executes mod actions (ban, remove) on behalf of the moderator |
All users start at 1000. Scores are capped between 0 and 1500.
| Signal | Effect | Default weight |
|---|---|---|
| Content removal | −30 pts | 30 |
| Ban | −100 pts | 100 |
| Report received | −10 pts | 10 |
| Post created | +5 pts | 5 |
| Comment created | +2 pts | 2 |
| Account age | +1 pt/month (max +120) | 1 |
| Karma | +1 pt per 100 karma (max +100) | 1 |
Weights are adjustable per subreddit via Mod Tools → Installed Apps → ModTower → Settings.
ModTower was built for the Reddit Mod Tools Hackathon (May 2026). The core thesis: moderators shouldn't need external dashboards to understand the users they're moderating — all the signal they need can be computed from actions already happening on Reddit. Everything ModTower shows is derived from the subreddit's own mod history, stored locally, and surfaced directly in the mod menu where decisions are already being made.
npm install # install dependencies
npm run build # compile and bundle
npm run lint # ESLint
npm run typecheck # tsc --noEmit
npx vitest run # run unit tests
npm run dev # upload to test subreddit