WebUI Directives #

WebUI Framework offers directives for dynamic templates and streaming checkpoints without server-side JavaScript. They are processed during compilation and rendering to produce the final HTML output.

Available Directives #

WebUI Framework provides the following core directives:

How Directives Work #

WebUI directives are processed by the WebUI parser and transformed into a platform-agnostic protocol. This protocol is then rendered by a language-specific handler, allowing the same template to be rendered consistently across multiple platforms.

Template with directives โ†’ WebUI Protocol โ†’ Native HTML output

The WebUI protocol is a protobuf binary structure defined by a cross-language .proto schema, making it ideal for cross-platform applications.