On this page, you can create a referral code that you can use when referring people to SimpleLogin.
For every user who upgrades and stays with us at least 3 months, you'll get $5 :).
The payout can be initiated any time, just send us an email at
hi@simplelogin.io when you want to receive the payout.
{% if referrals|length == 0 %}
You don't have any referral code yet. Let's create the first one and start inviting your friends!
{% endif %}
{% for referral in referrals %}
{% set nb_user = referral.nb_user() %}
{% set nb_paid_user = referral.nb_paid_user() %}
{% if nb_user > 0 %}
{{ nb_user }}
{% if nb_user == 1 %} person {% else %} people {% endif %}
has their online privacy protected thanks to you!
Among them, {{ nb_paid_user }}
{% if nb_paid_user == 1 %} person {% else %} people {% endif %}
has upgraded their accounts.
{% endif %}
Please use this referral link to invite your friends trying out SimpleLogin:
You can also use the referral code {{ referral.code }} when sharing any link on SimpleLogin.
Just append
?slref={{ referral.code }}
to any link on SimpleLogin website.