Skip to content

Frontman Docs

Frontman is an open-source AI coding agent that runs inside your development browser. You chat with it in natural language or point at elements on your page, and it edits your actual source files — with instant hot reload so you see changes immediately.

Developers set up Frontman in their project (a one-line integration for Astro, Next.js, or Vite) or install the WordPress plugin. The agent sees the rendered experience plus the underlying source or CMS context, so it makes precise edits you can review.

Designers, PMs, and non-technical teammates use the chat UI to make changes directly. Select an element, describe what you want (“make this button larger,” “change the heading text,” “swap the layout to two columns”), and the agent handles the code. No IDE required.

Start here if Frontman isn’t running in your project yet.

FrameworkInstall commandDocs
Astroastro add @frontman-ai/astroAstro integration →
Next.jsnpx @frontman-ai/nextjs installNext.js integration →
Vitenpx @frontman-ai/vite installVite integration →
WordPressWordPress Plugin Directory (beta)WordPress setup →

Then continue with:

  1. API Keys & Providers — Configure your AI model with OAuth or a provider API key

Already running? Learn how to get the most out of it.

For developers who want framework-specific detail or technical reference.

  • Integrations — Framework-specific guides (Astro, Next.js, Vite, WordPress)
  • Reference — Configuration options, environment variables, architecture, troubleshooting