Deploy with Zephyr Cloud
Zephyr Cloud is a zero-config deployment platform that integrates directly into your build process and provides global edge distribution for Module Federation applications.
How to deploy
- Install the Zephyr plugin for your bundler (supports Webpack, Rspack, Vite, etc...):
- Add the plugin to your webpack configuration:
webpack.config.js
- Build your project as usual:
During the build process, your Module Federation application will be automatically deployed to Zephyr's global edge network and you'll receive a deployment URL. Zephyr Cloud handles asset optimization, dependency resolution, and provides automatic rollback capabilities for your micro-frontend applications.