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.