Sections

Pricing Comparison Matrix

Interactive pricing matrix with monthly/annual billing toggle, highlighted plan, and full feature checklist.

pricingmatrixcomparisontogglesaas
Live Preview
Flexible Plans

Transparent Pricing for High-Growth Teams

Choose the right plan to scale your digital products. No hidden fees, cancel anytime.

Monthly Annual Save 20%
Starter

For indie developers and personal experiments.

$ 19 /mo
Get Started
  • Up to 3 Astro Projects
  • All 200+ UI Components
  • Community Discord Support
  • Private Component Registry
  • Dedicated Priority Support
Enterprise

For organizations requiring custom SLAs and bespoke design systems.

$ 149 /mo
Contact Sales
  • Everything in Pro Plan
  • Custom Component Engineering
  • 99.99% Guaranteed SLA
  • Dedicated Security Audit Support
  • Dedicated Account Manager

Usage

Copy and paste this code into your Astro page:

astro
---
import { PricingComparisonMatrix } from 'astro-component-kit';
---

<PricingComparisonMatrix />
--- import { PricingComparisonMatrix } from 'astro-component-kit'; --- <PricingComparisonMatrix />

Manual Installation

If you are not using the npm package, create a new file src/components/sections/PricingComparisonMatrix.astro and paste the following code:

astro
---
import { PricingComparisonMatrix } from 'astro-component-kit';
---

<PricingComparisonMatrix 
  badge="Flexible Plans"
  title="Transparent Pricing for High-Growth Teams"
/>
--- import { PricingComparisonMatrix } from 'astro-component-kit'; --- <PricingComparisonMatrix badge="Flexible Plans" title="Transparent Pricing for High-Growth Teams" />