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

  1. Generate unique code/link per user
    • Backend: referrals table with (user_id, code)
    • Code: short readable: YOUR-REFERRAL-CODE
    • Link: https://yourapp.com/r/YOUR-REFERRAL-CODE
Installs
2
GitHub Stars
1
First Seen
Aug 5, 2026
build-affiliate-program — khadinakbarlabs/expo-mobile-app-builder