The full upstream README, mirrored here for reference. Install config, tool schemas, adoption signals, and an original overview live on the Aura UI listing page.
"Vibrant Depth" UI component library for Laravel 12/13 + Livewire 3/4 + Alpine.js + Tailwind CSS 4.
Aura UI ships 127 production-ready Blade components under the MIT licence — no account, no licence key, no paid tier required to use them. They share one design system: gradients, glow, micro-animations, glass morphism and full dark mode. Where most libraries go flat and minimal, Aura deliberately goes the other way, while staying professional.
Browse every component → · machine-readable index at
/r/registry.json
Date picker, time picker, file upload, autocomplete, multiselect, calendar, command palette, QR code, the editor, a Chart.js-backed chart, and European business fields such as the IBAN field and the currency input — all in the free package.
php artisan aura:add button copies the component source into your app.
Keep Aura as a dependency or walk away with the files — your choice, no lock-in.php artisan aura:doctor --a11y runs the same checks against
your Blade templates..md to its URL, indexed in llms.txt, plus an MCP
server so your assistant can look up real component APIs instead of inventing them.Livewire is optional — the components are anonymous Blade components and work without it.
Import the CSS in your app:
Publish individually if you prefer:
The full catalogue, with live previews and props for every component, is at aura-ui.com/components.
It is deliberately not duplicated here: a list in a README goes stale the moment a component is added, and this one did — it advertised a third of what was actually in the box.
Each page is also available as Markdown for humans and machines alike, e.g.
/docs/components/button.md.
Copied components are yours: edit them freely, and drop the dependency if you want to.
Components target WCAG 2.1 AA. Contrast is enforced in CI over 111 colour pairs, in light and dark mode, so a theme change cannot quietly push text below the minimum.
Built on CSS custom properties:
Add .dark to <html>; colours, shadows and glows adapt on their own.
Full guide: Theming · Dark Mode.
Ships with English and Italian strings; publish aura-ui-lang to add your own.
Visit /aura/playground in your app to browse every component live:
MIT License. See LICENSE for details.