Skip to content

Commit

Permalink
Merge pull request #2013 from strapi/cloud/dev-tier
Browse files Browse the repository at this point in the history
Strapi Cloud: Developer plan
  • Loading branch information
meganelacheny authored Feb 16, 2024
2 parents c54e33f + 5ca68c9 commit 6f66796
Show file tree
Hide file tree
Showing 7 changed files with 39 additions and 23 deletions.
8 changes: 6 additions & 2 deletions docusaurus/docs/cloud/account/account-billing.md
Original file line number Diff line number Diff line change
Expand Up @@ -49,7 +49,11 @@ Using the **Manage subscriptions** button, you can view and manage your subscrip

## Edit subscription

From the subscription management modal, you can view and modify any current subscription.
From the subscription management modal, you can view and modify any current subscription. This includes upgrading or downgrading to another plan.

:::caution
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.
:::

<ThemedImage
alt="Subscription edition modal"
Expand All @@ -62,7 +66,7 @@ From the subscription management modal, you can view and modify any current subs
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.
2. Click on the **Edit Subscription** link.
3. If you only want to add addons (e.g. additional seats), click on the **Add Addons** button.
4. If you want to change plan (e.g. from Pro plan to Team plan), click on **Change** and select a new plan.
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.
5. Confirm your modifications by clicking on the **Update Subscription** button at the bottom of the modal.

## Cancel subscription
Expand Down
2 changes: 1 addition & 1 deletion docusaurus/docs/cloud/getting-started/deployment.md
Original file line number Diff line number Diff line change
Expand Up @@ -55,7 +55,7 @@ Before you can deploy your Strapi application on Strapi Cloud, you need to have
}}
/>

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.
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.

:::note
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.
Expand Down
35 changes: 20 additions & 15 deletions docusaurus/docs/cloud/getting-started/usage-billing.md
Original file line number Diff line number Diff line change
Expand Up @@ -8,25 +8,29 @@ sidebar_position: 3

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

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:

| Feature | Free Trial | Pro | Team |
| --- | --- | --- | --- |
| **Seats** | 10 | 10 | 20 |
| **Database Entries** | 100,000 | 100,000 | 1,000,000 |
| **Assets Storage** | 5GB | 150GB | 500GB |
| **Assets Bandwidth** | 100GB | 500GB per month | 1,000GB per month |
| **API Requests** | 10,000 | 1,000,000 | 2,000,000 |
| **Audit Logs** | 7 days retention | N/A | 7 days retention |
| **Releases** | 3 pending releases | N/A | 3 pending releases |
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:

| Feature | Free Trial | Developer | Pro | Team |
| --- | --- | --- | --- | --- |
| **Seats** | 10 | 1 | 5 | 10 |
| **Database Entries** | 1,000 | 1,000 | 100,000 | 1,000,000 |
| **Assets Storage** | 5GB | 15GB | 150GB | 500GB |
| **Assets Bandwidth** | 50GB | 50GB per month | 500GB per month | 1,000GB per month |
| **API Requests** | 10,000 | 100,000 | 1,000,000 | 2,000,000 |
| | | | | |
| **Audit Logs** | 7 days retention | N/A | N/A | 7 days retention |
| **Releases** | 3 pending releases | N/A | N/A | 3 pending releases |
| **Review Workflows** | up to 2 | N/A | N/A | up to 2 |

:::strapi Additional information on Strapi Cloud features
- Seats are the maximum number of users that can access the Strapi admin panel.
- Database entries are the number of entries in your database.
- Assets storage is the amount of storage used by your assets.
- Assets bandwidth is the amount of bandwidth used by your assets.
- API requests are the number of requests made to your APIs. This includes requests made to the GraphQL and REST APIs.
- Releases are the maximum number of pending [releases](/user-docs/releases/introduction) that can be created.
- 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).
- 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).
- 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).
:::

## Seats management
Expand All @@ -40,7 +44,8 @@ There is however a maximum number of seats that can be added per plan:
| Plan | Maximum Seats |
| --- | --- |
| **Free Trial** | 10 |
| **Pro** | 30 |
| **Developer** | 3 |
| **Pro** | 20 |
| **Team** | 50 |


Expand All @@ -59,8 +64,8 @@ Overages are charged according to the following rates:
| Feature | Rate |
| --- | --- |
| **API Requests** | $1.50 / 25k requests |
| **Asset Bandwidth** | $25.00 / 100GB |
| **Asset Storage** | $2.00/GB per month |
| **Asset Bandwidth** | $30.00 / 100GB |
| **Asset Storage** | $0.60/GB per month |

### Project suspension

Expand Down
4 changes: 2 additions & 2 deletions docusaurus/docs/cloud/projects/settings.md
Original file line number Diff line number Diff line change
Expand Up @@ -105,7 +105,7 @@ Default domain names are made of 2 randomly generated words followed by a hash.
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.

:::note
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.
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.

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.
:::
Expand Down Expand Up @@ -166,5 +166,5 @@ In the Usage section of the *Billing* tab, you can see the current monthly usage

### Managing project's subscription

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.
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.

13 changes: 10 additions & 3 deletions docusaurus/sidebars.js
Original file line number Diff line number Diff line change
Expand Up @@ -697,7 +697,7 @@ const sidebars = {
type: "doc",
id: "cloud/getting-started/usage-billing",
customProps: {
updated: false,
updated: true,
},
},
"cloud/getting-started/caching",
Expand All @@ -719,7 +719,7 @@ const sidebars = {
label: "Project settings",
id: "cloud/projects/settings",
customProps: {
new: false,
updated: true,
},
},
'cloud/projects/collaboration',
Expand All @@ -741,7 +741,14 @@ const sidebars = {
label: "Account management",
items: [
'cloud/account/account-settings',
'cloud/account/account-billing',
{
type: "doc",
id: "cloud/account/account-billing",
label: "Account billing details",
customProps: {
updated: true,
},
},
]
},
{
Expand Down
Binary file modified docusaurus/static/img/assets/cloud/project-creation-1.png
Loading
Sorry, something went wrong. Reload?
Sorry, we cannot display this file.
Sorry, this file is invalid so it cannot be displayed.
Binary file modified docusaurus/static/img/assets/cloud/project-creation-1_DARK.png
Loading
Sorry, something went wrong. Reload?
Sorry, we cannot display this file.
Sorry, this file is invalid so it cannot be displayed.

0 comments on commit 6f66796

Please sign in to comment.