HomeToolsPlan StackBest ForCompare
RightAIChoice
CompareBlog
Submit a ToolSign inSign upPlan Your Stack
RightAIChoice

The decision-making engine for discovering AI tools.

One AI tool every Friday

A 60-second editorial pick. No filler, no funnel — unsubscribe anytime.

Product

  • Browse tools
  • Categories
  • Search
  • Plan my stack
  • Find my AI tool
  • AI chat
  • Compare
  • Submit your tool

Resources

  • Best AI guides
  • Stacks
  • Blog
  • Methodology
  • Viability scoring

Company

  • About
  • Team
  • Press & brand kit
  • Contact

Your account

  • Dashboard
  • Saved tools
  • Settings
  • Sign in
  • Create account

Legal

  • Privacy
  • Terms
  • Affiliate disclosure
  • Unsubscribe

© 2026 RightAIChoice. All rights reserved.

Built for the AI community.

RightAIChoice
CompareBlog
Submit a ToolSign inSign upPlan Your Stack
Tools💻 Code & DevelopmentFrontman
Frontman

Frontman

Freemium

AI website editor for existing sites – edit live pages with plain English.

By Tanmay Verma, Founder · Last verified 03 Jul 2026

0 views
Added 7d ago
77/100Safe Bet
Visit Website

In short

Frontman — AI website editor for existing sites – edit live pages with plain English. Best for WordPress site owners without coding skills needing to update posts, pages, and layouts without wp-admin, Marketing and design teams on Next.js/Astro/Vite sites wanting to make visual changes without developer tickets, Product teams wanting faster UI iteration while maintaining developer code review. Free to start; paid plans from $15/mo.

Compared withvs Bitovs Cognition Aivs Polycam

Is Frontman actually worth it?

Live

See what real users actually say. We scan live discussions, reviews and complaints across the web and hand you an honest verdict — in under a minute.

3 free scans · no card needed · downloadable report

Run a free scan

Editorial Verdict

Best for
WordPress site owners without coding skills needing to update posts, pages, and layouts without wp-adminMarketing and design teams on Next.js/Astro/Vite sites wanting to make visual changes without developer ticketsProduct teams wanting faster UI iteration while maintaining developer code reviewFrontend developers who want to review AI-generated diffs from non-engineers
Not ideal for
Teams needing a fully managed, zero-setup solution (self-hosted requires infrastructure)Developers who prefer editing code directly in an IDE instead of a browserBackend or full-stack projects without a browser UIOrganizations with strict BYOK policies that don't allow third-party AI API keys

Frontman fills a genuine gap: letting non-developers edit real source code from the live page without breaking things. The bring-your-own-key model and open-source core give teams control, while the browser-context approach reduces guesswork. It's best suited for teams that already use code review and want to empower designers/PMs without sacrificing engineering oversight.

Compare with: Frontman vs Playcode, Frontman vs Fimo, Frontman vs Draftbit

Last verified: July 2026

What's new in Frontman

Checked 7 days ago

Across the latest 10 updates: 3 feature updates and 7 news mentions.

NewsBlog·11 days agoNewest

Vertically Integrated Agents Are Better at Token Optimization

Argues vertically integrated agents reduce token use by embedding runtime context and verification.

NewsBlog·12 days ago

Cline AI Coding Tool Review 2026: BYOK, Pricing, Pros, Cons, and Alternatives

Reviews Cline AI with BYOK setup, pricing, model costs, IDE support, MCP, CLI, and comparisons.

NewsBlog·12 days ago

Agent Client Protocol: Building an Agentic Harness

Describes how Frontman uses Agent Client Protocol to connect browser UI, sessions, streaming, and tool calls.

NewsBlog·14 days ago

Best AI Coding Agents for Frontend Teams

Compares AI coding agents for frontend teams by UI context, workflow, pricing, and team fit.

NewsBlog·15 days ago

What Is WebMCP? Browser Tools for AI Agents

Explains WebMCP enabling AI agents to call browser tools and reuse website functions with runtime context.

FeatureChangelog·15 days ago

Frontman v1.3.0 – get_content_collections tool for Astro

