Privacy-first captcha

a captcha that doesn't steal your data

No tracking. No data harvesting. No "select all traffic lights." captcha.cc is a fast, readable captcha that respects your users.

no logs kept no data harvesting no image labeling for AI free for most sites
try it now
Loading challenge...
free for most sites

no logs, no tracking

We don't store IP addresses, fingerprints, or browsing behavior. Challenges are verified and forgotten.

no free labor for AI

Other captchas make your users label training data. Ours doesn't. Your visitors solve a simple image and move on.

easy to add

Add it to your form, check the answer on your server, done. See plans.

code

import { createCaptcha } from '@captchacc/browser';

const captcha = await createCaptcha(el, {
  siteKey: 'pk_live',
  apiBase: 'https://captcha.cc'
});