docs: wording and structural changes to cloud (#12820)

* docs: wording and structural changes to cloud

* Fix vale error

* Fix faq title

* Fix heading levels

* Small change to previews
This commit is contained in:
Shahed Nasser
2025-06-25 12:20:02 +03:00
committed by GitHub
parent 820a936b98
commit 91f6cfad5d
24 changed files with 713 additions and 663 deletions
+14 -56
View File
@@ -4,68 +4,26 @@ export const metadata = {
# Cloud Documentation
Welcome to the Cloud documentation. Learn about Cloud, its features, how to sign up, and how to use it.
Medusa allows teams to build and deploy reliable applications fast without worrying about infrastructure.
## What is Cloud?
Cloud is designed to bridge the gap between development and production, offering features like direct deployments from GitHub, instant preview environments, and more.
Cloud is Medusa's Platform-as-a-Service (PaaS) offering that facilitates deploying and operating your Medusa projects. You don't need to worry about configuring, scaling, and maintaining your application's infrastructure and resources.
In this guide, you'll learn about Cloud and its features.
By using Cloud, you only need to focus on building a commerce application that meets your business requirements. Cloud provides a seamless developer experience with features like direct deployments from GitHub, instant preview environments, and more.
## Sign Up for Cloud
Go to [medusajs.com/start](https://medusajs.com/start) and sign up to get started.
---
## Features
- **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 environments for your projects, such as staging and production, to test changes before deploying them to production.
- **Instant Preview Environments**: Every time you open a Pull Request (PR) in your GitHub repository, a new preview environment is created where you can review changes before merging them.
- **Fully Managed Resources**: Cloud manages your project's resources like PostgreSQL, Redis, S3, and more. You don't have to worry about configuring and maintaining them.
- **Zero Downtime Deployments and Scalability**: Cloud rolls out changes to production with zero downtime, never interrupting your users. Cloud also automatically scales your project to meet peak traffic demands.
- **Logging**: Monitor your project's runtime and build logs for all environments, so you can easily debug issues in your project.
- **Dedicated Support**: Based on your plan, you can receive dedicated support from the Medusa team to help you with any issues you may encounter.
---
## Sign Up for Cloud
To sign up for Cloud, get in touch with [our sales team](https://medusajs.com/contact/).
After chatting with our team and choosing a plan, you'll receive instructions on how to sign up for Cloud. You can then start deploying your Medusa projects.
---
## Frequently Asked Questions
### Do I need to learn about Medusa to use Cloud?
Since you deploy Medusa projects on Cloud, you need a developer who is familiar with Medusa to set up your project and add customizations for your business needs. Learn about Medusa in the [Getting Started](!docs!/learn) guide.
You can also contact a [Medusa Expert](https://medusajs.com/experts/) to help you with building your Medusa project and deploying it on Cloud.
### Does Cloud support hosting storefronts?
Cloud can only host Medusa servers and admin dashboards. To host your storefront, you can use hosting providers like Vercel.
Learn more in the [Connect Production Storefront](./connect-storefront/page.mdx) guide.
### What resources does Cloud provide?
Cloud fully-manages your [PostgreSQL databases](./database/page.mdx), [Redis instances](./redis/page.mdx), and [S3 buckets](./s3/page.mdx). You don't need to configure or maintain them.
### Do I own my code and data for my Medusa project on Cloud?
Yes, your code is hosted on your GitHub repository. You can also export a dump of your Cloud database at any time.
### Can I deploy multiple projects on Cloud?
Yes, if your plan supports multiple projects. Contact our [sales team](https://medusajs.com/contact/) to learn more about the available plans.
### Can I use my custom plugins and modules on Cloud?
Yes, you can use any custom and out-of-the-box plugins and modules in your Medusa project deployed on Cloud. You retain the same flexibility as you would with a self-hosted Medusa project.
You can deploy projects like marketplaces, B2B, subscription-based stores, and more on Cloud.
### Does Cloud create new Medusa projects for each deployment?
No, Cloud does not create new Medusa projects for your deployments. Instead, it deploys your existing Medusa project from your GitHub repository.
- **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
- **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, for example, Gift Cards and Draft Orders.
- **Dedicated Support**: Receive dedicated support from the Medusa team to help you with any issues you may encounter.