Overview
How your application consumes what you deployed with MFE Orchestrator — Module Federation configuration, runtime variables and the serve API.
Client SDK
Resolve remote URLs at runtime with @mfe-orchestrator-hub/client, the framework-agnostic package the generated bundler configuration delegates to, plus its React, Vue and Angular adapters.
Vite
Wire an MFE Orchestrator deployment into a Vite host with @originjs/vite-plugin-federation, using the configuration the console generates.
Webpack
Wire an MFE Orchestrator deployment into a Webpack 5 host with ModuleFederationPlugin, using the configuration the console generates.
Runtime configuration
Read an environment's variables from the browser so a single build can be configured per stage, using the generated snippet or a direct call to the serve API.
Serve API
Reference for the public, unauthenticated serve API your applications call — endpoints, response shapes, error codes, and which deployment each one answers from.