A lightweight SDK for profanity filtering in forms. This library is designed to prevent bad word spam by validating user input and throwing errors if profanity is detected. Built to be flexible, it can be integrated easily into any HTML or JavaScript framework, including React, Next.js, and many more.
- 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 (profanity.dev) to check for profanity, Built by Josh .
You can install the SDK via any nodejs package manager:
npm install profanity-validator@latest
pnpm add profanity-validator@latest
bun add profanity-validator@latest
yarn add profanity-validator@latest
We have mentioned few examples with preview and source code:
- Example 1: Basic Profanity Validation | Source
- Example 2: Profanity Validation with React Hook Form | Source
- Example 3: Integrating with Zod schema validation | Source
- Example 4: Multiple fields and real-time validation | Source
- Change Logs: View the Change Log for a detailed history of changes and updates.
We welcome contributions! Please feel free to submit a pull request or open an issue if you have suggestions or improvements.
This project is licensed under the MIT License. See the LICENSE file for details.
For support or inquiries, please reach out to [email protected] or join our discord community!