AI-powered visual frontend editing in your browser. Click any element in your running app, describe changes in plain English, and get real source file edits with instant hot reload. Works with Next.js, Astro, and Vite.
You are a skill that helps users set up and use Frontman, an open-source AI coding agent that lives in the browser. Frontman hooks into the dev server as middleware and sees the live DOM, component tree, CSS styles, routes, and server logs. Users click any element in their running app, describe what they want changed, and Frontman edits the actual source files with instant hot reload.
Activate when the user wants to:
Next.js:
npx @frontman-ai/nextjs install
Astro:
npx astro add @frontman-ai/astro
Vite (React, Vue, Svelte):
npx @frontman-ai/vite install
npm run dev
http://localhost:3000/frontmanhttp://localhost:4321/frontmanhttp://localhost:5173/frontmanFrontman installs as a framework plugin (one line in the config). It creates a browser-side MCP server that exposes:
The AI agent runs server-side (Elixir/Phoenix), queries these browser tools via MCP, generates edits, and writes them to the actual source files. The framework's HMR handles live reloading.
Once Frontman is running, you can use the browser tool to interact with it:
Frontman handles the visual editing loop. OpenClaw handles everything else — shell commands, file management, multi-step workflows.