Guides and Concepts
Shadcn-Admin-Kit is based on ra-core, so the ra-core documentation applies, for the most part, to Shadcn-Admin-Kit as well.
Shadmin is built on ra-core, so its documentation applies for the most part. To learn more about the features and architecture, refer to these guides:
The architecture and core ideas behind ra-core.
How shadmin talks to your API through the data provider.
List, Create, Edit, and Show — the building blocks of an admin.
Building, validating, and submitting record forms.
Authentication, permissions, and access control.
URL structure, navigation, and custom routes.
Translating the UI and switching locales at runtime.
Persisting user preferences with the store.
The complete ra-core feature reference.
Realtime
The realtime subsystem adds live data updates, pub-sub subscriptions, and record locking to any admin app. It ships drop-in replacements for <List>, <Edit>, and <Show> as well as a full suite of hooks for lower-level control. See the Realtime overview to get started.