Skip to content

OpenPartner

OpenPartner is an open-source partner attribution and payouts platform. It tracks the full path from click → identity → revenue, then pays partners through Stripe Connect. You can run it yourself for free, or use the hosted version.

What it does

  • Click router — short, partner-attributed redirect links that drop a first-party cookie.
  • Attribution engine — derives commissions from raw clicks, identities, and events using configurable models (last-click, first-click, linear, position).
  • Partner portal — partners log in with magic links, see their links, conversions, and pending/paid payouts.
  • Payouts — Stripe Connect Standard transfers when commissions are approved.

Three deployment shapes

ShapeWhat you get
Self-hostDrop-in Docker Compose, runs on your infra, free forever.
Hosted FlexWe run it. $49/mo + 1.5% of attributed GMV.
Hosted RevshareWe run it. 3% of attributed GMV, no monthly fee.

All three run from the same main branch. Feature flags gate billing/payout behavior — the core product is identical.

Where to start