GitHub - singlr-ai/nocaptcha: Single-use passkey verification to replace CAPTCHA
NoCAPTCHA
Replace CAPTCHA with single-use, disposable passkeys. Human-friendly bot prevention without the frustration.
To get a feel for the widget, checkout the hosted demo
Programming languages and frameworks
The API is build in Java using Helidon 4.x. Powered by Java virtual threads. The UI is pure Javascript using Vite build tool.
Build and run
Start the server With JDK21+
mvn package
cd api
java -jar target/api.jar
Debugging
For adding a debugger
java -agentlib:jdwp=transport=dt_socket,addr...
Read more at github.com