Commit Graph

1 Commits

Author SHA1 Message Date
Víctor Falcón f6d032c0ec feat(subscriptions): assign trial/pricing experiment variants
Add the A/B/C experiment foundation: a Pennant feature that buckets users
who register on or after subscriptions.experiment.started_at evenly into
control / reduced_trial / pay_now via a stable hash, leaving earlier users
"legacy". The ExperimentOffer service turns a variant into the concrete
offer (trial days per plan, pay-now flag, refund window, self-refund
eligibility) for the checkout, paywall and billing screens to share.

While started_at is null the experiment is off and everyone behaves like
control, so this is inert until activated via env.
2026-06-27 16:09:52 +02:00