[PR #1896] [CLOSED] feat: add direct marketing to billing subscription flow #1914

Closed
opened 2026-02-26 20:31:38 +03:00 by kerem · 0 comments
Owner

📋 Pull Request Information

Original PR: https://github.com/documenso/documenso/pull/1896
Author: @ephraimduncan
Created: 7/11/2025
Status: Closed

Base: mainHead: feat/billing-redirect-flow


📝 Commits (4)

  • e04e5a7 feat: add direct marketing to billing subscription flow
  • 91a3804 Merge branch 'main' into feat/billing-page
  • ff1343b fix: preserve params when you are not signed in
  • 02f36a0 fix: open dialog

📊 Changes

4 files changed (+170 additions, -55 deletions)

View changed files

📝 apps/remix/app/components/general/billing-plans.tsx (+86 -53)
📝 apps/remix/app/routes/_authenticated+/o.$orgUrl.settings.billing.tsx (+27 -1)
📝 apps/remix/app/routes/_unauthenticated+/signin.tsx (+8 -1)
apps/remix/app/routes/billing-redirect.tsx (+49 -0)

📄 Description

Demo

https://github.com/user-attachments/assets/885dafef-481b-40ab-8e50-e67f33ea6730

Description

Adds a direct subscription flow that connects marketing pricing pages to the billing system, removing the need for users to manually navigate and re-select their chosen plan.

Links to update on the marketing pricing page.

For Monthly Billing:

For Yearly Billing:


🔄 This issue represents a GitHub Pull Request. It cannot be merged through Gitea due to API limitations.

## 📋 Pull Request Information **Original PR:** https://github.com/documenso/documenso/pull/1896 **Author:** [@ephraimduncan](https://github.com/ephraimduncan) **Created:** 7/11/2025 **Status:** ❌ Closed **Base:** `main` ← **Head:** `feat/billing-redirect-flow` --- ### 📝 Commits (4) - [`e04e5a7`](https://github.com/documenso/documenso/commit/e04e5a7d2e1025a8fd891d68b951d737e375df7f) feat: add direct marketing to billing subscription flow - [`91a3804`](https://github.com/documenso/documenso/commit/91a38045f70e74403372a73a3fbbef4bc101d615) Merge branch 'main' into feat/billing-page - [`ff1343b`](https://github.com/documenso/documenso/commit/ff1343b422d348a36685a79b5ea0ff4e0202c550) fix: preserve params when you are not signed in - [`02f36a0`](https://github.com/documenso/documenso/commit/02f36a0eb8e5affee21e2be458d73e8c76109c59) fix: open dialog ### 📊 Changes **4 files changed** (+170 additions, -55 deletions) <details> <summary>View changed files</summary> 📝 `apps/remix/app/components/general/billing-plans.tsx` (+86 -53) 📝 `apps/remix/app/routes/_authenticated+/o.$orgUrl.settings.billing.tsx` (+27 -1) 📝 `apps/remix/app/routes/_unauthenticated+/signin.tsx` (+8 -1) ➕ `apps/remix/app/routes/billing-redirect.tsx` (+49 -0) </details> ### 📄 Description ### Demo https://github.com/user-attachments/assets/885dafef-481b-40ab-8e50-e67f33ea6730 ### Description Adds a direct subscription flow that connects marketing pricing pages to the billing system, removing the need for users to manually navigate and re-select their chosen plan. Links to update on the marketing pricing page. For Monthly Billing: - Free Plan: http://localhost:3000/billing-redirect?plan=free&cycle=monthly&source=pricing - Individual Plan: http://localhost:3000/billing-redirect?plan=individual&cycle=monthly&source=pricing - Teams Plan: http://localhost:3000/billing-redirect?plan=team&cycle=monthly&source=pricing - Platform Plan: http://localhost:3000/billing-redirect?plan=platform&cycle=monthly&source=pricing For Yearly Billing: - Free Plan: http://localhost:3000/billing-redirect?plan=free&cycle=yearly&source=pricing - Individual Plan: http://localhost:3000/billing-redirect?plan=individual&cycle=yearly&source=pricing - Teams Plan: http://localhost:3000/billing-redirect?plan=team&cycle=yearly&source=pricing - Platform Plan: http://localhost:3000/billing-redirect?plan=platform&cycle=yearly&source=pricing --- <sub>🔄 This issue represents a GitHub Pull Request. It cannot be merged through Gitea due to API limitations.</sub>
kerem 2026-02-26 20:31:38 +03:00
Sign in to join this conversation.
No milestone
No project
No assignees
1 participant
Notifications
Due date
The due date is invalid or out of range. Please use the format "yyyy-mm-dd".

No due date set.

Dependencies

No dependencies set.

Reference
starred/documenso#1914
No description provided.