Vtdam-AI — Your AI Copilot for Reddit Moderation
Inspiration
Reddit moderators handle massive amounts of spam, toxic comments, raids, and repetitive moderation tasks every day. Many communities struggle with slow moderation workflows and overloaded mod queues.
We wanted to build an intelligent moderation assistant that could reduce manual effort, automate repetitive tasks, and help moderators maintain healthier communities more efficiently.
The goal behind Vtdam-AI was to create a smart moderation system that combines automation, spam detection, and moderation intelligence into a single Devvit-powered Reddit tool.
What it does
Vtdam-AI is an AI-powered Reddit moderation assistant built using Devvit.
Currently, the app focuses on intelligent trigger-based moderation features, including:
Automatic toxic comment detection, Spam phrase detection, Auto-removal of harmful comments, Repeated spam behavior tracking, Raid pattern monitoring, Moderation activity logging, Offender tracking using Redis storage.
The system listens to new Reddit comments and posts in real time and helps moderators reduce workload through automated moderation actions.
How we built it
We built Vtdam-AI using:
Devvit
TypeScript
Reddit Triggers
Redis Storage
Cursor AI
The project architecture was separated into modular routes and core logic for scalability:
src/ ├── index.ts ├── core/ │ └── nuke.ts └── routes/ ├── api.ts ├── forms.ts ├── menu.ts └── triggers.ts
The current implementation mainly focuses on upgrading the triggers.ts system to support:
spam detection, toxic keyword analysis, auto moderation workflows, and raid detection logic.
We used reusable helper functions and asynchronous moderation handling to keep the system scalable for future updates.
Challenges we ran into
One of the biggest challenges was understanding the Devvit ecosystem and how Reddit triggers work in real-time moderation environments.
We also faced challenges with:
structuring scalable moderation logic managing trigger-based workflows storing moderation data efficiently designing reusable moderation utilities handling spam detection without excessive false positives
Since the project is still under active development, balancing modular architecture with rapid prototyping was another challenge.
Accomplishments that we're proud of
We are proud that we successfully:
Built a working Devvit moderation project structure
Implemented intelligent moderation triggers
Created automated toxic/spam detection logic
Integrated Redis-based offender tracking
Designed the foundation for scalable moderation tooling
Even though the project is currently focused mainly on trigger systems, it already demonstrates the core idea of reducing moderator workload through automation.
What we learned
Through building Vtdam-AI, we learned:
How Reddit Devvit apps function :
-How moderation triggers work
-Real-world moderation workflow design
-Scalable TypeScript project structuring
-Redis-based moderation state management
-Practical AI moderation concepts
We also learned how important moderation efficiency is for maintaining healthy online communities.
What's next for Vtdam-AI
The next phase of Vtdam-AI includes:
Smart moderation dashboard, AI-powered report summarization, Bulk moderation tools, Community reputation scoring, Moderator analytics, Emergency raid lockdown system, Advanced spam clustering, AI-assisted moderation suggestions, and Real-time moderation alerts.
Our long-term vision is to transform Vtdam-AI into a complete AI moderation ecosystem for Reddit communities.
Built With
- devvit
Log in or sign up for Devpost to join the conversation.