Project

kiqr

0.0
There's a lot of open issues
KIQR is a Rails engine that provides a solid foundation for building SaaS applications.
2005
2006
2007
2008
2009
2010
2011
2012
2013
2014
2015
2016
2017
2018
2019
2020
2021
2022
2023
2024
 Dependencies

Runtime

~> 1.9, >= 1.9.2
~> 4.9, >= 4.9.3
>= 5.0, < 5.2
~> 2.0, >= 2.0.1
~> 0.2.0
~> 0.10.0
~> 2.21
~> 2.1.1
~> 7.2.1
~> 2.0
~> 1.3, >= 1.3.4
~> 1.3, >= 1.3.1
~> 2.0, >= 2.0.6
 Project Readme

KIQR

CI

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