Skip to content

Importing pasted HTML

Have an existing page as raw HTML — an old site, a Webflow/landing-builder export, a hand-written page? Paste the whole thing into chat and Genesis imports it.

Paste a substantial chunk of HTML (a full page with <html>/<body>/<style> markers). Small snippets are treated as part of a normal request; a real page triggers the dedicated import pipeline automatically.

The import is deterministic — it converts, it doesn’t reinterpret:

  • The page is parsed section by section, each becoming a proper component.
  • Styling is preserved and translated to your site’s styling system.
  • The structure and content come through faithfully.

Afterwards it’s a normal Genesis page: edit it visually, restyle by chat, publish.

Comes throughDoesn’t
Layout, sections, text, stylingScripts/interactive logic (rebuilt as needed)
Images and fontsForm backends — forms arrive as visual structure; wire them up in Genesis
Inline and embedded CSSExternal app integrations
  • Pages up to a few hundred KB import comfortably.
  • This is also the fallback when cloning by URL can’t fetch a site: open the page in your browser, copy its HTML, paste it here.