Zero-Config Scaffolding
Generate apps, hosts, packages, and design systems with a single command. Auto-detects ports and registers remotes.
Production-ready MFE architecture for Vite + React + Module Federation

# Install globally
npm install -g mfe-forge
# Create a project
mfe-forge init my-platform
cd my-platform
# Generate MFEs
mfe-forge generate host platform/host
mfe-forge generate app platform/auth
mfe-forge generate app platform/dashboard
# Start developing
bun install
bun dev| Package | Description |
|---|---|
@mfe-forge/core | Error boundaries, event bus, remote loaders |
@mfe-forge/router | Cross-MFE routing coordination |
@mfe-forge/store | Shared Zustand stores with sync |
@mfe-forge/design | Design tokens and theming |
@mfe-forge/testing | Testing utilities for MFEs |