Skip to main content
Clever Ops

Single Plan Pricing

One-plan pricing stated with confidence, the price set as the hero figure, included features in two ruled columns, and quiet FAQ links. For products with one honest price and nothing to upsell.

Preview & code

Loading Single Plan Pricing preview

Installation

pnpm dlx shadcn@latest add @cleverui/pricing-single-focus

Requires the @cleverui registry in your components.json, a one-off, two-line setup.

Usage

tsx
import { PricingSingleFocus } from '@/components/blocks/pricing-single-focus'
Exampletsx
import { PricingSingleFocus } from '@/components/blocks/pricing-single-focus'

export default function PricingSingleFocusDemo() {
  return (
    <PricingSingleFocus
      eyebrow="Pricing"
      heading="One plan. Everything in it."
      blurb="Northbeam is a research notebook for product teams. One price covers every seat on your workspace, no per-seat tax, no feature gates."
      price="$79"
      period="/month"
      includedLabel="Everything included"
      features={[
        'Unlimited seats',
        'Shared research library',
        'Interview transcripts & AI notes',
        'Insight tagging & themes',
        'Figma & Linear sync',
        'Public research rooms',
        'Audit log & SSO',
        'Priority email support',
        'CSV & API export',
        'Custom retention policies',
      ]}
      cta={{ label: 'Start 14-day trial', href: '#' }}
      note="Cancel anytime. 30-day money back."
      faqs={[
        { label: 'What counts as a seat?', href: '#seats' },
        { label: 'How does SSO work?', href: '#sso' },
        { label: 'Can we self-host?', href: '#self-host' },
        { label: 'Billing FAQ', href: '#billing' },
      ]}
    />
  )
}

API reference

PricingSingleFocus accepts the following props.

PropTypeDefaultDescription
eyebrowstring'Pricing'
headingstring'One plan. Everything in it.'
blurbstring
price*stringpreformatted hero figure, e.g. '$79', the component does no math
periodstring'/month'
includedLabelstring'Everything included'
features*string[]
cta*{ label: string; href: string }
notestring'Cancel anytime. 30-day money back.'
faqs{ label: string; href: string }[]

…plus everything from React.HTMLAttributes<HTMLElement>: className, event handlers, aria attributes and the rest pass straight through.

Frequently asked questions

How do I install the Single Plan Pricing component?

Register the @cleverui registry in your components.json ("@cleverui": "https://cleverops.com.au/r/{name}.json"), then run `npx shadcn@latest add @cleverui/pricing-single-focus`. The shadcn CLI copies the source into your project, you own the code from that point. You can also copy the source directly from this page.

What dependencies does Single Plan Pricing require?

Single Plan Pricing uses motion and lucide-react on top of React and Tailwind CSS. You don't need to install them manually, the shadcn CLI resolves and installs npm dependencies automatically when you add the component.

Can I theme Single Plan Pricing to match my brand?

Yes. The component is styled entirely with Tailwind utilities over standard design tokens (primary, background, muted, border), so it inherits your existing shadcn/ui theme automatically. Change your CSS variables and the component follows, no source edits needed for palette, radius, or fonts.

Want this built for you?

CleverUI is built by the Clever Ops web team. If you'd rather ship a hand-coded, fast, custom website than assemble one, we build them for Australian businesses every week.

Explore web development services