Building

Authoring extensions

You can author the same things the platform ships. A new block is a spec plus an implementation; compute blocks are authored for WASM and WebGPU together, with the pairing explicit in the record.

Checked at authoring time#

Every authored entity passes a shared author-check before it is accepted — missing or incomplete information is rejected, and the checks are transparent. The same checks gate the built-ins, so your content is held to exactly the same bar.

Share it#

Publish a block, a model, or a workflow and anyone can use it from a link. User-authored content is structurally identical to the built-ins — there is no second-class path.