KIQR
----
[![CI](https://github.com/kiqr/kiqr/actions/workflows/ci.yml/badge.svg)](https://github.com/kiqr/kiqr/actions/workflows/ci.yml)
![License](https://img.shields.io/github/license/kiqr/kiqr)
> [!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.
>
> When complete, this repository will serve as a monorepo containing multiple modules. The **starter kit will be accessible from a separate repository**. Please keep this in mind if you choose to explore or contribute to the codebase at this time.
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](https://github.com/kiqr/irelia) Components.
## Official documentation
Documentation for **KIQR** can be found on the [KIQR website](https://kiqr.dev).
## Getting started
To get started with **KIQR**, follow these simple steps:
#### 1. Clone the starter kit repository
```console
git clone git@github.com:kiqr/starter.git project-name
```
#### 2. Run the setup script
Navigate into the new directory (```cd project-name```) and run:
```console
bin/setup
```
#### 3. Start the development environment
```console
bin/dev
```