Use Clerk's magic link flows to boost user metrics and eliminate security risks. Quickly verify your users in one step to improve conversion rates, while filtering out spam and fraud.
Seamless Sign-up & Sign-in
Protect your product and user data
Ensure accounts are tied to a single user
Enjoy a first-class developer experience, customizable flows, and robust out-of-the-box functionality
Flexible integration and implementation
MFA supported out-of-the-box
Deliverability you can count on
import { useSignIn } from "@clerk/clerk-react";function MagicLinks() {const { signIn } = useSignIn();const {startMagicLinkFlow,cancelMagicLinkFlow,} = signIn.createMagicLinkFlow();const onClick = () => {startMagicLinkFlow({redirect_url: '...'})}return (<form><input type='email' name='email'/><button onClick={onClick}>Send magic link</button></form>)}
Start completely free for up to 10,000 monthly active users and up to 100 monthly active orgs. No credit card required.
Learn more about our transparent per-user costs to estimate how much your company could save by implementing Clerk.
The latest news and updates from Clerk, sent to your inbox.