Vercel — AI · · 1 min read

Manage Vercel Microfrontends with AI Agents and the CLI

Mirrored from Vercel — AI for archival readability. Support the source by reading on the original site.

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.

Once 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-group

  • vercel microfrontends inspect-group

  • vercel microfrontends add-to-group

  • vercel microfrontends remove-from-group

  • vercel microfrontends delete-group

Learn more in the CLI docs.

Read more

Discussion (0)

Sign in to join the discussion. Free account, 30 seconds — email code or GitHub.

Sign in →

No comments yet. Sign in and be the first to say something.

More from Vercel — AI