unkeyed / unkey

Open source API management platform
https://go.unkey.com
Other
3.99k stars 467 forks source link

Improve upsell copy on `ApisOverviewPage` #1393

Closed ubinatus closed 6 months ago

ubinatus commented 6 months ago

Preliminary Checks

Reproduction / Replay Link (Optional)

No response

Issue Summary

This is a minor issue.

The current upsell section of the APIs section (ApisOverviewPage) shows whenever the workspace is an organization and not subscribed to a paid plan. However, the wording "add billing to your account" might be misleading to the user because it can be interpreted as just adding a payment method and not actually subscribing to a paid plan.

Steps to Reproduce

  1. Create a new organization workspace
  2. Navigate to APIs section
  3. See the upsell card

Expected behavior

Maybe an improvement of the CTA to "Subscribe" or "Upsell". Idk.

Other information

No response

Screenshots

No response

Version info

- OS: Domain/OS
- Node: v20.11.1
- npm: v10.2.4
linear[bot] commented 6 months ago

ENG-908 Improve upsell copy on `ApisOverviewPage`

chronark commented 6 months ago

I think the root problem is the current way of adding a card and then changing plan, not with the messaging itself

ubinatus commented 6 months ago

Isn't the issue just avoid the workspaces in free plan from adding a payment method? As free plan won't incur in a future spend unless they upgrade to a paid plan.

Workspaces that downgraded to the free plan, will still maintain their payment method to facilite any future upsell (less steps to recover churn).

chronark commented 6 months ago

yeah, you're right, I saw the PR, merging now