Pricing
Per Seat Pricing
A per-seat team plan: a seat stepper built from buttons and an <output>, a live bill recalculation and an explicit count of the seats already included.
What you can change
- the eyebrow, title, lede and note copy
- the perSeat price, the currency and the includedSeats count
- the minSeats and maxSeats bounds and the starting defaultSeats
A link for your AI agent: preview, code and instructions.
Preview
Use it with AI
- 1. Copy the link.
- 2. Write to your agent in your own words and drop the link into the sentence.
- 3. The agent opens the link and installs the component from the registry.
put this on the home page as the hero:
https://vibeui.ru/c/pricing-013?lang=en&theme=dark
Not sure where to paste it? Step-by-step guide
Show the full instructions
What the link says, spelled out. Use it when your agent cannot open links — paste this text instead.
Loading…
For developers
The install command lives in the “Component source” block below — a signed link that stays valid for 24 hours.
Technical notes
A client component ("use client"): without state the seat counter is pointless. One file, zero dependencies, the --vibeui-pricing-013-* palette, a light base. The number of seats is changed with a pair of buttons rather than a text field with arrows: the value cannot be spoiled by a paste from the clipboard, and an <output> with aria-live announces the recalculation out loud. The buttons are disabled at the range bounds rather than silently ignoring the click. The bill on the right shows the included seats, the additional ones and the total. The layout: a column up to 52rem, two columns from 52rem through a container query.
Tags
- pricing
- seats
- team
- client
Component source
The same file your agent installs. Here in case you would rather copy it by hand.
Loading…