// Platform

Everything a referral program needs.

Manage everything from the dashboard, or automate it through the API. Same data, your choice.

01 · Unique codes

A referral code per user, generated on demand.

Human-readable, collision-free, branded to your domain. Issued the moment a user signs up.

jane@JANE-A1B2C3
marco@MARCO-9XK4Q1
02 · Tracking

Visits, signups & sales — counted automatically.

03 · Cash
£12,430
Pending payouts
04 · Vouchers
2,148
Voucher pool ready
05 · Campaigns

Configure rules per program. Triggered on sale criteria you set.

min_sale ≥ £25first_purchaseregion: UKx2 weekends
06 · Dashboard

Prefer clicks over code? Run the whole program by hand.

Upload users from CSV, log a referral manually, issue a reward, or hand out a voucher — no engineer required.

+ Upload users.csv
+ Add referral
+ Issue reward
+ Assign voucher
# Or do the same via API
POST /api/public/v1/users
{ "referral_code": "JANE-A1B2C3" }
# Track a sale
POST /api/public/v1/referrals
{ "reward_issued": true, "type": "cash" }