Self-contained
No third-party UI dependency (no PrimeReact / KendoReact / MUI). Every component, the OData client, and the charts are built from scratch.
Components, an OData v4 client, DataState binding, a rules-driven DynamicForm, and app templates — in one self-contained, accessible, themable package (`@schemence/uikit`).
npm install @schemence/uikitimport '@schemence/uikit/styles.css';
import { ODataProvider, DataTable, useODataTableSource } from '@schemence/uikit';npx @schemence/cli new my-admin --odata https://services.odata.org/V4/Northwind/Northwind.svcThe CLI reads your $metadata and generates a typed, multi-entity admin app (AppShell + routing + CRUD pages) on top of @schemence/uikit.