build-affiliate-program
Installation
SKILL.md
Build an Affiliate / Referral Program
Two flavors: peer referrals (give-get) and creator affiliates (commission). Both work for iOS.
Peer referral (give-get)
User invites friend, both get a reward.
Reward types
- Both get 1 month free Pro
- Both get $5 credit
- Friend gets 50% off first month, you get 1 month free
Implementation
- Generate unique code/link per user
- Backend:
referralstable with(user_id, code) - Code: short readable:
YOUR-REFERRAL-CODE - Link:
https://yourapp.com/r/YOUR-REFERRAL-CODE
- Backend: