Skip to content

Commit 6f66796

Browse files
Merge pull request #2013 from strapi/cloud/dev-tier
Strapi Cloud: Developer plan
2 parents c54e33f + 5ca68c9 commit 6f66796

File tree

7 files changed

+39
-23
lines changed

7 files changed

+39
-23
lines changed

docusaurus/docs/cloud/account/account-billing.md

Lines changed: 6 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -49,7 +49,11 @@ Using the **Manage subscriptions** button, you can view and manage your subscrip
4949

5050
## Edit subscription
5151

52-
From the subscription management modal, you can view and modify any current subscription.
52+
From the subscription management modal, you can view and modify any current subscription. This includes upgrading or downgrading to another plan.
53+
54+
:::caution
55+
If you choose to downgrade to another plan but your current usage exceeds the limits of that plan, you are taking the risk of getting charged for the overages. Not also that you may lose access to some features: for example, downgrading to the Developer plan which doesn't include the Backups feature, would make you lose all your project's backups. Please refer to [Usage & Billing](/cloud/getting-started/usage-billing) for more information.
56+
:::
5357

5458
<ThemedImage
5559
alt="Subscription edition modal"
@@ -62,7 +66,7 @@ From the subscription management modal, you can view and modify any current subs
6266
1. Click on an active subscription tile (e.g. "Strapi Cloud Pro $99.00" located above the subscriptions management links such as *Account Information*, *Billing & Shipping Addresses*). You will be redirected to your subscription details.
6367
2. Click on the **Edit Subscription** link.
6468
3. If you only want to add addons (e.g. additional seats), click on the **Add Addons** button.
65-
4. If you want to change plan (e.g. from Pro plan to Team plan), click on **Change** and select a new plan.
69+
4. If you want to change plan, whether it is a plan upgrade or a downgrade (e.g. from Pro plan to Team plan, or from Pro plan to Developer plan), click on **Change** and select a new plan.
6670
5. Confirm your modifications by clicking on the **Update Subscription** button at the bottom of the modal.
6771

6872
## Cancel subscription

docusaurus/docs/cloud/getting-started/deployment.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -55,7 +55,7 @@ Before you can deploy your Strapi application on Strapi Cloud, you need to have
5555
}}
5656
/>
5757

58-
3. Choose a plan for your Strapi Cloud project: either Pro, Team, or the 14-days free trial. Feel free to refer to [Pricing](https://strapi.io/pricing-cloud) for more information.
58+
3. Choose a plan for your Strapi Cloud project: either Developer, Pro, Team, or the 14-days free trial. Feel free to refer to [Pricing](https://strapi.io/pricing-cloud) for more information.
5959

6060
:::note
6161
Strapi Cloud offers a free trial for only one project and you will not need to share your credit card details to create your first project. Once the free trial has already been used for a previous project, the option will no longer appear in the plan selection.

docusaurus/docs/cloud/getting-started/usage-billing.md

Lines changed: 20 additions & 15 deletions
Original file line numberDiff line numberDiff line change
@@ -8,25 +8,29 @@ sidebar_position: 3
88

99
This page contains general information related to the usage and billing of your Strapi Cloud account and projects.
1010

11-
Strapi Cloud offers a free 14 days trial for all new accounts, and 2 paid plans: Pro and Team (see [Pricing page](https://strapi.io/pricing-cloud)). The usage-based pricing for Strapi Cloud is based on the following criteria and limits:
12-
13-
| Feature | Free Trial | Pro | Team |
14-
| --- | --- | --- | --- |
15-
| **Seats** | 10 | 10 | 20 |
16-
| **Database Entries** | 100,000 | 100,000 | 1,000,000 |
17-
| **Assets Storage** | 5GB | 150GB | 500GB |
18-
| **Assets Bandwidth** | 100GB | 500GB per month | 1,000GB per month |
19-
| **API Requests** | 10,000 | 1,000,000 | 2,000,000 |
20-
| **Audit Logs** | 7 days retention | N/A | 7 days retention |
21-
| **Releases** | 3 pending releases | N/A | 3 pending releases |
11+
Strapi Cloud offers a free 14 days trial for all new accounts, and 3 paid plans: Developer, Pro and Team (see [Pricing page](https://strapi.io/pricing-cloud)). The usage-based pricing for Strapi Cloud is based on the following criteria and limits:
12+
13+
| Feature | Free Trial | Developer | Pro | Team |
14+
| --- | --- | --- | --- | --- |
15+
| **Seats** | 10 | 1 | 5 | 10 |
16+
| **Database Entries** | 1,000 | 1,000 | 100,000 | 1,000,000 |
17+
| **Assets Storage** | 5GB | 15GB | 150GB | 500GB |
18+
| **Assets Bandwidth** | 50GB | 50GB per month | 500GB per month | 1,000GB per month |
19+
| **API Requests** | 10,000 | 100,000 | 1,000,000 | 2,000,000 |
20+
| | | | | |
21+
| **Audit Logs** | 7 days retention | N/A | N/A | 7 days retention |
22+
| **Releases** | 3 pending releases | N/A | N/A | 3 pending releases |
23+
| **Review Workflows** | up to 2 | N/A | N/A | up to 2 |
2224

2325
:::strapi Additional information on Strapi Cloud features
2426
- Seats are the maximum number of users that can access the Strapi admin panel.
2527
- Database entries are the number of entries in your database.
2628
- Assets storage is the amount of storage used by your assets.
2729
- Assets bandwidth is the amount of bandwidth used by your assets.
2830
- API requests are the number of requests made to your APIs. This includes requests made to the GraphQL and REST APIs.
29-
- Releases are the maximum number of pending [releases](/user-docs/releases/introduction) that can be created.
31+
- Audit Logs refers to the maximum number of days for which the feature retains the activities that happened (see [Audit Logs in User Guide](/user-docs/settings/audit-logs) for more information).
32+
- Releases refers to the maximum number of pending releases that can be created (see [Releases in User Guide](/user-docs/releases/introduction) for more information).
33+
- Review Workflows refers to the maximum number of workflows that can be created and used (see [Review Workflows in User Guide](/user-docs/settings/review-workflows) for more information).
3034
:::
3135

3236
## Seats management
@@ -40,7 +44,8 @@ There is however a maximum number of seats that can be added per plan:
4044
| Plan | Maximum Seats |
4145
| --- | --- |
4246
| **Free Trial** | 10 |
43-
| **Pro** | 30 |
47+
| **Developer** | 3 |
48+
| **Pro** | 20 |
4449
| **Team** | 50 |
4550

4651

@@ -59,8 +64,8 @@ Overages are charged according to the following rates:
5964
| Feature | Rate |
6065
| --- | --- |
6166
| **API Requests** | $1.50 / 25k requests |
62-
| **Asset Bandwidth** | $25.00 / 100GB |
63-
| **Asset Storage** | $2.00/GB per month |
67+
| **Asset Bandwidth** | $30.00 / 100GB |
68+
| **Asset Storage** | $0.60/GB per month |
6469

6570
### Project suspension
6671

docusaurus/docs/cloud/projects/settings.md

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -105,7 +105,7 @@ Default domain names are made of 2 randomly generated words followed by a hash.
105105
The *Backups* tab informs you of the status and date of the latest backup of your Strapi Cloud projects. The databases associated with all existing Strapi Cloud projects are indeed automatically backed up weekly and those backups are retained for a one-month period.
106106

107107
:::note
108-
The backup feature is not available for Strapi Cloud projects using the free trial. You will need to upgrade to either the Pro or Team plan to have your project automatically backed up.
108+
The backup feature is not available for Strapi Cloud projects using the free trial or the Developer plan. You will need to upgrade to either the Pro or Team plan to have your project automatically backed up.
109109

110110
Note also that only project owners can restore a backup. Maintainers have access to the *Backups* tab but the **Restore backup** button won't be displayed for them. Refer to [Collaboration](/cloud/projects/collaboration) for more information.
111111
:::
@@ -166,5 +166,5 @@ In the Usage section of the *Billing* tab, you can see the current monthly usage
166166

167167
### Managing project's subscription
168168

169-
Using the **Manage subscriptions** button, you can view and manage your project's subscription. Please refer to [Account management > Account billing details](/cloud/account/account-billing) for the full documentation of the subscription management modal.
169+
Using the **Manage subscriptions** button, you can view your current project's subscription, manage it and upgrade or downgrade to another plan. Please refer to [Account management > Account billing details](/cloud/account/account-billing) for the full documentation of the subscription management modal.
170170

docusaurus/sidebars.js

Lines changed: 10 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -697,7 +697,7 @@ const sidebars = {
697697
type: "doc",
698698
id: "cloud/getting-started/usage-billing",
699699
customProps: {
700-
updated: false,
700+
updated: true,
701701
},
702702
},
703703
"cloud/getting-started/caching",
@@ -719,7 +719,7 @@ const sidebars = {
719719
label: "Project settings",
720720
id: "cloud/projects/settings",
721721
customProps: {
722-
new: false,
722+
updated: true,
723723
},
724724
},
725725
'cloud/projects/collaboration',
@@ -741,7 +741,14 @@ const sidebars = {
741741
label: "Account management",
742742
items: [
743743
'cloud/account/account-settings',
744-
'cloud/account/account-billing',
744+
{
745+
type: "doc",
746+
id: "cloud/account/account-billing",
747+
label: "Account billing details",
748+
customProps: {
749+
updated: true,
750+
},
751+
},
745752
]
746753
},
747754
{
207 KB
Loading
136 KB
Loading

0 commit comments

Comments
 (0)