Portrait of a man with dark hair and a beard wearing a black shirt, standing in front of a colorful floral-patterned background.
Smiling young woman with straight black hair and bangs, wearing a black jacket outdoors near a building.
Smiling healthcare professional wearing blue scrubs in a clinical setting.

Join big partneship program

Affiliate Program

Are you passionate about helping landlords and tenants find their perfect rental solutions? Join our affiliate program and start earning for every successful referral you make

Explore our features

The more you refer the more you earn!

1

Starter

For the first 10 referrals, you earn 10% per referral

2

Profi

For referrals 11 through 30, you earn 15% per referral

3

Mover

For any referrals beyond 30, you earn 20% per referral

Start earning

Convert traffic 
into revenue

Start referring your traffic to the Zipple service and make a commission of up to 20% per deal

Start earning
Man with curly hair sitting on a yellow couch, typing on a laptop with plants in the background.

Track Your Success

All the tools for your success. Our user-friendly platform keeps track of all your users actions, allowing you 
to analyze your strategy, optimize your campaigns 
and enhance your earning potential

Start earning

Flexibility

Several campaign options for you to decide how to better monetize your traffic

Start earning

How it works

1

Fill the Form

  • By clicking "Get started" we will send you the form

  • It will take around 1 minute 
to put your email

  • It is necessary step to start your partnership journey with us

  • We will send you a personal code within 24 hours

2

Share the Code

  • Share your code with your friends

  • We always ask if our clients have 
a referral code for discount!

After review our team send your personal referral code!

Code for happy customer

3

Start Earning

  • We keep 100% transparency 
on entire process

  • Get your reward according to the payment method you opted

Portrait of a man with dark hair and a beard wearing a black shirt, standing in front of a colorful floral-patterned background.
Person with curly hair partially covering their face, laughing, wearing a light-colored hoodie against a blue background.
Smiling young woman with straight black hair and bangs, wearing a black jacket outdoors near a building.

10% per referral

Get started

Join our affiliate program!

- **`xs`** → `--space-xs` = `0.5rem` (≈ 8px)  
- **`sm`** → `--space-sm` = `0.625rem` (≈ 10px)  
- **`s`** → `--space-s` = `0.75rem` (≈ 12px)  
- **`m`** → `--space-m` = `1rem` (≈ 16px, базовый)  
- **`md`** → `--space-md` = `1.25rem` (≈ 20px)  
- **`l`** → `--space-l` = `1.5rem` (≈ 24px)  
- **`xl`** → `--space-xl` = `2rem` (≈ 32px)  
- **`2xl`** → `--space-2xl` = `3rem` (≈ 48px)  
- **`3xl`** → `--space-3xl` = `4rem` (≈ 64px)  
- **`4xl`** → `--space-4xl` = `5rem` (≈ 80px)  
- **`huge`** → `--space-huge` = `3.75rem` (≈ 60px, спец‑размер)  
- **`giant`** → `--space-giant` = `6.25rem` (≈ 100px, максимум)

#### 3.1. Margin (десктоп)

- `mt-*` — `margin-top`  
- `mb-*` — `margin-bottom`  
- `mv-*` — вертикальный margin (top + bottom)

#### 3.2. Margin (мобильный)

Те же, но с префиксом `m-`:

- `m-mt-*`, `m-mb-*`, `m-mv-*`

#### 3.3. Padding (десктоп)

- `p-*` — padding со всех сторон  
- `pv-*` — padding по вертикали (top + bottom)  
- `ph-*` — padding по горизонтали (left + right)  
- `pt-*` — `padding-top`  
- `pb-*` — `padding-bottom`  
- `pl-*` — `padding-left`  
- `pr-*` — `padding-right`

Аналогично, но с `m-`:

- `m-p-*`, `m-pv-*`, `m-ph-*`, `m-pt-*`, `m-pb-*`, `m-pl-*`, `m-pr-*`

#### 3.5. Gap

- `gap-*` — `gap` между элементами (flex/grid), базовое значение.  
- `m-gap-*` — `gap` только на мобилках.

- `fl-l` — `display: flex; justify-content: flex-start;`  
- `fl-c` — `display: flex; justify-content: center;`  
- `fl-r` — `display: flex; justify-content: flex-end;`  
- `fl-m` — центр и по горизонтали, и по вертикали (`justify-content: center; align-items: center;`)  
- `fl-btwn` — `justify-content: space-between;`  
- `fl-w` — `flex-wrap: wrap;`  

- `ta-l` — `text-align: left;`  
- `ta-c` — `text-align: center;`  
- `ta-r` — `text-align: right;`

- `m-ta-l`, `m-ta-c`, `m-ta-r`