As described in the Data Model chapter, data in Laioutr is organized into normalized entities. Each entity has a unique id and a type. Entities can have components, which are like columns in a database table. In order to actually fetch data from your connected data-sources, you need to use the Orchestr API.
For deeper informations about our internal Backend for Frontend "Orchestr", please have a look here.
Data Model
Data in Laioutr is organized into normalized entities. You can think of entities as rows in a database table. Each entity has a unique id and a type. Entities can have components, which are like columns in a database table. Besides that entities can have links to other entities.
Extensibility
Laioutr frontends are designed to be flexible and extensible meaning you can start with a solid, managed foundation and then adapt or expand it to meet your unique business and technical needs. Whether you need to add integrations, tailor visuals, or create custom user experiences, Laioutr provides clear extension paths that work with the architecture rather than around it.