HTML Viewer Node
Render sandboxed HTML output directly on the canvas.
The HTML Viewer node is a planned utility node for rendering HTML output or packaged UI content directly on the canvas. It is designed to display an upstream node's HTML inside the graph instead of requiring an external preview.
Intended purpose
HTML Viewer is meant to render sandboxed HTML output directly on the canvas, displaying HTML or packaged UI content inside the graph. It would take HTML produced upstream and show the rendered result as a node, so you can preview generated markup without leaving Builder Studio. It belongs to the utility and integration group, alongside Browse Web and Webhook Call.
How display nodes work today
Builder Studio already renders media that passes through the graph — Image, Video, and Audio nodes display their content on the canvas as the workflow produces it. An HTML Viewer would add a display surface for HTML, sandboxing the markup so it renders safely as a node rather than running unconstrained in the app.
Related pages
- Browse Web node — fetch page content that an HTML Viewer could display.
- Image node — an available display node for media output.
- Node types — the full node catalog.
Was this page helpful?