Adds get_content_collections MCP tool for Astro projects.

NewsBlog·16 days ago

Best WordPress AI Plugins in 2026

Compares top WordPress AI plugins for agents, chatbots, builders, SEO, forms, content, and site editing.

NewsBlog·16 days ago

How Teams Review UI Changes From Non-Engineers

Presents a review process for non-engineer UI changes: scope limits, PRs, visual QA, CI, and agent guardrails.

FeatureChangelog·16 days ago

Frontman v1.1.0 – MCP-standard results, no backend default model, socket cleanup

Returns MCP-standard tool results; client chooses first available model; leaves ACP channels on unmount.

FeatureChangelog·16 days ago

Frontman v1.2.0 – improved Sentry diagnostics, updated WordPress listing

Improves MCP tool schema validation error diagnostics; updates WordPress.org copy to position as AI editor for non-developer teams.

Viability Score

77/100
Safe Bet

How likely is Frontman to still be operational in 12 months? Based on 4 signals — momentum (how recently it shipped), wrapper dependency, revenue model, and web presence.

momentum
55
funding runway
80
website health
90
wrapper dependency
100

Last calculated: July 2026

How we score →

Key Features

  • Click-to-edit any element on a live page
  • Plain English description of desired changes
  • Real source-file edits (not mockups)
  • Live DOM, CSS, component tree inspection
  • Responsive testing across device presets
  • Dev server logs and error reading with auto-fix
  • Design system awareness (tokens, spacing, colors)
  • Project rules loaded automatically (agents.md, claude.md)
  • Bring your own AI key (Anthropic, OpenAI, OpenRouter)
  • Reviewable diffs before committing to Git
  • WordPress plugin for non-developer editing
  • Next.js, Astro, Vite middleware support
  • MCP-standard tool results for text and image content
  • Browser-aware AI context with actual rendered layout
  • Open-source core with Apache 2.0 / AGPL-3.0 licenses

About Frontman

FreemiumIntermediateAPI availableWeb · Plugin · CLI

Frontman is an open-source AI coding agent that edits actual source code of existing websites by working directly in the browser. It runs inside WordPress as a plugin or inside your framework dev server as middleware, reading the live DOM, CSS, component context, routes, and logs. Users click any element on the page, describe the change in plain English, and Frontman generates reviewable source-file edits that can be committed to Git. Built for WordPress site owners without coding skills and for marketing/design teams on Next.js, Astro, or Vite sites, Frontman turns visual requests into code changes engineers can review. The tool understands your design tokens, component library, and layout conventions, so every edit stays on-brand. With bring-your-own-key support for Claude, ChatGPT, or OpenRouter, teams keep control of AI costs and model choice. The core is open source (Apache 2.0 client, AGPL-3.0 server), and self-hosting is free. Frontman Pro is a hosted plan at €15/seat/month with a 14-day free trial. Unlike general-purpose AI coding tools like Cursor or Copilot that work from files or terminals, Frontman starts from the live page, making it uniquely accessible to non-developers while keeping developers in control through reviewable diffs.

Behind the Verdict

Frontman tackles a persistent pain point: the handoff between visual requests and actual code changes. Instead of screenshots and vague tickets, non-developers can click an element on the live site and describe changes in plain English. The tool then produces source-file diffs that go through normal Git review. This is a genuine improvement over the traditional workflow where a developer translates every request from scratch. We'd reach for Frontman when a designer or product manager needs to make a UI tweak without waiting for a developer ticket. The live DOM inspection, design token awareness, and automatic project rule loading mean the AI has enough context to get edits right more often. Where it bites: self-hosting requires infrastructure work, and the hosted Pro plan costs €15/seat/month plus your own AI API costs. Teams that prefer editing code directly in an IDE may find the browser-based workflow slower. Compared to Cursor or Copilot, Frontman is less versatile for general development but much better for website editing by non-developers. In practice, the reviewable-diff model works well on teams that already have code review culture; it may frustrate teams expecting a push-button production deploy. The open-source core and BYOK model are strengths for security-conscious organizations, but strict BYOK policies that don't allow third-party API keys could still be a blocker. Overall, Frontman is a focused tool that excels at its narrow niche.

