AI solves CAPTCHAs faster than your users can. Verena uses device biometrics to prove someone is human — one tap, zero data collected, impossible for bots to fake.
AI models now solve reCAPTCHAv2 with a 100% success rate1 — faster than humans ever could. The technology designed to tell humans and bots apart has become a speed bump for your users and an open door for attackers.
Meanwhile, 23% of users abandon2 after a single failed attempt. Every puzzle costs you revenue. CAPTCHA-solving services charge $0.002 per solve — bulk bypass is trivial and essentially free.
1 Breaking reCAPTCHAv2, Plesner et al., COMPSAC 2024
2 CAPTCHAs Are Costing Retailers Customers, Fastly
Drop-in replacement. One tap to verify. Proves a human is present.
Uses Face ID, Touch ID, and Windows Hello. Processes your users already know.
Zero-knowledge proofs verify humanness without collecting identity. No tracking, no fingerprinting, no personal data.
Verification is tied to a physical device with a secure enclave. Impossible to fake in software.
sig: 0x3a9f...c7e2
pk: 0x7b2d...f1a8
sig: 0x3a9f...c7e2
pk: 0x7b2d...f1a8
check(vk, proof, context)
Drop in a script tag. Initialize with your site key. Gate content with data attributes or call the API directly. That's it.
npm install @verena/js
data-verena
// 1. Add the script & initialize
<script src="https://cdn.verena.dev/v1/verena.js"></script>
<script>
Verena.init({ siteKey: "site_abc123" });
// 2. Verify and send token to your backend
async function loadContent() {
const proof = await Verena.verify();
const res = await fetch("/api/content", {
headers: { "X-Verena-Token": proof.token }
});
const data = await res.json();
document.getElementById("article").innerHTML = data.html;
}
</script>
Stop credential stuffing and fake signups at the source. Verena verifies a real human is behind the keyboard — no puzzles, no abandoned forms, no frustrated users clicking away.
Ensure every review comes from a verified human. Protect your checkout flow from bots without adding friction that kills conversion. One quick verification, no account required.
Let readers access your articles instantly. Verena verifies they're human — no account needed. Stop AI scrapers while keeping your content accessible to real people.
| reCAPTCHA | hCaptcha | Turnstile | Verena | |
|---|---|---|---|---|
| Bot Protection | ||||
| User Privacy | ||||
| User Experience | ||||
| Accessibility | ||||
| GDPR Compliant |
10,000 free verifications/mo on every plan. Then pay less for protection that actually stops bots.
Free up to 10,000 verifications/mo
Up to 100,000 verifications/mo
10,000 free, then $1 per 1,000 verifications