Skip to content

Commit 77aa02b

Browse files
Blogpost
1 parent 1d6b39f commit 77aa02b

File tree

2 files changed

+65
-0
lines changed

2 files changed

+65
-0
lines changed
Lines changed: 7 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,7 @@
1+
import * as React from 'react';
2+
import TopLayoutBlog from 'docs/src/modules/components/TopLayoutBlog';
3+
import { docs } from './mui-x-mid-v6-features.md?muiMarkdown';
4+
5+
export default function Page() {
6+
return <TopLayoutBlog docs={docs} />;
7+
}
Lines changed: 58 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,58 @@
1+
---
2+
title: Upcoming changes to MUI X pricing in 2024
3+
description: Check out the new pricing updates and how to transition to the new model.
4+
date: 2024-08-01T08:00:00.000Z
5+
authors: ['josefreitas']
6+
tags: ['MUI X', 'Product']
7+
manualCard: true
8+
---
9+
10+
We're excited to share some important updates to our product offerings and pricing structure. This change reflects the expanded feature set and helps us continue delivering high-quality components to you and your users.
11+
12+
## Changes to the Pro plan
13+
14+
### Current Pricing
15+
16+
Under our current pricing model, if you licensed the Pro plan for 50 developers, you only paid for 10 seats. This concept was introduced when we offered only the Data Grid Pro with a much smaller feature set.
17+
18+
### New Pricing
19+
20+
With the launch of several new components, including [Date and Time Range Pickers](/x/react-date-pickers/date-time-range-picker/), as well as upcoming Pro versions of [Charts](/x/react-charts/) and [TreeView](/x/react-tree-view/), we're updating our pricing.
21+
22+
Moving forward, each developer requires a seat. So, for example, 50 developers will now need 50 seats.
23+
24+
We're happy to discuss volume discounts to accommodate larger teams.
25+
26+
### Grandfathering Current Customers
27+
28+
We value our loyal customers and want to ensure a smooth transition: current customers will be grandfathered into their existing plans.
29+
30+
This means you can continue using and renewing the legacy license for as long as you wish.
31+
However, the legacy license covers only Data Grid and Date Pickers.
32+
33+
:::info
34+
**Access to new components:** The Pro versions of Charts and Tree View, and other future Pro components, will be available exclusively through a license key under the new Pro plan model or a Premium key (Premium users will experience no change).
35+
::::
36+
37+
### Pricing for Small Teams
38+
39+
The price is essentially the same for customers with 10 developers or fewer, but you still need a new license key to use the Pro versions of Charts or Tree View. If that's the case, we recommend you contact our sales team and get a discount to renew your license earlier.
40+
41+
## Changes to the Premium plan
42+
43+
### Ending the early bird discount
44+
45+
After two years since the [introduction of our Premium plan](/blog/premium-plan-release/), we've added numerous features and are on the verge of releasing the Pivot mode for the Data Grid. We consider the product mature and battle tested enough and as a result, the early bird discount for the Premium plan finally reaches its end.
46+
47+
## Effective Date
48+
49+
The new pricing updates will take effect on September 1st, 2024. However, you can already purchase the new Pro plan today by visiting our [store](/).
50+
51+
### We value your feedback
52+
53+
Your feedback is invaluable to us.
54+
We invite you to share your thoughts and any questions you might have about these changes.
55+
Please feel free to contact our sales team at [[email protected]](mailto:[email protected]).
56+
We are here to listen and ensure that our updates meet your needs and expectations.
57+
58+
Thank you for your continued support and for being a part of the MUI community. We look forward to bringing you even more powerful tools and features to help you succeed.

0 commit comments

Comments
 (0)