From 78f985cc382310bd9b20fef58d1dd737b1ecfe10 Mon Sep 17 00:00:00 2001 From: BlueStarSystem <70658875+BlueStarSystem@users.noreply.github.com> Date: Wed, 18 Feb 2026 06:18:02 +0100 Subject: [PATCH 1/2] Add Aura UI to Packages & Plugins Aura UI is a Blade component library for Laravel/Livewire with a "Vibrant Depth" design language (gradients, glow effects, glass morphism). - 26 free components (MIT) + 19 pro components - Built for Tailwind CSS 4 with @theme tokens - DataTable with server-side sorting, filtering, pagination, bulk actions - 5 Livewire traits (WithAuraDataTable, WithAuraFilters, etc.) - Class-based dark mode - 526+ tests Website: https://aura-ui.com GitHub: https://github.com/BlueStarSystem/aura-ui --- README.md | 1 + 1 file changed, 1 insertion(+) diff --git a/README.md b/README.md index 05e25e8..c9db3f3 100644 --- a/README.md +++ b/README.md @@ -88,6 +88,7 @@ To contribute, fork this repository, add your new resource and submit a PR. For * [Livewire PowerGrid](https://github.com/Power-Components/livewire-powergrid) (Datatables) * [TALL CRUD Generator](https://github.com/ascsoftw/tall-crud-generator) * [WireUI](https://livewire-wireui.com/) (Components built with alpine.js and tailwind) +* [Aura UI](https://aura-ui.com) (Blade components with "Vibrant Depth" design, Tailwind CSS 4, DataTable with server-side sorting/filtering, and 5 Livewire traits) * [Livewire Editor.js](https://github.com/maxeckel/livewire-editorjs) * [Wire Elements Pro](https://wire-elements.dev/pro) (Paid) * [Wire Elements Modal](https://github.com/wire-elements/modal) From 76b7f7e639b3851cced28aaeb1cdbd0c67df7b5a Mon Sep 17 00:00:00 2001 From: BlueStarSystem Date: Mon, 3 Aug 2026 21:54:45 +0200 Subject: [PATCH 2/2] Point Aura UI entry at the MIT package and refresh the description --- README.md | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/README.md b/README.md index c9db3f3..3c9edda 100644 --- a/README.md +++ b/README.md @@ -88,7 +88,7 @@ To contribute, fork this repository, add your new resource and submit a PR. For * [Livewire PowerGrid](https://github.com/Power-Components/livewire-powergrid) (Datatables) * [TALL CRUD Generator](https://github.com/ascsoftw/tall-crud-generator) * [WireUI](https://livewire-wireui.com/) (Components built with alpine.js and tailwind) -* [Aura UI](https://aura-ui.com) (Blade components with "Vibrant Depth" design, Tailwind CSS 4, DataTable with server-side sorting/filtering, and 5 Livewire traits) +* [Aura UI](https://github.com/BlueStarSystem/aura-ui) (64 MIT-licensed Blade components for Tailwind CSS 4, with an `llms.txt` and an MCP server so AI assistants read the real component APIs) * [Livewire Editor.js](https://github.com/maxeckel/livewire-editorjs) * [Wire Elements Pro](https://wire-elements.dev/pro) (Paid) * [Wire Elements Modal](https://github.com/wire-elements/modal)