Integrations

Frontman Integrations

Frontman installs as framework middleware for JavaScript apps and as a native WordPress plugin for CMS workflows. Each integration gives the AI runtime context for the thing you are editing.

Two Integration Models

For Next.js, Astro, and Vite, Frontman installs as framework middleware inside your dev server. That gives the AI access to source files, component context, computed styles, routes, logs, and hot reload.

For WordPress, Frontman installs as a WordPress plugin. It serves the /frontman workspace, respects WordPress permissions, and exposes platform-native tools for the content and settings that power the live site.

  • Framework apps: edit source files in local development with browser runtime context and HMR.
  • WordPress sites: edit posts, pages, Gutenberg blocks, Elementor content, menus, templates, widgets, settings, cache, and WooCommerce data beside live preview.
  • Same principle: the agent should see the thing you see before changing it.

When correctness depends on the rendered result, source files or admin screens alone are not enough. Frontman keeps context, tools, and visual review in one loop.