Skip to content

docs(api-subscription): note monthly vs yearly seat pricing in top box#121

Merged
studert merged 1 commit into
mainfrom
042-api-subscription-pricing-note
Jun 12, 2026
Merged

docs(api-subscription): note monthly vs yearly seat pricing in top box#121
studert merged 1 commit into
mainfrom
042-api-subscription-pricing-note

Conversation

@studert

@studert studert commented Jun 12, 2026

Copy link
Copy Markdown
Member

What

Adds a short pricing reference to the Assumptions panel (the top box) of the API → Subscription Migration scenario (/scenarios/api-subscription).

The two seat price fields default to monthly list pricing pulled from access_tiers ($25 Standard / $125 Premium), but nothing on the page tells you that, or that billing yearly is cheaper. The note makes the defaults self-explanatory:

Seat prices are per seat, per month. The fields default to monthly list pricing — $25 Standard · $125 Premium. Billed yearly, seats are cheaper: $20 Standard · $100 Premium.

Scope

  • UI copy only — one <p> added between the panel header and the controls grid.
  • No engine, query, schema, or default-value changes; the price inputs still initialise from dataset.defaultStandardCents / defaultPremiumCents as before.

Verification

  • pnpm lint
  • pnpm typecheck
  • pnpm test ✅ (623 passed)
  • pnpm build

🤖 Generated with Claude Code

Add a short pricing reference to the Assumptions panel of the
API -> Subscription Migration scenario. The seat price fields default
to monthly list pricing ($25 Standard / $125 Premium); the note also
surfaces the cheaper yearly rate ($20 Standard / $100 Premium) so the
defaults are self-explanatory. UI copy only -- no engine or schema change.

Co-Authored-By: Claude Opus 4.8 (1M context) <noreply@anthropic.com>
Copilot AI review requested due to automatic review settings June 12, 2026 13:02
@vercel

vercel Bot commented Jun 12, 2026

Copy link
Copy Markdown

The latest updates on your projects. Learn more about Vercel for GitHub.

Project Deployment Actions Updated (UTC)
ai-developer-hub Ready Ready Preview, Comment Jun 12, 2026 1:04pm

@studert studert merged commit 2b4e6f1 into main Jun 12, 2026
8 checks passed
@studert studert deleted the 042-api-subscription-pricing-note branch June 12, 2026 13:04

Copilot AI left a comment

Copy link
Copy Markdown
Contributor

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

Pull request overview

Adds clarifying UI copy to the Assumptions panel in the API → Subscription Migration scenario so users understand the seat price inputs are monthly by default and that yearly billing is cheaper.

Changes:

  • Inserted a short pricing reference paragraph above the assumptions controls grid.

💡 Add Copilot custom instructions for smarter, more guided reviews. Learn how to get started.

Comment on lines +364 to +372
{/* Pricing reference — the seat fields default to monthly list
pricing; billed yearly each seat is cheaper. */}
<p className="mb-4 max-w-2xl text-xs leading-relaxed text-muted-foreground">
Seat prices are per seat, per month. The fields default to monthly
list pricing — <span className="text-ink">$25</span> Standard ·{" "}
<span className="text-ink">$125</span> Premium. Billed yearly, seats
are cheaper: <span className="text-ink">$20</span> Standard ·{" "}
<span className="text-ink">$100</span> Premium.
</p>
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment

Labels

None yet

Projects

None yet

Development

Successfully merging this pull request may close these issues.

2 participants