Getting started
Requirements
In order to use better-auth-ui, your application must meet the following requirements.
Prerequisites
- You must have shadcn/ui installed with CSS variables enabled.
- Configure a Sonner
<Toaster />component for toast notifications. - Ensure you have TailwindCSS
v4set up and configured correctly. - You must have better-auth
v1.3or greater installed and configured. - To use organization components, ensure the Organization Plugin is enabled in your
better-authconfiguration.