Monday.com has introduced HATCHA, an open-source reverse CAPTCHA tool designed to verify automated agents by requiring them to solve complex computational tasks that are difficult for humans.
Key Points
- HATCHA stands for Hyperfast Agent Test for Computational Heuristic Assessment and uses server-side verification to keep answers secure.
- The system includes five built-in challenge types, such as large-number multiplication, string reversal, character counting, sorting, and binary decoding.
- It offers native support for Next.js and Express, with extensible architecture allowing developers to register custom challenge generators at runtime.
- The tool is stateless and uses HMAC-signed tokens, eliminating the need for a database to manage verification sessions.
- Developers can customize the interface using CSS variables and built-in theme support for light, dark, or automatic modes.