Skip to content
Open
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
44 changes: 33 additions & 11 deletions website/src/pages/pricing.mdx
Original file line number Diff line number Diff line change
Expand Up @@ -403,7 +403,7 @@ offer ends; saving you a minimum of $1300 over the regular price of $100 /month.
</tr>

<tr>
<th>Sponsor's discount</th>
<th>Sponsors discount</th>
<td>
<Icon icon="fa-solid fa-circle-xmark" size="lg" />
</td>
Expand Down Expand Up @@ -507,7 +507,10 @@ offer ends; saving you a minimum of $1300 over the regular price of $100 /month.
<td>
<span className={styles.small}>From</span>{" "}
<strong>
$1,500<small>/mo USD</small>
<span className={clsx(styles.small, pricingStyles.showFull)}>
<s>$1,500/mo</s>
</span>{" "}
$899<small>/mo USD</small>
</strong>
<br />
<span className={clsx(styles.note, pricingStyles.showFull)}>
Expand Down Expand Up @@ -564,7 +567,7 @@ offer ends; saving you a minimum of $1300 over the regular price of $100 /month.

### Graphile Worker is OSS under the MIT license

Graphile Worker is sufficient for many peoples needs; it's the only version that
Graphile Worker is sufficient for many peoples needs; its the only version that
existed for the first 5 years of the project and many people are running it with
great success in production. No features in Graphile Worker have been removed or
obscured, and it continues to be developed and maintained, supported by
Expand All @@ -577,7 +580,7 @@ contributions from the community,
The Worker Pro preset enhances Graphile Worker with additional features and is
located in a sponsors only GitHub repository.

Worker Pro is not open source, but is "source available". The source code
Worker Pro is not open source, but is source available. The source code
license forbids publishing and redistribution, but is otherwise very flexible,
allowing you to make your own modifications for internal usage should you need
to.
Expand All @@ -592,6 +595,25 @@ code hosted on GitHub. Worker Pro can be installed using an authenticated
`authToken`, see the [Worker Pro documentation](/docs/pro#getting-access) for
the full details.

### Repository access policy

To keep pricing fair and sustainable, access to the Graphile Sponsors repository
is intended for:

- A limited number of individual users within your organization (e.g. evaluators
or team leads)
- Any necessary service or automation accounts

As a guideline, access should be limited to those who actively need it and users
should be reasonably attributable to the sponsoring organization. Requests to
add users should be sent with their GitHub usernames and, where the user is not
publicly linked to the sponsoring profile, a brief explanation of their role or
relationship to the sponsor.

We reserve the right to review and limit access where usage falls outside the
spirit of this model. If you require broader access across a team or
organization, please contact us to discuss options.

### Does Worker Pro come with direct support?

Access to Worker Pro grants access to its repository, where users can file
Expand All @@ -600,25 +622,25 @@ through our [Discord Server](https://discord.gg/graphile) where anyone can ask
and answer questions about Worker and the Graphile suite of tools. Sponsors
receive priority support from our maintainers within our Discord Server.

Sponsors on the "Private Advisor" tier or above can enter a complimentary
Sponsors on the Private Advisor tier or above can enter a complimentary
Development Support contract and receive support through their company
Slack/GitHub organization. Prices start at $1,500 a month, with no minimum term.
Slack/GitHub organization. Prices start at $899 a month, with no minimum term.
More information can be found at the
[Development Support page](https://graphile.org/support/) or you can
[get in touch via email](mailto:team@graphile.org?subject=Enterprise%20enquiry).

### I'm an enterprise user and need X, Y and Z
### Im an enterprise user and need X, Y and Z

Please [get in touch](mailto:team@graphile.org?subject=Enterprise%20enquiry) and
we'll be happy to help!
well be happy to help!

### What is the Worker Pro license?

The license forbids publishing and redistribution but otherwise allows you to
make your own modifcations for internal usage:
make your own modifications for internal usage:

```
Copyright © 2024 Benjie Gillam
Copyright © 2026 Benjie Gillam

Use and modification of this software and associated documentation files (the
“Software”) is permitted, subject to the following conditions:
Expand All @@ -636,5 +658,5 @@ CONNECTION WITH THE SOFTWARE OR THE USE OR OTHER DEALINGS IN THE SOFTWARE.
```

<small>
<em>Last reviewed: 20th September 2024</em>
<em>Last reviewed: 21st April 2026</em>
</small>
Loading