Skip to content
HTMLtoSITE

The editor's AI edit assistant: describe it, and it edits the code

Last updated: 2026-08-10

Short version — open the Editor tab's AI panel, describe the change you want, and the AI edits the code and updates your preview. Nothing reaches visitors until you press Publish.

At a glance

Time needed
About 2 min
Plan required
Free plan
Coding knowledge
None
Where to do it
Editor

Step by step

  1. 1

    Just tell it what you want changed

    Open the “Editor” tab and look at the AI panel on the right. Describe the change in plain language, the way you'd tell a person — “Make the booking button stand out more.” The AI snapshots the current state, edits the code, and replies with a short summary of what changed.

    Edit assistant
    Make the booking button stand out more Changed the button color and copy in 2 places.
  2. 2

    Or just click to point at it

    Click any element on the canvas to select it. Ask the AI while it's selected, and it targets that element automatically — no need to describe where it is in words. This works even if you don't know any code.

    The editor — file list on the left, the page canvas in the middle, properties and AI panel on the right
    Ask in the AI panel on the right and this canvas is what changes.
  3. 3

    Publish it before visitors see it

    AI edits land in the preview (draft) only — the live site your visitors see doesn't change yet. Press Publish, and from that moment visitors see the update too. Make several edits first and publish once, if that's easier.

    Editor state
    Preview (draft) Button color & copy updated
    Live site Still the old version
    Publish Required to update visitors
  4. 4

    Know this before you hit revert

    Reverting an AI edit doesn't undo just that one request. It restores the snapshot from right before that edit, and everything that happened after it disappears too. Make three edits in a row and revert the second one, and the second and third are both gone — you're back to right after the first.

    Edit assistant
    Revert that last change Reverted everything after that point.

Frequently asked questions

Does reverting only undo that one request?

No. Everything that happened after that point gets undone too — including any edits you made afterward.

Do AI edits show up for visitors right away?

No, you need to press Publish for changes to reach the live site.

Can I use AI edits on the free plan?

Yes, up to 50 edits a month for free.

What happens when I run out?

You can add a top-up pack, and it never expires while you're subscribed.

Do I need to know code at all?

No — describe what you want in a sentence, or click an element on the screen to point at it.

Trying it is faster than reading about it — paste your HTML now.