Use Clerk's magic link flows to boost user metrics and eliminate security risks. Quickly verify your user's 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 500 monthly active users.
No credit card required.
Learn more about our transparent per-user costs to estimate how much your company could save by implementing Clerk.