Now liveThe Skillselion MCP - thousands of ranked skills, loaded into your agent mid-task. No install.Get it →
vercel-labs avatar

Microfrontends

  • 906 installs
  • 241 repo stars
  • Updated August 5, 2026
  • vercel-labs/vercel-plugin

microfrontends is a Vercel plugin skill for microfrontend multi-zone deployments.

About

The microfrontends skill guides building, configuring, and deploying microfrontends on Vercel including multi-zone routing, independent team deployments, and cross-app navigation patterns. It helps architects split monolith frontends into deployable zones while preserving cohesive user experiences. Agents configure rewrites, shared design tokens, and deployment boundaries per official Vercel microfrontend guidance. The skill triggers when users mention microfrontends, multi-zones, or splitting apps across teams on Vercel. Vercel microfrontends and multi-zone deployment patterns. Independent team deployments with unified UX routing. Cross-app navigation and rewrite configuration. Split monolith frontends into deployable zones. Official Vercel microfrontend architecture guidance. Build and deploy Vercel microfrontends with multi-zones and independent team deployments.

  • Vercel microfrontends and multi-zone deployment patterns.
  • Independent team deployments with unified UX routing.
  • Cross-app navigation and rewrite configuration.
  • Split monolith frontends into deployable zones.
  • Official Vercel microfrontend architecture guidance.

Microfrontends by the numbers

  • 906 all-time installs (skills.sh)
  • Ranked #420 of 2,245 Frontend Development skills by installs in the Skillselion catalog
  • Data as of Aug 5, 2026 (Skillselion catalog sync)
From the docs

What microfrontends says it does

Guide for building, configuring, and deploying microfrontends on Vercel.
SKILL.md
npx skills add https://github.com/vercel-labs/vercel-plugin --skill microfrontends

Add your badge

Show developers this skill is listed on Skillselion. Paste this into your README.

Listed on Skillselion
Installs906
repo stars241
Last updatedAugust 5, 2026
Repositoryvercel-labs/vercel-plugin

How do I split this app into Vercel microfrontends with multi-zones?

Build and deploy Vercel microfrontends with multi-zones and independent team deployments.

Who is it for?

Teams splitting large Vercel frontends across independent squads.

Skip if: Skip for single-zone monoliths without multi-team deploy needs.

When should I use this skill?

User mentions microfrontends, multi-zones, or Vercel split deployments.

What you get

Configured microfrontend zones with routing, rewrites, and independent deploys.

Files

SKILL.mdMarkdownGitHub ↗

Vercel Microfrontends

Split a large application into independently deployable units that render as one cohesive app. Vercel handles routing on its global network using microfrontends.json.

Core concepts: default app (has microfrontends.json, serves unmatched requests) · child apps (have routing path patterns) · asset prefix (prevents static-asset collisions) · independent deployments.

Frameworks: Next.js (App Router + Pages Router), SvelteKit, React Router, Vite — all via @vercel/microfrontends.

CLI (`vercel microfrontends` / `vercel mf`):

  • create-group — create a new group; interactive by default, or fully non-interactive with --non-interactive (options: --name, --project (repeatable), --default-app, --default-route, --project-default-route (repeatable, format: <project>=<route>, required for each non-default project in non-interactive mode), --yes to skip confirmation prompt); note: --non-interactive is blocked if adding the projects would exceed the free tier limit — the user must confirm billing changes interactively
  • add-to-group — add the current project to an existing group; requires interactive terminal (options: --group, --default-route)
  • remove-from-group — remove the current project from its group; requires interactive terminal (option: --yes skips project-link prompt only)
  • delete-group — delete a group and all its settings, irreversible; requires interactive terminal (option: --group to pre-select group)
  • inspect-group — retrieve group metadata (project names, frameworks, git repos, root dirs); useful for automating setup (options: --group, --format=json, --config-file-name)
  • pull — pull remote microfrontends.json for local development (option: --dpl)
  • microfrontends proxy — local dev proxy · microfrontends port — print auto-assigned port

Finding Detailed Information

This skill includes detailed reference docs in the references/ directory. Do not read all references upfront. Instead, search or grep the relevant file when the user asks about a specific topic:

TopicReference file
Getting started, quickstart, framework setup, microfrontends.json schema, fields, naming, examplesreferences/configuration.md
Path expressions, asset prefixes, flag-controlled routing, middlewarereferences/path-routing.md
Local proxy setup, polyrepo config, Turborepo, ports, deployment protectionreferences/local-development.md
Inspecting groups (inspect-group), adding/removing projects, fallback environments, navigation, observabilityreferences/managing-microfrontends.md
Testing utilities (validateMiddlewareConfig, validateRouting, etc.), debug headers, common issuesreferences/troubleshooting.md
Deployment protection, Vercel Firewall, WAF rules for microfrontendsreferences/security.md

When the user asks about a specific topic, use grep or search over the relevant reference file to find the answer without loading all references into context.

Related skills

FAQ

Which platform?

Vercel microfrontends and multi-zone architecture.

What problem does it solve?

Independent team deployments while preserving unified user navigation.

What config areas?

Multi-zone routing, rewrites, and cross-app navigation patterns.

This week in AI coding

Five minutes, every Monday - the tools, releases and tactics for developers.

unsubscribe anytime.