Early access — building in public

Bots pay in CPU.
Humans pay in nothing.

Synthetix Shield is invisible, privacy-first human verification for websites and apps. Stop spam, fake signups and credential stuffing — without making real customers squint at traffic lights.

No tracking cookies India data residency 2-line integration
This is a simulated demo — not a real signup. Nothing here is submitted or stored. To actually get Shield, join the early access list at the bottom of this page ↓
Interactive preview Try it →
you@company.com
••••••••••••
Verify you're human
Click to run verification

Simulation only — real users normally see nothing at all.
Want the real thing? Get early access ↓

That's the whole experience. Join early access →
The problem

Old CAPTCHAs punish the wrong people

They frustrate real customers, leak data to ad networks, and modern AI solves them anyway.

~$1.20

What bots actually pay

Solver farms defeat mainstream CAPTCHAs for roughly a dollar per thousand. The lock costs attackers almost nothing.

Up to 4%

Conversion you lose

Every puzzle is a checkout abandoned and a signup never finished. Friction is a tax paid only by humans.

Your data

Sent somewhere else

Free CAPTCHAs aren't free. Your visitors' behaviour gets fed into someone else's advertising graph.

How it works

Risk-adaptive, not one-size-punishes-all

Difficulty scales with suspicion. Over 95% of genuine visitors are never shown anything.

1

Silent signals

The moment a page loads, Shield reads device, behavioural and network signals — mouse motion, timing, automation traces, IP reputation. No cookies. No PII.

2

Risk scoring

Our engine returns a score in under 100 ms. Confident humans pass invisibly. Uncertain sessions get proof-of-work. Only genuine threats meet a real challenge.

3

Verify server-side

Shield issues a signed, single-use token bound to your domain. Your backend confirms it with one API call. Replays are rejected automatically.

Features

Everything you need. Nothing you don't.

👻

Genuinely invisible

Most visitors never see a widget, a checkbox or a puzzle. Verification finishes before the page settles.

Proof-of-work engine

Trivial for one browser, ruinous at a million solves a day. We make attacks uneconomic rather than merely annoying.

🧠

Behavioural analysis

Humans have jitter, tremor and hesitation. Bots draw perfect curves and fill twelve fields in forty milliseconds.

🛡️

Automation detection

Headless Chrome, Puppeteer, Playwright, Selenium and patched anti-detect browsers all leave fingerprints.

🇮🇳

India data residency

Traffic processed in-region, built for DPDP Act compliance. EU and US regions available per site.

🍪

Cookieless by design

No tracking cookies, no cross-site ad profiling, no consent banner triggered by us.

Accessible

WCAG 2.2 AA. Full keyboard path, screen-reader labels, audio alternative, reduced-motion support.

🎯

Per-endpoint policies

Paranoid on checkout and signup. Relaxed on the newsletter box. One key, different rules.

📊

Real analytics

See what was blocked, from where, and what it would have cost you. Attack forensics included.

🔌

Drop-in migration

A reCAPTCHA-compatible verify endpoint. For most sites, switching is a URL swap and ten minutes.

📱

Web, iOS & Android

The same risk engine protects your mobile apps and raw API endpoints, not just browser forms.

🤖

Agentic-web ready

Legitimate AI agents are coming. Choose per endpoint whether to allow, meter, or block them.

For developers

Two lines on the front. One call on the back.

  • Under 20 KB gzipped, async, never blocks render
  • SDKs for Node, Python, PHP, Go, Java, .NET, Ruby
  • Plugins for WordPress, Shopify, Webflow & Wix
  • Sandbox test keys that always pass or always fail
  • Fails open by default — we will never take down your login page
integration.html
<!-- 1. Front end -->
<script src="https://cdn.synthetixshield.com/v1/shield.js" async defer></script>

<div class="synthetix-shield" data-sitekey="sx_live_a1b2c3"></div>


// 2. Back end (Node)
const r = await fetch('https://api.synthetixshield.com/v1/siteverify', {
  method: 'POST',
  headers: { 'Content-Type': 'application/json' },
  body: JSON.stringify({
    secret: process.env.SHIELD_SECRET,
    token:  req.body['synthetix-shield-response']
  })
});

const { success, score } = await r.json();
if (!success) return res.status(403).send('Bot detected');
Pricing

Priced for real businesses

Not "free but weak" and not "₹4 lakh a year, talk to sales."

Free

₹0
10,000 verifications / mo
  • 1 site
  • Invisible + proof-of-work
  • Basic analytics
  • Community support
Join waitlist

Starter

₹999 /mo
100,000 verifications / mo
  • 3 sites
  • All challenge types
  • Email support
  • 7-day analytics
Join waitlist
Most popular

Pro

₹4,999 /mo
500,000 verifications / mo
  • 10 sites
  • Per-endpoint policies
  • Spam & abuse filter
  • Webhooks + 30-day analytics
  • Remove Shield badge
Join waitlist

Enterprise

Custom
Unlimited
  • Self-hosted / VPC
  • Data residency choice
  • 99.99% SLA
  • SSO, audit logs, CSM
Talk to us

Overage ₹40 per 1,000. Annual billing saves two months. Prices indicative during early access.

Early access

Be first to deploy Shield

We're onboarding a small group of design partners. Early users get free Pro for twelve months and direct input on the roadmap.

We'll email you a 6-digit code to confirm it's really you.

FAQ

Questions, answered

Is Synthetix Shield available today?

Not yet. We're in active development and onboarding design partners. Join the waitlist and we'll contact you before public launch. We'd rather tell you this plainly than sell you vapour.

How is this different from reCAPTCHA?

Three ways. We don't feed your visitors' behaviour into an advertising graph. We process data in your chosen region, including India for DPDP compliance. And we escalate by risk, so real customers almost never see friction — instead of everyone clicking traffic lights.

Can bots just solve it anyway?

Any single defence can be beaten — anyone claiming otherwise is selling something. Shield layers proof-of-work, behavioural analysis, device fingerprinting and network reputation so that defeating all of them at scale costs more than the attack earns. We're building an economic filter, not an unbreakable puzzle.

What happens if your service goes down?

By default Shield fails open — verification is skipped rather than blocking your users. Your login page will never go down because ours did. You can switch to fail-closed for high-security flows.

How hard is migrating from another CAPTCHA?

We provide a reCAPTCHA-compatible verify endpoint, so for most sites it's swapping a script URL and an API endpoint. Typically under an hour. Our team will do it for you on paid plans.

What data do you collect?

Signals needed to distinguish humans from bots: coarse device and browser characteristics, interaction timing, and network reputation. No tracking cookies, no cross-site profiling, no selling data — ever. IPs are hashed with a rotating salt and raw telemetry expires after 30 days.

Who's building this?

Synthetix Digitals — we build software products and digital platforms. Shield came out of protecting our own clients' forms and deciding the existing options weren't good enough.