DEV Community

Cover image for Why I Built Zodiac Guard: Automating Content Moderation for Developers
Fariz Adam
Fariz Adam

Posted on

Why I Built Zodiac Guard: Automating Content Moderation for Developers

Content moderation is a headache for every dev building a social feature. Last month, I decided to build a plug-and-play solution.

Zodiac Guard is a moderation API that acts as a shield between your users and harmful content.

Key Features:

Context-Aware: It knows the difference between a "flirty" message in a dating app and harassment.

Behavior Tracking: It doesn't just look at one message; it tracks user history to assign a risk level (Low to Critical).

Dashboard: A full UI to see what’s being blocked in your app.


📖 Read the Docs: https://zodiac-guard.netlify.app/docs
🤝 Let's Connect: https://www.linkedin.com/in/adam-fariz-3bba3b2a9/

I'd love to hear how you all handle moderation in your own stacks!

Top comments (0)