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:

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.