Skip to content

Quad (English)

A Roblox UI renderer that creates real Instances directly — no virtual DOM — and updates only the property that changed.

DOMless Immediate Creation

Creates native Roblox instances immediately upon Luau table evaluation without VNode allocations or diffing.

High-Performance Slot Engine

Keyed Slot:List recycles elements — return prev and nothing is destroyed or remounted; on Roblox order is bookkeeping, so there is no physical reordering. You bind LayoutOrder yourself from the index/offset you receive.

3-Tier Modifier Priority

Inline overrides, reverse modifier priority, and Modifier.Overridden composition for total design reusability.

Studio Template Claim

Clone prefabricated Studio UI and hand it to Claim() to get the same reactivity as code-built trees.