Aceto: Browser overlay and MCP building HTML mockups together with an AI Aceto, a new open-source local dev server, lets users build HTML mockups with an AI agent through a browser overlay and MCP interface, enabling real-time feedback by pointing at elements and modifying them without page reloads. The tool outputs plain HTML with Tailwind CSS, supports inline editing, class manipulation, and component libraries like DaisyUI, aiming to streamline prototyping without a visual editor or build system. A local dev server with a browser overlay and MCP interface for building HTML mockups together with an AI agent. Not a drawing tool, not a visual editor. Instead, a feedback loop between you and an agent: - Tell the agent what you want - The agent generates/modifies real HTML + Tailwind - See the result live in your browser Point at an element and say "change this"- The agent understands which element you mean and modifies it Token-efficient: The agent doesn't need to read and parse the full HTML to understand what you mean. You point at an element in the browser, the agent gets a precise selector. Write tools use the current selection by default — one tool call, no roundtrip. Real HTML: No abstraction layer, no component model. The output is a plain HTML file you can read with cat and send by email. Live feedback loop: DOM morphing keeps scroll position and selection state. You see changes instantly without page reload flicker. User moves the mouse over any element — a blue outline appears with the element's tag and classes. User clicks an element to select it pink outline . The breadcrumb bar at the bottom shows the full DOM path. Scroll wheel navigates up/down the tree parent/child . The agent highlights elements in cyan to communicate visually — e.g. to ask "Do you mean this one?": highlight element "section pricing div:nth-of-type 2 ", { label: "Make this card wider?", style: "pulse" } Both selections pink = user, cyan = agent can be visible simultaneously. User double-clicks any editable element to modify it directly in the browser: Text elements headings, paragraphs, links, etc. — edit the text content. Enter to save, Escape to cancel. Inputs — edit the value attribute. Enter to save, Escape to cancel. Textareas — edit the value. Ctrl+Enter to save, Escape to cancel, Enter adds a newline. Checkboxes / Radio buttons — double-click to enter edit mode, Space to toggle, Enter to save, Escape to cancel. User presses c on a selected element to edit its Tailwind classes inline. Enter to apply, Escape to cancel. User selects a table cell — a floating toolbar appears with +Row, −Row, +Col, −Col controls. Add component libraries via the CLI — DaisyUI components work out of the box with Tailwind v4: aceto add daisyui Content shortcuts — type or x in a cell to insert a checkbox Slash commands — type /list in an empty element to open a modal for creating