Skip to content

Commit

Permalink
docs(core): powerpack pricing clarification (#28473)
Browse files Browse the repository at this point in the history
Clarify the powerpack pricing for small teams and OSS repos
  • Loading branch information
isaacplmann authored Oct 16, 2024
1 parent 4947159 commit 7efa5fc
Show file tree
Hide file tree
Showing 2 changed files with 4 additions and 3 deletions.
2 changes: 1 addition & 1 deletion docs/shared/recipes/installation/activate-powerpack.md
Original file line number Diff line number Diff line change
Expand Up @@ -10,7 +10,7 @@ Activating Powerpack is a two step process.

## 1. Purchase a License

You'll need to [purchase a license](https://cloud.nx.app/powerpack/purchase) online. The license is a seat-based license. If you have an open-source repository, reach out to [[email protected]](mailto:[email protected]) for a free license.
You'll need to [purchase a license](https://cloud.nx.app/powerpack/purchase) online. The license is a seat-based license. If you are a small team, the purchase form has an option to apply for a free license. If you have an open-source repository, you can [register for a free OSS license](https://forms.gle/mWjQo6Vrv5Kt6WYh9) as well.

{% call-to-action title="Buy a Powerpack License" icon="nx" description="Unlock all the features of Nx" url="https://cloud.nx.app/powerpack/purchase" /%}

Expand Down
5 changes: 3 additions & 2 deletions nx-dev/ui-powerpack/src/lib/hero.tsx
Original file line number Diff line number Diff line change
Expand Up @@ -62,13 +62,14 @@ export function Hero(): ReactElement {
</a>
</div>
<p className="mt-6 text-sm italic">
Want to use Powerpack for OSS?{' '}
Want to use Powerpack for OSS?
<br />
<Link
href="/powerpack/special-offer"
prefetch={false}
className="font-semibold underline"
>
Apply here.
Apply for a free OSS license.
</Link>
</p>
</div>
Expand Down

0 comments on commit 7efa5fc

Please sign in to comment.