Released 2026-06-06. Quality-of-life improvements to the playground editor — building pages and components is faster, your home page gets proper SEO controls, and saving is simpler.
Added
- AI assistant on the Components tab: chat to build the component you're on. The assistant understands a component is a reusable fragment (not a full page) and works in attribute placeholders like
{{ title }}for you. - Collapsible AI panel: hide the AI assistant on the Code and Preview views when you want a wider canvas, and bring it back with one click. Your conversation is kept while it's hidden.
- Home SEO control: set your home page's title, description, and keywords from the page settings in the editor — the same SEO fields each extra page already has.
- Automatic page web addresses: a new page's address is generated from its name as a clean
kebab-casepath (e.g. "Our Team" becomesour-team), with a live check that it's not already taken — just like your playground's own address. Rename a page and its address follows along until you customise it.
Changed
- One Save for everything: page and component edits now save together with the main Save button instead of saving separately. Cmd/Ctrl-S saves, and you're warned before leaving with unsaved changes. Creating or deleting a page or component still takes effect immediately.