React Components

Pre-built components for React applications

Ready-to-use Components

Drop-in authentication components for sign-in, sign-up, user profile, and more. Fully customizable to match your brand.

TypeScript Support

Full TypeScript support with comprehensive type definitions. Get autocomplete and type safety out of the box.

Responsive Design

All components are mobile-first and fully responsive. Works seamlessly across desktop, tablet, and mobile devices.

Quick Start Example

import { SignIn, UserButton } from '@authdog/react'

function App() {
  return (
    <div>
      <SignIn />
      <UserButton />
    </div>
  )
}

Start building with React

Add authentication to your React app in minutes with our pre-built components.

Start Building