A Better-Auth powered admin dashboard for user and organization management, plugin configuration, route protection, and emergency lockdowns. Current version is 0.0.4, released pre-alpha and not ready for production. Developed by Multinite, it integrates with Better-Auth and Next.js 15. Features include dynamic dashboard systems and advanced route protection. Peer dependencies include Next.js, Radix UI components, and better-fetch.
npm install better-auth-dashboardVerified import paths — ran on the pinned version, not inferred.
Minimal setup: wrap your admin page with DashboardProvider and render the BetterAuthDashboard component.
Do not use in production. Consider alternatives like better-auth's built-in admin panel.
Ensure your project uses Next.js 15.
Set up Better-Auth before using this dashboard.
Run `npm install better-auth-dashboard`
Update to the latest version and check peer dependencies.