Skip to main content

web_preview

There is no web_preview module in the Go daemon.

Older docs and older drafts described agent tools like PreviewProxy / PreviewPublish / PreviewDetach under tools.modules.web_preview. That module is not registered, and declaring it in YAML will not load those tools.

What exists instead

PieceWhat it does
previewAgent tools to inspect / drive the live preview pane.
previewshotHeadless screenshot of a built preview URL.
HTTP preview routesBuilt session assets appear in the Digitorn preview UI.
Socket.IO event nameThere is no web_preview module id in app YAML.

Craft-style apps build into the session workdir and the client loads the served preview URL. They do not call PreviewProxy.

Config note

There is no top-level daemon config block named web_preview. Public URLs for browser-facing surfaces use server.public_base_url (and related server settings). See Daemon configuration.