'use client'; 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 Link from 'next/link'; import { sendCustomEvent } from '@nx/nx-dev/feature-analytics'; export function PlansDisplay(): ReactElement { return (
Start with everything,
scale when you need
Level up your CI with Nx Cloud
Got questions? Talk to our team
{/*HOBBY*/}

Hobby

Free forever

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

$0

sendCustomEvent( 'start-hobby-plan-click', 'plans-table', 'pricing-plans' ) } className="w-full" > Start now
  • Included for free
{/*TEAM*/}

Team

Start free, pay as you grow. Billed on the first of each month.

$19 per Active Contributor¹{' '} (first 5 free)
+ usage overages

sendCustomEvent( 'start-team-plan-click', 'plans-table', 'pricing-plans' ) } className="w-full" > Free to start
  • Included for free
  • Add-ons

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

{/* ENTERPRISE */}

Enterprise

The ultimate Nx toolchain, tailored for speed. Flexible billing & payment options available.

Custom

sendCustomEvent( 'request-enterprise-trial', 'plans-table', 'pricing-plans' ) } className="w-full" > Request a trial
  • Includes

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

Looking for the Pro plan?{' '} Checkout our FAQ ↓

); }