25+
Production components
A standards-based component library built for Codicent. One script tag wires up authentication, live data, and drop-in UI elements — in any framework, or none at all.
<!-- one line loads everything --><script src="…/auto-setup.js"data-mention="your-project"></script><simple-auth></simple-auth><simple-counter search="messages"></simple-counter><simple-data-table search="messages" limit="4"></simple-data-table>
Auto-setup loads the runtime, handles authentication, and registers every component. Built so both developers and AI tools can generate working UI from a single import.
<script src="…/auto-setup.js"data-api-key="your-api-key"data-mention="your-project"></script>
<script src="…/auto-setup.js"data-use-auth0data-auth0-domain="auth.codicent.com"data-mention="codicentdev"></script>
Every component with interactive examples, light/dark theming, and copy-paste code.
Open gallery →Auth0 login, JWT handling, and authenticated OData calls with live chat integration.
Test auth →OData queries, SignalR realtime updates, data visualization, and export functions.
Connect data →All components register as standard custom elements and accept data-* JSON configuration.