Researching Frontman? Get your full AI stack in 60 seconds.

Free, no signup — tell us your goal and get tools matched to your budget & existing stack.

Use Cases

  • Update WordPress pages and posts (including Gutenberg blocks and Elementor layouts) without entering wp-admin.
  • Adjust spacing, colors, and typography on a live Next.js site by describing changes in plain English.
  • Fix layout issues across breakpoints using responsive testing presets directly in the browser.
  • Generate reviewable diffs for design tweaks that product managers or marketers want to ship.
  • Edit WooCommerce product data and settings visually without digging through admin screens.
  • Automatically fix compilation errors spotted in dev server logs by instructing the AI to resolve them.

Models Under the Hood

ClaudeChatGPTopenrouter

Limitations

  • Frontman requires the user to run a dev server or install a WordPress plugin, which may not be possible on all hosting setups.
  • The free self-hosted version provides no hosted support or uptime guarantees, and users must bring their own AI API key, incurring separate costs from providers.
  • Large projects may face context window limits depending on the AI model chosen, and the browser-based workflow may not suit teams that prefer terminal-only or IDE-integrated tools.

12-month cost

Project the real annual outlay, including the implied monthly cost when only an annual tier is published.

Annual total
Free
Over 12 months
Effective monthly
—
—

Vendor list price only. Add-on usage, seat overages, and contract minimums are surfaced under Hidden costs & gotchas.

Integrations

WordPressNext.jsAstroViteElementorWooCommerceGitHubAnthropic ClaudeOpenAI ChatGPTOpenRouterStripe ClimateSentryPhoenix (WebSockets)ReScriptSury

Resources & Guides

  • Documentationfrontman.sh

    Docs · Frontman

    Full product docs from frontman.sh

Frequently Asked Questions

Tools that pair well with Frontman

Common stack mates teams adopt alongside Frontman, with the specific reason each pairing earns its keep.

Playcode

Playcode

AI-powered app builder: build and host websites, tools & apps in minutes

Fimo

Fimo

Autonomous website platform for developers using AI agents.

Draftbit

Draftbit

Visually build native & web apps with AI agents and exportable code

Featured Head-to-Head Comparisons

Frontman vs Bito

Frontman vs Cognition Ai

Frontman vs Polycam

Alternatives to Frontman

View all
Playcode

Playcode

AI-powered app builder: build and host websites, tools & apps in minutes

FreemiumTry
Fimo

Fimo

Autonomous website platform for developers using AI agents.

FreemiumTry
Draftbit

Draftbit

Visually build native & web apps with AI agents and exportable code

FreemiumTry

Used Frontman? Help shape our editorial sentiment research.

Sign in to share

Details

Pricing
Freemium
Skill Level
Intermediate
Platforms
Web, Plugin, CLI
API Available
Yes
Pricing & overview verified
7d ago

Categories

💻 Code & Development🎭 Design & UI

Best-of guides

Best AI Tools for Coding & DevelopmentBest AI Tools for Design & Creative WorkBest AI Tools for Architects & Interior DesignersBest AI Logo Generators & Brand Identity Tools

Topics

DesignAutomationNo-CodeCode Generation

Resources

Official WebsiteChangelog
Visit Website
RightAIChoice

The decision-making engine for discovering AI tools.

One AI tool every Friday

A 60-second editorial pick. No filler, no funnel — unsubscribe anytime.

Product

  • Browse tools
  • Categories
  • Search
  • Plan my stack
  • Find my AI tool
  • AI chat
  • Compare
  • Submit your tool

Resources

  • Best AI guides
  • Stacks
  • Blog
  • Methodology
  • Viability scoring

Company

  • About
  • Team
  • Press & brand kit
  • Contact

Your account

  • Dashboard
  • Saved tools
  • Settings
  • Sign in
  • Create account

Legal

  • Privacy
  • Terms
  • Affiliate disclosure
  • Unsubscribe

© 2026 RightAIChoice. All rights reserved.

Built for the AI community.