Connectors
A connector defines how the framework reaches a data source. Built and edited from Settings → Connectors — three types (SQL, HTTP, API), each with a dedicated builder. Schema is discovered at runtime from the live query; nothing is hand-typed about column types.
Dictionary
The dictionary holds the metadata that turns raw database columns into a readable UI — localised labels, number formats, BOOLEAN / ENUM / LOOKUP rules, form-layer defaults. Edited from Settings → Dictionary; reused everywhere a connector column is rendered.
Dashboards
A dashboard lays out KPIs, charts and tables over connector queries in a responsive grid. Built and edited from Settings → Dashboards with drag-and-drop panels; every panel picks a data source, a visualisation and an optional drill-down.
Charts
A chart wraps a connector query into a Recharts-rendered visualisation. Defined in Settings → Charts, picked from the builder by type (line, bar, column, pie, donut, area, scatter), with the axis fields, series, colours, legend and refresh interval set in the same form.
Form conditions
Show, hide, require or disable a field based on the live values of the other fields in the same dialog. The Screens builder exposes three condition slots per field — Visible when, Required when, Disabled when — with an expression editor that suggests field names and previews the evaluation.
Saved grid views
Save a data grid's columns, sort, filters and grouping as a named view — your own views follow you across devices, and an admin can publish shared views with one set as the default.