View Project
If you run a web app with any kind of user generated content, it's your responsibility to keep things in order. That's a challenge if your users keep dropping F-bombs like confetti at a toddler's birthday party.
So we brought the solution profanity-validator sdk.
Features
Profanity Filtering: Automatically detects and validates user input against a predefined list of profane words.
Customizable: Allows users to add their own custom profanity words to the validation.
Framework Agnostic: Works seamlessly across different frameworks and libraries.
Error Handling: Throws validation errors instead of replacing profanity words, preventing form submission.
Asynchronous Validation: Uses an internal API to check for profanity.
Built with