diff --git a/website/docs/en/guide/basic/static-deploy.mdx b/website/docs/en/guide/basic/static-deploy.mdx index b9e08d8b5e..bf47fbb7be 100644 --- a/website/docs/en/guide/basic/static-deploy.mdx +++ b/website/docs/en/guide/basic/static-deploy.mdx @@ -80,6 +80,18 @@ In this way, when referencing static assets in HTML, the specified prefix will b ``` +## Deploy with Zephyr Cloud + +[Zephyr Cloud](https://zephyr-cloud.io) is a zero-config deployment platform that integrates directly into your build process and provides global edge distribution for federated applications. + +### How to deploy + +Follow the steps in [zephyr-rsbuild-plugin](https://www.npmjs.com/package/zephyr-rsbuild-plugin). + +During the build process, your application will be automatically deployed and you'll receive a deployment URL. Zephyr Cloud handles asset optimization, global CDN distribution, module federation setup, and provides automatic rollback capabilities. + +Start for free today at [zephyr-cloud.io](https://zephyr-cloud.io). + ## GitHub pages [GitHub Pages](https://pages.github.com/) is a static site hosting service that takes HTML, CSS, and JavaScript files straight from a repository on GitHub.