--- import AdminLayout from "../../layouts/AdminLayout.astro"; // Convenience list for the target-page picker. The agent can reach any page; // this is just the common set plus "new page". const PAGES = [ { value: "/", label: "Home" }, { value: "/about", label: "About" }, { value: "/services", label: "Services" }, { value: "/services/website-design", label: "Services — Website design" }, { value: "/projects", label: "Projects (index)" }, { value: "/resume", label: "Resume" }, { value: "/contact", label: "Contact" }, { value: "/changelog", label: "Changelog" }, { value: "/faq", label: "FAQ" }, ]; ---

Web Designer

Give the design agent a task for any page — instructions, a draft, images, and short-video links. Tasks queue up and publish themselves one at a time; you review the results here.

Queue

Loading…