What problem does it solve? Splitting a large frontend application into independently deployable units is complex: teams must coordinate routing, asset prefixes, local development proxies, and cross-app navigation. This Skill guides you through building, configuring, and deploying microfrontends on Vercel so multiple teams can ship independently while users see one cohesive app. ## Core Features & Use Cases - Routing Configuration: Author and validate microfrontends.json with path expressions, asset prefixes, and flag-controlled routing between a default app and child apps. - Local Development Proxy: Run only the microfrontend you are working on while the proxy routes other paths to production fallbacks, with support for Turborepo monorepos and polyrepos. - Group Management: Use the vercel microfrontends CLI to create, inspect, add to, and delete microfrontends groups, plus configure fallback environments and observability routing. - Use Case: A platform team splits a marketing site, docs portal, and dashboard into three Vercel projects. This Skill helps them wire up microfrontends.json, set asset prefixes, add PrefetchCrossZoneLinks for fast cross-zone navigation, and test routing with validateRouting. ## Quick Start Ask the assistant to help you set up a microfrontends group on Vercel and generate the microfrontends.json configuration for your default and child applications.