no logs, no tracking
We don't store IP addresses, fingerprints, or browsing behavior. Challenges are verified and forgotten.
No tracking. No data harvesting. No "select all traffic lights." captcha.cc is a fast, readable captcha that respects your users.
Loading challenge...
We don't store IP addresses, fingerprints, or browsing behavior. Challenges are verified and forgotten.
Other captchas make your users label training data. Ours doesn't. Your visitors solve a simple image and move on.
Add it to your form, check the answer on your server, done. See plans.
import { createCaptcha } from '@captchacc/browser';
const captcha = await createCaptcha(el, {
siteKey: 'pk_live',
apiBase: 'https://captcha.cc'
});