From 993db68c9ef70419922141c1327ecd9946f7a98d Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?N=C3=A9stor?= Date: Fri, 5 Sep 2025 15:25:27 +0200 Subject: [PATCH] feat: add zephyr to readme --- .github/static/zephyr.svg | 13 +++++++++++++ README.md | 15 +++++++++++++++ 2 files changed, 28 insertions(+) create mode 100644 .github/static/zephyr.svg diff --git a/.github/static/zephyr.svg b/.github/static/zephyr.svg new file mode 100644 index 0000000000..5e49db6a87 --- /dev/null +++ b/.github/static/zephyr.svg @@ -0,0 +1,13 @@ + + + + + + + + + \ No newline at end of file diff --git a/README.md b/README.md index 5ff06f02dd..5e033d2df0 100644 --- a/README.md +++ b/README.md @@ -7,6 +7,8 @@ This repository is to showcase examples of how Webpack 5's new Module Federation - Module federation enhances collections: [Universe](https://github.com/module-federation/universe) - Module Federation Docs: [Module Federation Docs](https://module-federation.io/) + + ## List of Examples Click here to see the detailed list of examples in this repo [Full Examples List](./output.md) @@ -24,6 +26,19 @@ Click here to see the detailed list of examples in this repo [Full Examples List | 15 Min 1:1 consultation | \$30 | | Bespoke API modifications and hands on code | $300-$500/hr | +## Deploy with Zephyr Cloud + +Zephyr Cloud Logo + +[Zephyr Cloud](https://zephyr-cloud.io) is a cloud deployment provider that integrates directly into your build with zero config. + +- Automatically deploys your federated applications during the build process - simply save your code and get a URL in seconds. +- Works with Webpack, Vite, Rspack, and more. +- Deploy using BYOC to any cloud provider. +- Manages complex multi-artifact deployments across different release cadences, handles micro frontend dependency management automatically, and provides version rollback and roll-forward capabilities. + +Start for free today at [zephyr-cloud.io](https://zephyr-cloud.io). + ## Notes The examples in this repository leverage [pnpm](https://pnpm.io/) and workspaces. To run from a git checkout locally, remove all of the proprietary example directories, ensure you have pnpm installed and run install `pnpm i` at the repo root.