Entity-Driven UI with MUI Build fully dynamic CRUD interfaces from entity metadata — one schema drives DataGrid columns, FormEngine forms, validation, access control, and wizard flows. --- Entity Metadata Model The foundation: a single TypeScript schema that drives everything. This single model drives: - DataGrid columns (types, sorting, filtering, editing, rendering) - FormEngine schemas (form fields, validation, layout, wizards) - Access control (field-level read/write visibility) - Shared validation (one truth, many consumers) --- Server-Driven CRUD Page Next.js Route: EntityPage Component…