The project is in a healthy, maintained state
Generate simple registration flow for app with TailwindCSS
2005
2006
2007
2008
2009
2010
2011
2012
2013
2014
2015
2016
2017
2018
2019
2020
2021
2022
2023
2024
2025
 Dependencies

Runtime

>= 8.0
 Project Readme

Tailwind Registration Gem

Generates registration flow for built in rails authentication generator

rails g tailwind_registration

This will create the registration controller and code to allow new user sign ups

TODO: To specify additional fields pass them into the generator

rails g tailwind_registration username phone_number address city