🎉 Supa Auth is beta verion
components
Register

Register

supabase logo

Create Account

Welcome! Please fill in the details to get started.

or

Already have account? Signin

Installation

npx supaauth@latest add --component register

This will do:

  1. create components,server action,api routes files for you
  2. It will install all dependencies by running these cmds
npx shadcn-ui@latest add input-otp && npx shadcn-ui@latest add form && npx shadcn-ui@latest add input && npm i react-icons resend sonner && npm install react-email @react-email/components -E

Don't forget to import this in your layout.

import { Toaster } from "sonner";
<Toaster />;

Skip dependencies

If you have all dependencies you can skip it by do this

npx supaauth@latest add --component register --skip dep