Fraud Detection

Multi-tenant signup / login fraud detection — demo build.

Demo storefront

A sample signup / sign-in page (toggle on the form). Captures device, behavioural and network signals, scores the attempt, and shows the result.

Client admin

Tenant log-in. View events, configure rules and thresholds, manage API keys.

Super admin

Manage clients, global rule defaults, disposable email / ASN / TOR reputation lists.

How to integrate

Step-by-step guide for client products: collect signals in the browser, call the API from the server, branch on the decision. Includes Node.js and Python samples.