Skip to content

Chai Data Providers

Chai Data providers are asynchronous functions that return data to Chai Builder. Builder uses this data to bind UI elements and render the pages. This is especially useful when you want to fetch data from an external source like a headless CMS or local file system. Users first need to register the data provider and then bind the data to the UI elements in the builder.

Chai Data Providers are optional. Users can always add static content to pages inside the builder.