docs(product-analytics): subscriptions are now free-tier#16994
Open
vdekrijger wants to merge 2 commits into
Open
docs(product-analytics): subscriptions are now free-tier#16994vdekrijger wants to merge 2 commits into
vdekrijger wants to merge 2 commits into
Conversation
Set availability free: true and note the free-plan limit (5). Pairs with PostHog/posthog#59624 and PostHog/billing#1922.
Contributor
Deploy preview
|
Contributor
|
Vale prose linter → found 1 errors, 4 warnings, 0 suggestions in your markdown Full report → Copy the linter results into an LLM to batch-fix issues. Linter being weird? Update the rules!
|
| Line | Severity | Message | Rule |
|---|---|---|---|
| 17:66 | warning | Use 'PostHog' instead of 'posthog'. | Vale.Terms |
| 19:66 | warning | Use 'PostHog' instead of 'posthog'. | Vale.Terms |
| 25:66 | warning | Use 'PostHog' instead of 'posthog'. | Vale.Terms |
| 27:66 | warning | Use 'PostHog' instead of 'posthog'. | Vale.Terms |
| 136:23 | error | Hi, Andy here... use an en dash ( – ) with spaces. On Mac, holding down the Option and hyphen key will give you an en dash. | PostHogBase.EnDash |
The FeatureAvailability widget rendered every tier as a boolean check/x icon, so the free tier read as fully (unlimited) included when free subscriptions are actually capped at 5. Widen each tier to accept an inline caveat string and render it as text instead of an icon, then set the free tier to 'Up to 5'. Existing boolean consumers are unchanged.
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
Add this suggestion to a batch that can be applied as a single commit.This suggestion is invalid because no changes were made to the code.Suggestions cannot be applied while the pull request is closed.Suggestions cannot be applied while viewing a subset of changes.Only one suggestion per line can be applied in a batch.Add this suggestion to a batch that can be applied as a single commit.Applying suggestions on deleted lines is not supported.You must change the existing code in this line in order to create a valid suggestion.Outdated suggestions cannot be applied.This suggestion has been applied or marked resolved.Suggestions cannot be applied from pending reviews.Suggestions cannot be applied on multi-line comments.Suggestions cannot be applied while the pull request is queued to merge.Suggestion cannot be applied right now. Please check back later.
Problem
Insight & dashboard subscriptions are moving to the free tier (PostHog/posthog#59624, PostHog/billing#1922). The docs still listed subscriptions as unavailable on the free plan — and once marked available, the
<FeatureAvailability>widget would render the free tier as a plain checkmark, implying it's unlimited when the free plan is actually capped at 5 subscriptions.Changes
availability.subscriptions.freeso the free plan shows subscriptions as included.<FeatureAvailability>widget to render a per-tier caveat string inline (e.g.Up to 5) instead of only a boolean check/x icon, so a limited tier no longer reads as unlimited. Existing boolean consumers (sso.mdx,funnels.mdx) are unchanged.Up to 5insubscriptions.mdx. The free column now reads "Up to 5"; paid tiers keep their checkmarks.The previous prose note ("the free plan includes up to 5 subscriptions") was dropped since the widget now carries that information directly.
Preview: https://2e9fedc5.posthog-preview.pages.dev/docs/product-analytics/subscriptions
Checklist
vercel.json