Authverse is a modern, lightweight, and developer-friendly authentication CLI that helps you set up a full authentication system in one command.
It provides ready-made auth screens, fully configured databases Prisma or Drizzle, Better Auth integration, and secure authentication flows all generated instantly inside your project.
Authverse is built for developers who want fast, clean, and professional authentication, without spending days configuring everything manually.
Authverse is a CLI tool that creates a full authentication setup for your
Next.js and TanStack Start` project.
It automatically integrates:
- Better Auth modern auth framework
- Shadcn/ui auth screens
- Prisma or Drizzle database setup
- OAuth providers
- API routes + folder structure
- Environment variables
- Full TypeScript support
Instead of manually installing dozens of packages, wiring backend routes, and designing UI screens Authverse does everything for you.
With just one single run command, you get:
- Complete backend + frontend authentication setup
- Fully generated auth UI
- OAuth + email/password
- Production-ready security
- Developer-friendly codebase
- Login
- Sign Up
- Forgot Password
- Reset Password
- Google OAuth
- GitHub OAuth
- Integrated Better Auth
- Shadcn/ui auth screens
- Prisma or Drizzle database support
- Modern folder structure
- TypeScript support
- Production-ready configuration
Run the following command to initialize Authverse:
npx authverse@latest initAuthverse will guide you step-by-step to choose:
- Your UI framework
- Your database Prisma or Drizzle
- Whether to include auth UI screens
- And automatically generate everything for you
After running the CLI, your project will be fully ready with
Better Auth, Shadcn/ui components, and database integration.
Full documentation is available on the official website:
https://authverse.dev
We welcome contributions! Please see our Contributing Guide for more details.
Authverse is MIT licensed. Created and maintained by Abdirahman Mohamoud.