KIQR
Turbocharge your SaaS journey with KIQR, your go-to Rails 7.2-based SaaS starter kit. It's designed to let you dive right into the SaaS domain with minimal setup and maximum efficiency. Outfitted with Tailwind CSS, it brings a modern, responsive design to the table, including a dark mode that's easy on the eyes.
Key features
⭐ User registration with email confirmations (using Devise).
⭐ Two-factor authentication.
⭐ Team & personal accounts with profiles.
⭐ Settings page for users and accounts.
⭐ Prepared for localization.
⭐ Fully translated for multi-language support.
⭐ TailwindCSS template built with Irelia Components.
Official documentation
Documentation for KIQR can be found on the KIQR website.
Caution
This project is currently under active development and may undergo frequent refactoring, which could introduce breaking changes. It is not suitable for production use at this stage. But please feel free to try it out, and contribute if you want to!
Quickstart
1. Clone the repository
git clone git@github.com:kiqr/starter.git myapp
2. Run the setup script
Navigate into the new directory (cd myapp
) and run the setup script:
bin/setup
3. Start the development server
bin/dev