authverse
v1.1.6
Published
Authverse Fast modern CLI to generate full auth systems with OAuth Prisma Drizzle better auth and ready-to-use ShadCN UI screens
Downloads
293
Maintainers
Readme
Authverse
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.
What Is Authverse?
Authverse is a CLI tool that creates a full authentication setup for your
Next.js and Tanstack State 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
Features
- Login
- Sign Up
- Forgot Password
- Reset Password
- Verify Email
- Google OAuth
- GitHub OAuth
- Integrated Better Auth
- ShadCN UI auth screens
- Prisma or Drizzle database support
- Modern folder structure
- TypeScript support
- Production-ready configuration
Quick Start
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.
Documentation
Full documentation is available on the official website:
https://authverse.dev
License
Authverse is MIT licensed. Created and maintained by Abdirahman Mohamoud.
