Do not start over - change any block you generated just by describing what you want different.
What it is
After the AI Builder generates a block, you can refine it by chatting: "make the heading bigger", "add a subtitle", "use two columns", "green button". GOMAX sends the current block plus your instruction to your own AI, which returns the updated block - keeping the same scope and all the safety rules. It is the conversational iteration loop, on your own key.
How it works
Refine takes the block exactly as it is now (its HTML and scoped CSS, and its script if it is an interactive block) and asks your connected model to apply your one change and return the whole updated fragment. GOMAX re-enforces the builder rules on the result: same .gxb-id scope so nothing leaks, no !important, no external assets, no emoji, responsive and accessible - and for interactive blocks the script stays client-side and scoped. The updated block replaces the old one in your library, ready to preview or insert.
How to use it
- Generate a block, then call refine with its id and your instruction (or just tell your connected assistant what to change).
- Repeat as many times as you like - each refine applies one clear change.
- Preview, then insert.
Frequently asked questions
Do I lose the block if I refine it?
No. Refine updates the same block in your library with the change applied - you keep iterating on one block instead of starting over.
What can I ask it to change?
Anything visual or structural: text, colours, spacing, layout (columns/rows), buttons, and for interactive blocks the behaviour - described in plain language.
Top comments (0)