Solo
$9/ month
For one person shipping focused products.
- All components
- Commercial use
- Updates
A responsive multi-plan block built from the same reusable single-plan card.
Solo
For one person shipping focused products.
Studio
For small teams building across products.
Add the source directly to your shadcn project.
pnpm dlx shadcn@latest add https://ui.starck.studio/r/pricing-block.json<PricingBlock plans={[
{
"name": "Solo",
"price": "$9",
"interval": "month",
"description": "For one person shipping focused products.",
"features": [
"All components",
"Commercial use",
"Updates"
],
"ctaLabel": "Choose Solo",
"ctaHref": "#solo"
},
{
"name": "Studio",
"price": "$24",
"interval": "month",
"description": "For small teams building across products.",
"features": [
"Everything in Solo",
"Five seats",
"Priority support"
],
"ctaLabel": "Choose Studio",
"ctaHref": "#studio",
"badge": "Popular",
"highlighted": true
}
]} />