Skip to main content

Manage Vercel Microfrontends with AI Agents and the CLI

By Steven Van ·

Vercel Microfrontends adds an AI coding-agent skill and CLI commands to create, inspect, and manage groups without the dashboard.

Vercel Microfrontends now has an AI skill and a set of CLI commands for setting up and managing microfrontend groups without opening the dashboard.

  • Installing the skill (npx skills add vercel/microfrontends) lets a coding agent create a microfrontends group from a natural-language prompt, generating microfrontends.json, wiring up framework integrations, and managing projects from the editor.
  • The Vercel CLI adds vercel microfrontends create-group, inspect-group, add-to-group, remove-from-group, and delete-group for creating and managing groups from the terminal.

Full details are in the CLI docs.

Vercel
Vercel
The platform for frontend developers — deploy, preview, and scale web apps and AI agents with zero config.
View Vercel →

Read the original announcement →

Read Manage Vercel Microfrontends with AI Agents and the CLI on Creators Toolbox