1 min read
Vercel Microfrontends now include two new setup and management tools: an AI skill for coding agents and new Vercel CLI commands.
New Vercel Microfrontends skill: Install the Microfrontends skill to let your AI coding agent guide you through group creation with natural language prompts. It will automatically generate microfrontends.json, wire up framework integrations, and manage projects, all without leaving your editor.
npx skills add vercel/microfrontendsOnce added, ask your agent to create your first microfrontend group using this prompt.
Get started with the Microfrontends skill.
New CLI commands: The Vercel CLI now includes commands for managing microfrontend groups, so you can create, inspect, and manage groups from the terminal without opening the dashboard.
vercel microfrontends create-groupvercel microfrontends inspect-groupvercel microfrontends add-to-groupvercel microfrontends remove-from-groupvercel microfrontends delete-group
Learn more in the CLI docs.