Add an affiliate program to your Replit app.
Built and deployed on Replit? Paste one affixo snippet, connect Stripe, and turn your users into affiliates — live in a few clicks, with server-side tracking and nothing to re-architect.
Replit takes you from code to deployed app in the browser. affixo adds distribution the same way: no separate backend service to stand up — just a script plus the Stripe account your Replit app bills through, and your affiliate program is running.
From built in Replit to shared, in three steps.
No second platform, no backend work. If your app ships on the web and bills with Stripe, you're minutes from your first referral.
Paste one snippet
Drop the affixo script into your app — one line before the closing body tag. No backend, no rebuild, nothing to re-architect.
Connect your Stripe
OAuth into the same Stripe account you already charge with. affixo maps every product and price to campaigns automatically.
Share & get eyeballs
Hand out referral links or coupon codes and watch attributed signups roll in — a few clicks, not a project.
Don't write the integration — paste this into Replit.
The install prompt below tells Replit exactly where the script goes and which events to wire — the same prompt from our docs, written to be unambiguous for automated implementation.
Add affixo affiliate tracking to my Replit app. There are three parts — please set up all three.
STEP 1 · Tracking script (referral clicks — automatic). Add this tag in the <head> so it loads on EVERY page:
<script async src="https://go.affixo.dev/sa.js?w=YOUR_PUBLIC_KEY"></script>
STEP 2 · Referral event — right after a successful signup, run:
window.Affixo && window.Affixo.track('signup', { email: USER_EMAIL });
STEP 3 · Sale event — on the success / thank-you page after payment, run:
window.Affixo && window.Affixo.track('sale', { email: BUYER_EMAIL, amount: ORDER_TOTAL_IN_CENTS, currency: 'usd' });
(Revenue and commission are confirmed from my connected Stripe.)
First, ask me these and use my answers to place the events correctly:
1. Where do users sign up (which page or component)?
2. What page shows after a successful purchase?
3. Do I charge with Stripe? (If yes, sales also reconcile automatically.)
Rules: the script must load on every page; use the real signed-in / buyer email (never a placeholder); amount is an integer in cents ($99.00 = 9900); don't add any other tracking code.Replace YOUR_PUBLIC_KEY with your workspace key from the affixo dashboard → Settings → Tracking (it looks like pk_live_…). Then run the built-in tracking test to watch a click resolve end-to-end.
Why affixo fits a Replit app perfectly.
You shipped fast — your referral program should too. affixo adds the growth layer without dragging you back into infrastructure.
- No backend or extra infra — it's a script plus Stripe
- Works in any web app that bills through Stripe
- Six server-side methods that survive ad blockers
- Run your whole program from your AI client — MCP included
- Free until affiliates drive $2,500, then from $19/mo — zero transaction fees
- You own payouts — pay from your own Stripe, PayPal or Wise
affixo works with everything you vibe-code in — see the full live-coded apps guide.
Add referrals to your Replit app today.
Paste one snippet, connect Stripe, and get your project shared — a few clicks, inside the platform you built on.
Adding referrals to a Replit app
Add the affixo script to your Replit app before the closing body tag, connect Stripe, and set a commission rule. The affiliate portal, links and tracking are live the moment you connect — no extra backend.
No backend required. You add one affixo script tag to your Replit app and connect Stripe via OAuth. Coupon-code attribution doesn't even need the script — map a Stripe promo code to an affiliate and the sale is credited.
A live web app that charges through Stripe, and a couple of minutes. The Free plan needs no credit card and stays free until your affiliates drive $2,500 in tracked revenue.
Get your Replit app shared.
The simplest way to add an affiliate & referral program to the app you built — set up before lunch.
Free until your affiliates earn you $2,500 · No credit card · Live in minutes