How to install and initialize Authverse in your project.
Authverse makes it simple to generate a complete, production-ready authentication system for your project with a single command.
This guide covers quick install, optional UI screens, environment variables, and common post-install steps so you can get up and running fast.
Run the following in your project root:
npx authverse@latest initThe init command scaffolds configuration, models, routes, UI components (optional), and recommended environment variables.
Authverse can optionally scaffold ShadCN-based auth screens:
Choose the UI option during init or run a later generator provided in the project.
Always keep secrets out of source control.
You're ready — Authverse has scaffolded:
Happy building!