Fused HTML Artifacts

Authoring standalone HTML artifacts — `scripts/<name>/main.html` documents that Fused and Flow serve full-bleed and wire to a `window.fused` runtime (callUdf / runSql / params). Use when the output of a project is a bespoke interactive HTML page — a custom chart, a form, a report, a small app — that calls UDFs and runs SQL directly, rather than a JSON-UI widget. Covers the `window.fused` API, the `{{ref}}`/`$param` data grammar, load-order gotchas, host differences, and how the artifact gets rendered in front of a human.

fusedio Updated

File contents

fusedio/skills/tree/main/agent-core/skills/fused-html-artifacts commit 647d51d075

Frequently asked questions

npx skillmds@latest add fusedio/fused-html-artifacts