import { ReactElement } from 'react'; import { PlusIcon } from '@heroicons/react/24/outline'; import { CheckCircleIcon } from '@heroicons/react/24/solid'; import { ButtonLink, SectionHeading } from '@nx/nx-dev/ui-common'; import { TrialCallout } from './trial-callout'; import Link from 'next/link'; export function PlansDisplay(): ReactElement { return (
Start with everything,
scale when you need
Level up your CI with Nx Cloud
{/*HOBBY*/}

Hobby

Free forever

Perfect for small teams or proofs of concept to evaluate the product. No credit card required.

$0

Get started
  • Included for free
{/*TEAM*/}

Team

Scales with your team's needs. Billed on the first of each month.

$19 per Active Contributor¹
+ usage overages

Get started
  • Included for free
  • Add-ons

¹Any person or actor that has triggered a CI Pipeline Execution within the current billing cycle. Up to 70 active contributors.

{/* ENTERPRISE */}

Enterprise

The ultimate Nx toolchain, tailored to your needs of speed. Flexible billing & payment options available.

Custom

Learn more
  • Includes

Credits are the Nx Cloud currency allowing for usage based pricing. Prices do not include applicable taxes.

); }