Built a moderation API where you control the filtering strictness.
Kids server? Set dial to 1, blocks everything.
Friends trash talking? Level 3 allows cursing, blocks hate speech.
Adult community? Level 5 only catches slurs.
Same API, change one number (1-5) per server.
Also faster/cheaper than AWS: <20ms vs 200ms, $9/mo vs $50+ for 50K requests.
Built this because my Discord bot needed different rules for different servers.
Live demo: contentmod.netlify.app