Long-form positioning — not legal advice
Why CapchaCloud
CapchaCloud is a Cloudflare-native product for OAuth sign-in, integrity-oriented consent records, and Turnstile. Official pricing: Pricing. We do not guarantee regulatory outcomes.
- One vendor surface — fewer contracts and fewer secrets to rotate than a split auth + consent + CAPTCHA stack.
- One tenant ID — embed, capture API, webhooks, and billing metadata align to the same signed-in account.
- Edge delivery — Workers + D1 + R2 on Cloudflare’s network; sessions and evidence paths stay close to users.
- Turnstile built in — bot friction adjacent to OAuth, not a separate SKU.
- Evidence-oriented vault — content-addressed payloads, audit trail, tenant JSON export with schema version — for counsel and security review as part of your program.
- Honest metering — auth credits are enforced per new sign-in session with caps that match published tiers; usage and period reset show in the operator dashboard.
- Origin discipline — credentialed CORS and capture allowlists reduce “paste anywhere” risk.
- Stripe optional — self-serve Starter / Pro / Business when configured; webhook-driven
billing_statusand tier metadata aligned to list prices. - Trust library — Trust Center, subprocessors, DPA summary, and compliance index pages ship with the product.
- Support path — Support with Turnstile-gated public chat plus signed-in compliance assistant patterns.
- Superadmin audit — cross-tenant operator index is server-enforced (email allowlist), not a client demo mode.
- Two-line embed —
widget.js+<capcha-auth>for marketing and app shells that allowlist the origin. - No Clerk dependency — positioning is consolidation, not a feature-for-feature clone; validate fit against your auth and consent workflows.
- Roadmap transparency — optional video consent and vision sampling are documented as future bolt-ons: Roadmap.
- Operator-owned production — Wrangler + Cloudflare Dashboard; smoke scripts and
pnpm yolodocument the ship gate in-repo.