Bring your server over

Migrate your existing server to InstantNode in minutes.

Try the Server Importer
A project by InstantNode

Bot protection
without captchas

Bots get a silent no. A WebAssembly verifier scores every session in under 200ms. Humans pass with no captcha. Bots get a poisoned token your backend quietly rejects.

No captcha Verdict in <200ms Offline verification
What it does

Built to say no quietly

WebAssembly core

A Rust to WASM core fingerprints 190+ signals, runs the VM, solves the proof-of-work and collects automation + behaviour probes.

Zero friction for humans

Humans pass untouched. No captcha, no puzzles - a signed token you trust offline.

Silent rejection

Bots get a poisoned token: a 200 OK indistinguishable from success. They never learn they were caught.

Seven-dimension scoring

Every verdict weighs fingerprinting (190+ signals), TLS & HTTP handshakes, automation frameworks, behavioural analysis, proof-of-work and honeypots.

Offline verification

No callback on the happy path - your backend verifies the token with the site secret.

Live analyzer

Run the actual engine against your own browser on instantblock.eu.

How it works

Challenge, verify, verdict

Challenge

The loader pulls a nonce, a proof-of-work target and a per-session VM, wrapped in an opaque binary.

Verify

Fingerprinting, automation detection and behaviour analysis run against the live session.

Verdict

Accept means a signed token. Reject means a poisoned token.

import { runChallenge } from '@instantblock/loader';
const { token } = await runChallenge({ sitekey });

// backend: verify offline with your secret
const claims = verifyToken(token, SECRET);
180p50 latency (ms)
190+browser signals
7detection dimensions
21sites protected
Pricing

Pay for volume,
not protection

Free
$0
  • 1 site
  • 25k verdicts/mo
  • 7-day retention
  • Community support
Start free
Pro Popular
$49/mo
  • 10 sites
  • 2M verdicts/mo
  • 90-day retention
  • Editable weights & thresholds
  • Email support
Get Pro
Scale
Custom
  • Unlimited sites
  • Volume pricing
  • 1-year retention + export
  • TLS training-data export
  • Priority SLA
Contact us

Detection is never paywalled - every plan runs all seven dimensions. You pay for volume, not protection.

Dogfooding

We run it on our own front door

InstantBlock is built by the maker of InstantNode, and it protects InstantNode's own login and signup in production. When you sign in to our panel, this exact verifier is what checks your session - real dogfooding, not a demo.

Protect your site in minutes

Drop in the loader, verify tokens with your secret - the free plan covers your first site.

Start free at instantblock.eu