One-pager claims a free trial that doesn't exist — ship it or remove the line #182

Open
opened 2026-05-14 17:32:15 +00:00 by chihlasm · 0 comments
Owner

docs/marketing/resolutionflow-one-pager.html and one-pager.pdf claim:

Free trial available - No credit card required

But no trial logic exists in the codebase. Credibility risk if a pilot tries to claim the trial.

Options

(a) Ship the trial

  • Trial state on subscription (status + trial_end)
  • Expiration enforcement (gating + conversion to paid or free tier)
  • Conversion flow (collect payment → activate paid)
  • Reminder emails (e.g. T-7, T-3, T-1, expired)

(b) Remove the line until (a) is shipped

  • Edit docs/marketing/resolutionflow-one-pager.html
  • Regenerate one-pager.pdf
  • Audit other marketing surfaces (site, emails, decks) for the same claim

Acceptance

Marketing and product are consistent: every surface that promises a trial is backed by working trial logic, or the promise is removed.

`docs/marketing/resolutionflow-one-pager.html` and `one-pager.pdf` claim: > Free trial available - No credit card required But no trial logic exists in the codebase. Credibility risk if a pilot tries to claim the trial. ## Options **(a) Ship the trial** - Trial state on `subscription` (status + trial_end) - Expiration enforcement (gating + conversion to paid or free tier) - Conversion flow (collect payment → activate paid) - Reminder emails (e.g. T-7, T-3, T-1, expired) **(b) Remove the line until (a) is shipped** - Edit `docs/marketing/resolutionflow-one-pager.html` - Regenerate `one-pager.pdf` - Audit other marketing surfaces (site, emails, decks) for the same claim ## Acceptance Marketing and product are consistent: every surface that promises a trial is backed by working trial logic, or the promise is removed.
Sign in to join this conversation.