Skip to content

Introduction

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) and use it alongside their existing editor. The agent sees both the rendered page and the source code, so it makes precise, file-level edits that compile and render correctly.

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 initNext.js integration →
Vitenpm install @frontman-ai/viteVite integration →
WordPressStandalone binary (beta)WordPress setup →

Then continue with:

  1. API Keys & Providers — Configure your AI model (free tier, bring-your-own-key, or OAuth)

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