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
| Shape | What you get |
|---|---|
| Self-host | Drop-in Docker Compose, runs on your infra, free forever. |
| Hosted Flex | We run it. $49/mo + 1.5% of attributed GMV. |
| Hosted Revshare | We 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
- New here? → Quickstart
- Self-hosting? → Docker Compose setup
- Integrating the SDK? → Install + identify
- Understanding the data model? → Data model