From 191fe6f451769993b6d9995e9939e9f661f5bed2 Mon Sep 17 00:00:00 2001 From: Shahed Nasser Date: Thu, 11 Sep 2025 14:49:43 +0300 Subject: [PATCH] docs: improvements to Cloud homepage (#13479) --- www/apps/cloud/app/page.mdx | 17 ++++++++++++++--- www/apps/cloud/generated/edit-dates.mjs | 2 +- 2 files changed, 15 insertions(+), 4 deletions(-) diff --git a/www/apps/cloud/app/page.mdx b/www/apps/cloud/app/page.mdx index 98c4311d56..a5a9b8e424 100644 --- a/www/apps/cloud/app/page.mdx +++ b/www/apps/cloud/app/page.mdx @@ -4,7 +4,7 @@ export const metadata = { # Cloud Documentation -Medusa allows teams to build and deploy reliable applications fast without worrying about infrastructure. +Medusa allows teams to build and deploy reliable applications quickly without worrying about infrastructure. Cloud is designed to bridge the gap between development and production, offering features like direct deployments from GitHub, instant preview environments, and more. @@ -16,14 +16,25 @@ Go to [medusajs.com/pricing](https://medusajs.com/pricing/) to learn more about --- -## Features +## Cloud Features +- **Zero Configuration**: Get started with Cloud in minutes without worrying about server configurations, resources management, or scaling. - **Direct deployments from GitHub**: Deploy your Medusa projects directly from your GitHub repository, and trigger deployments automatically on every push to the main branch. - **Multiple Environments**: Create multiple long-lived environments for your projects, such as production and staging, to test changes before going live. - **Instant Preview Environments**: Isolated preview environments are created on every pull request in your repository. -- **Managed Resources**: Medusa manages your project's resources, including a Postgres database, a Redis server, and an S3 bucket +- **Managed Resources**: Medusa manages your project's resources, including a Postgres database, a Redis server, and an S3 bucket. - **Zero Downtime Deployments**: Medusa rolls out changes to production with zero downtime, never interrupting your users. - **Autoscaling**: Environments scale to meet traffic demands. - **Logging**: Monitor your project's runtime and build logs, so you can easily debug issues in your project. - **Early Access**: Access new features before they are open-sourced, such as Gift Cards. - **Dedicated Support**: Receive dedicated support from the Medusa team to help you with any issues you may encounter. + +--- + +## Why use Cloud? + +By deploying on Cloud, you can focus on building your application without worrying about infrastructure management. + +Since Cloud is built and maintained by the Medusa team for Medusa projects, you get a head start on optimizations and best practices for running Medusa applications in production. + +You don't need to handle the complexities of deployment, scaling, resource management, and server configurations with Cloud. Medusa handles it for you, allowing you to deliver a seamless experience to your users. diff --git a/www/apps/cloud/generated/edit-dates.mjs b/www/apps/cloud/generated/edit-dates.mjs index 6940d9c9b4..d69f8f03c4 100644 --- a/www/apps/cloud/generated/edit-dates.mjs +++ b/www/apps/cloud/generated/edit-dates.mjs @@ -1,5 +1,5 @@ export const generatedEditDates = { - "app/page.mdx": "2025-08-26T10:31:10.511Z", + "app/page.mdx": "2025-09-11T11:20:20.775Z", "app/organization/page.mdx": "2025-06-12T14:43:20.772Z", "app/projects/page.mdx": "2025-09-09T06:45:36.785Z", "app/environments/page.mdx": "2025-06-25T08:00:05.550Z",