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.
Next.js
$ npx @frontman-ai/nextjs install App Router and Pages Router. Frontman sees the React component tree, server components, API routes, and middleware. One command to install.
View integration →Astro
$ astro add @frontman-ai/astro Islands architecture, SSR, and SSG. Frontman is the only browser-based AI coding tool with native Astro support. Listed on the official Astro integration registry.
View integration →Vite
$ npx @frontman-ai/vite install One integration for React, Vue, and Svelte. Frontman hooks into Vite's dev server and HMR pipeline for instant feedback on every edit.
View integration →WordPress
$ Plugins -> Add New Plugin Install from the WordPress Plugin Directory. Frontman adds an AI agent to /frontman with tools for posts, pages, Gutenberg blocks, Elementor content, menus, templates, widgets, settings, cache, and WooCommerce when active.
View integration →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.