agenticmorf/fluxui-theme
FluxUI theme and appearance settings for Laravel apps using Livewire Flux. Offers light/dark/system mode, accent and base color swatch pickers, and stores user preferences in an appearance_preferences JSON field on the User model.
"This package lets us ship user-customizable themes in weeks, not months—without hiring frontend engineers. For [X] dollars in dev time, we can offer light/dark mode + 29 color swatches (accent/base) to improve accessibility and retention. Competitors like [Y] spend 6 months building this; we get it for free. ROI: Higher NPS from power users (e.g., designers) and reduced support tickets about UI fatigue."
Key Metrics to Track:
*"This is a drop-in Flux theme manager that handles:
users.appearance_preferences (JSON).<body> in <flux:accent> and include the appearance component in <head>.Trade-offs:
Migration Path:
composer require agenticmorf/fluxui-themephp artisan migrate (adds appearance_preferences to users).app.css to import Flux CSS and add @custom-variant dark.<flux:accent> and add the appearance component to <head>.Risk Mitigation:
appearance_resolver to override defaults (e.g., org-wide themes).How can I help you explore Laravel packages today?