Common questions about Zephyr Cloud and how to get the most out of the platform.
Zephyr integrates with bundlers like Webpack, Rspack, and Vite as a side-effect of your build process to handle deployment automatically. Instead of configuring complex deployment pipelines, Zephyr deploys your application to the edge network as part of your standard build.
Key benefits:
Learn more in our Quick Start guide or Architecture documentation.
No! Zephyr works with any application architecture:
You can see an example of deploying a standalone application with React, Rspack and Nx.
No. Zephyr plugins only act during two specific phases:
The actual build process runs normally without any interference. While Zephyr does enhance Module Federation configurations and handle environment variables for remote resolution, these modifications happen transparently and don't impact build performance.
See more about how we manage the deployment process in our Architecture guide.
Yes! Zephyr supports Bring Your Own Cloud (BYOC) deployments. Currently supported providers:
We're continuously adding more providers. See our Cloud Providers guide for setup instructions.
If you don't see your cloud provider or have specific requirements, join our Discord community to let us know!
Start with the Managing Cloud Providers guide to choose and configure your provider. Each provider has specific setup instructions:
Need help? Jump into our Discord Server and we'll assist you!
Micro-Frontends can be challenging to deploy and configure properly. Zephyr simplifies this by:
Zephyr analyzes your Module Federation configuration, resolves your remote applications dynamically, and ensures everything works correctly in the browser.
See our complete Micro-Frontends guide for best practices and deployment checklists.
When you authenticate with Zephyr, we store your authorization information locally in the ~/.zephyr directory in your home folder. This contains JWT claims for each project you've deployed through Zephyr.
To clear your local profile:
macOS/Linux:
Windows (PowerShell):
Windows (Command Prompt):
This removes all cached authentication tokens. You'll need to log in again the next time you build.
Module Federation 1.0:
Module Federation 2.0:
Module Federation 2.0 provides extensive capabilities that support large-scale enterprise applications. Learn more in the Official Module Federation Guide or our Module Federation tutorial.