Feature Deep Dive
App Builder
Visual WYSIWYG builder with live data binding
01.Widget-Based Construction
Drag and drop from a library of 10+ widget types — text, images, buttons, forms, dropdowns, tables, charts, and more. Every widget reads its configuration from a normalized JSON tree, ensuring WYSIWYG parity between the builder canvas and the deployed runtime.
- ✦10+ widget types with full styling control
- ✦WYSIWYG parity — what you build is what deploys
- ✦Section-based layout with flex/grid modes
- ✦Per-corner border radius and gradient backgrounds
02.Live Data Binding
Bind any widget property to a CRDT spreadsheet column. When the sheet data changes, the deployed app updates instantly. The binding system supports the daML expression language for computed properties, conditional visibility, and dynamic formatting.
03.Workflow Automation
The Logic Board (powered by React Flow) lets you create trigger-action-condition workflows without code. Trigger on form submissions, schedule recurring tasks, or respond to webhook events — all wired visually.