Quellhound is a Rust-powered moderation microservice for Sparkyflight. Every 5 minutes, it scans the database and automatically deletes posts that violate our community guidelines using AI-driven content analysis.
- ⏱ Polls the database every 5 minutes for new and recent posts
- 🧠 Uses AI to evaluate whether content breaks our community rules
- ❌ Instantly deletes violating posts — no warnings, no human review
- 📦 Logs every action for transparency and auditability
- Fetch new posts from the Sparkyflight database.
- Run each post through a lightweight, embedded AI model.
- If the post is deemed inappropriate, it is immediately deleted.
- Actions are logged for moderation staff to review if needed.
- Written in Rust for reliability and performance
- Fast, headless, and built for quiet enforcement
- Keeps Sparkyflight safe and respectful — automatically
No appeals. No delays. Just clean air.