Single Pricing Card

An opinionated single-plan pricing card for focused products with one clear offer.

Best value

Lifetime

$29

One payment. Every future update included.

  • Use in unlimited projects
  • Open source code
  • Future updates
Get lifetime access

Install

Add the source directly to your shadcn project.

pnpm dlx shadcn@latest add https://ui.starck.studio/r/single-pricing-card.json

Usage

<SinglePricingCard
  name="Lifetime"
  price="$29"
  description="One payment. Every future update included."
  features={["Use in unlimited projects","Open source code","Future updates"]}
  ctaLabel="Get lifetime access"
  ctaHref="#buy"
  badge="Best value"
  highlighted
/>