Launch your affiliate program in minutes. Manage KOLs, track conversions, automate payouts in crypto or bank transfer.
Trusted by crypto prop firms, SaaS startups, and e-commerce brands
Built for modern businesses - flexible enough for crypto, powerful enough for enterprise.
Launch in minutes
Set up your affiliate program the same day. No complex integrations - one webhook call and you are live.
Branded affiliate portal
Your affiliates get a fully branded portal with your logo and colors. Feels like your product, not ours.
Flexible commissions
Revenue share, fixed CPA, or hybrid. Set program-wide defaults, tier rates, and custom deals per affiliate.
Affiliate tiers
Group affiliates into tiers with auto-promotion. Reward your best performers automatically.
Crypto and bank payouts
Pay affiliates in USDT, BTC, ETH, USDC or bank transfer. Perfect for crypto-native programs.
Works with any stack
Works with Next.js, React, Vue, Laravel, Django or plain HTML. One POST request is all it takes.
No complicated setup. Works with any framework or language.
Sign up and set up
Create your account, configure your commission model and branding. Takes under 5 minutes.
Add the webhook
Your backend sends one POST request to WeReffer when a sale completes. Works with any language.
Invite your affiliates
Share your affiliate signup page. Affiliates apply, you approve, they start promoting.
Watch it grow
Track conversions, manage payouts, and watch your affiliate program drive revenue on autopilot.
Works with any backend language
// 1. Capture affiliate code on any frontend
const ref = new URLSearchParams(window.location.search).get('ref');
if (ref) localStorage.setItem('affiliate_ref', ref);
// 2. Save ref to user record at signup
// user.affiliate_ref = localStorage.getItem('affiliate_ref')
// 3. Report sale when purchase is completed (Node.js example)
const payload = {
event: 'sale.completed',
referred_by: user.affiliate_ref,
sale_amount: order.total,
sale_id: order.id
};
const sig = crypto.createHmac('sha256', YOUR_SECRET)
.update(JSON.stringify(payload)).digest('hex');
await fetch('https://wereffer-api-production.up.railway.app/webhook/your-slug', {
method: 'POST',
headers: { 'Content-Type': 'application/json', 'x-wereffer-signature': sig },
body: JSON.stringify(payload)
});Priced based on your affiliate revenue - not per seat or per conversion.
Starter
$10,000 affiliate revenue/month
Growth
$25,000 affiliate revenue/month
Pro
$50,000 affiliate revenue/month
All plans include a 14-day free trial. No credit card required. Revenue cap resets on your billing anniversary date.
Set up in 15 minutes. No credit card required.