You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Express adapter for the Relintio agent. One app.use() for bot mitigation, threat detection and adaptive content protection, mounted before the body parser.
The Relintio Inspector browser extension. Shows what the agent on the current page decided, which signals it collected, and why a request was allowed or blocked.
Nuxt 3 module for Relintio. Nitro middleware on the server and challenge handling in the browser, with the right key on each side — nuxi module add @relintio/nuxt.
Framework-agnostic browser agent core for Relintio. The shared protocol behind the React, Vue, Svelte, Angular and Expo SDKs — device signals, challenge handling and fail-open behaviour in one place.
Official Vue 3 agent for Relintio. Plugin, composable and challenge handling — npm install @relintio/vue-agent. Takes a publishable key, never a licence key.
Relintio for Supabase Edge Functions. Wraps a Deno handler and refuses a request before it runs. Published to JSR — import from jsr:@relintio/supabase.
Official Svelte and SvelteKit agent for Relintio. Store, action and challenge handling — npm install @relintio/svelte-agent. Takes a publishable key, never a licence key.
Official Expo and React Native agent for Relintio. Native client and WebView challenge — npx expo install @relintio/expo-agent. Takes a publishable key, never a licence key.
Official Angular agent for Relintio. Injectable service and HttpClient interceptor — npm install @relintio/angular-agent. Takes a publishable key, never a licence key.