Skip to content

Whisker Platform

One shell, one CLI, one component library — the toolchain for shipping Whisker Platform modules and services without coordinating through a single core team.
30+
Shared components
6
Platform packages
7
Architecture decisions
2
Integration paths

Module teams own a module-manifest.json file, ship their code on their own cadence, and the platform’s runtime + pipeline glue them into a coherent shell without any coordinated release with the host.

Federation module

Greenfield or rewrite. Built with Vite + Module Federation, imports useAuth, authService directly from the host, routes inside the host’s BrowserRouter.

Iframe consumer

You already have a working app. Keep your own stack, talk to the host over postMessage for auth tokens, own your own router.

Read the full comparison in Guide → Federation vs. iframe.