Human-Centered Defense
AstraCaph minimizes friction for real users first: passive telemetry when confidence is high, graceful escalation only when risk is unclear, and signed proof when your backend needs verification.
Live Demo
Below is a real AstraCaph widget mounted in open mode. It shows the actual verification UI and the token issued after a successful pass.
This example uses AstraCaph's open profile and renders the live production-style widget UI without a mandatory frontend key.
<script src="https://caph.astracat.ru/api/v1/widget.js" async defer></script> <div id="astracaph-container"></div>
The widget first scores pointer movement, browser posture and interaction timing. Active verification appears only when the session remains uncertain.
Challenge and verify endpoints are designed for Vercel Edge with short TTFB, one-time signed tokens and lightweight request handling.
Landing, docs, widget delivery and verification API live under one domain, keeping integration and origin governance simple.
The default integration works without a frontend key. If you need stricter isolation, you can still issue secrets and bind verification to one exact origin.