How to build a web page
Assemble a simple landing page from building blocks — no code — and export clean, standalone HTML. Runs entirely in your browser.
Steps
- Add blocks: Hero (big title + subtitle), Heading, Paragraph, Image (by URL), and Button.
- Edit each block inline; the live preview (an isolated iframe) updates instantly.
- Export HTML. You get a single
page.htmlfile with the styles inlined — open it anywhere or host it as-is.
All user text is safely escaped, so the exported page is well-formed.