Authentication Made Simple
Passwordless authentication platform built on Cloudflare Workers. Secure, scalable, and ridiculously fast authentication for modern applications.
Everything you need to add authentication to your app in minutes, not weeks.
Eliminate password vulnerabilities with anonymous sign-in, email OTP, phone OTP, and Google One Tap.
Built-in organization management with role-based access control and granular permissions.
Lightning-fast authentication powered by Cloudflare Workers at 275+ edge locations worldwide.
Framework-specific SDKs for React, Next.js, React Native, Node.js, and vanilla JavaScript.
Secure token-based sessions with built-in device fingerprinting and risk scoring.
Comprehensive analytics, audit logs, and Sentry integration for production visibility.
Framework-specific SDKs with full TypeScript support for every platform.
Hooks and components for React applications
Server-side rendering with App Router support
Mobile SDK with biometric authentication
Server-side authentication for Node.js
Framework-agnostic JavaScript SDK
# Install PersonQL for React
npm install @personql/react
# Quick start in 3 lines of code
import { PersonQLProvider, useAuth } from '@personql/react';
function App() {
return (
<PersonQLProvider apiKey="your-api-key">
<YourApp />
</PersonQLProvider>
);
}
Join developers building secure apps with PersonQL