Secure. Simple. Open Source.
OpenJokkh is an open-source solution for blocking bots and ensuring real user interactions on your website. Designed to be easy to integrate and customize, it provides security while maintaining a seamless user experience. Protect your users' data from large corporations, even if it's just a bot.
The name OpenJokkh is inspired by Jokkho or Jokkh, benevolent guardians from Bengali folklore known for protecting hidden treasures. Just as Jokkho guardians safeguard valuable wealth, OpenJokkh aims to protect your website's interactions and data from malicious bots and spam, ensuring privacy and security.
This project is still in progress. Some features may not be fully implemented or tested. Use at your own risk, and feel free to contribute to its development.
- Advanced Verification: Uses natural mouse movement tracking and dynamic challenge generation to distinguish between humans and bots.
- Easy Integration: Simple to add to any website with minimal configuration.
- Customizable: Tailor the look and behavior to fit your site's needs.
- Open Source: Free to use, modify, and distribute under the MIT license.
- Data Protection: Safeguard your users' data from large corporations, ensuring privacy and security.
- Node.js (version 20)
- Docker
- Clone the repository:
git clone https://github.com/arman-bd/openjokkh.git
cd openjokkh
- Build and run with Docker:
docker-compose up --build
- Create an API key using the CLI:
docker-compose run create-api-key
- Include the OpenJokkh script in your HTML:
<script src="/openjokkh.js" data-api-key="YOUR_API_KEY"></script>
- Add the following HTML where you want the captcha to appear:
<div id="openjokkh-captcha"></div>
Modify public/css/styles.css
and public/js/captcha.js
to customize the appearance and behavior of the captcha.
- Generate Challenge:
/api/v1/challenge
- Validate Response:
/api/v1/validate
We welcome contributions from the community. To contribute, please fork the repository and submit a pull request.
- Install dependencies:
npm install
- Run the development server:
npm run dev
- Run tests:
npm test
OpenJokkh is licensed under the MIT License. See the LICENSE file for more information.
For questions or support, please open an issue in the GitHub repository.