Frontman: Funktionen, Einsatzbereiche und Quellen
Click any element in your running app, describe what you want changed, and see it happen. Frontman lets designers and PMs make UI refinements directly.
Über dieses Tool
Click any element in your running app, describe what you want changed, and see it happen. Frontman lets designers and PMs make UI refinements directly. Hauptfunktionen: Astro OverviewSection titled “Overview” @frontman-ai/astro is an Astro integration that embeds the Frontman AI agent directly into your Astro dev server, It combines Astro integration lifecycle hooks with a Vite plugin chain, giving the AI access to your source files, dev server logs, and resolved route manifest, Frontman is a development-only tool, The integration is a no-op in production builds — nothing is injected into your deployment bundle, x InstallationSection titled “Installation” Use Astro’s built-in integration installer: Terminal windownpx astro add @frontman-ai/astro This adds the integration to your astro, Alternatively, install the package manually: Terminal windownpm install --save-dev @frontman-ai/astro Then register it in your config: import { defineConfig } from 'astro/config', import frontman from '@frontman-ai/astro', export default defineConfig({ integrations: [ frontman({ projectRoot: import.