You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
I’ve been building an open-source CMS (TallCMS) on Laravel + Filament, and in a recent update I refactored the UI to go fully daisyUI-native.
Wanted to share a few practical observations for anyone considering it:
What improved immediately
Much less verbose markup
Once components became daisyUI-native, the templates got noticeably simpler.
Easier to read, easier to maintain, and faster to iterate on.
Speed of development
I stopped thinking in terms of low-level Tailwind utilities and started thinking in components.
That shift alone sped things up quite a bit.
Themes are actually usable out of the box
The preset themes aren’t just demos — they’re solid baselines.
I built a theme manager on top of them and it worked surprisingly well.
Trade-offs
You give up some low-level control vs pure Tailwind
You need to “lean into” daisyUI patterns — mixing styles halfway doesn’t feel great
Key takeaway
For me, daisyUI hits a really good balance:
👉 Faster development
👉 Cleaner markup
👉 Consistent UI without overthinking design
reacted with thumbs up emoji reacted with thumbs down emoji reacted with laugh emoji reacted with hooray emoji reacted with confused emoji reacted with heart emoji reacted with rocket emoji reacted with eyes emoji
Uh oh!
There was an error while loading. Please reload this page.
Uh oh!
There was an error while loading. Please reload this page.
-
I’ve been building an open-source CMS (TallCMS) on Laravel + Filament, and in a recent update I refactored the UI to go fully daisyUI-native.
Wanted to share a few practical observations for anyone considering it:
What improved immediately
Much less verbose markup
Once components became daisyUI-native, the templates got noticeably simpler.
Easier to read, easier to maintain, and faster to iterate on.
Speed of development
I stopped thinking in terms of low-level Tailwind utilities and started thinking in components.
That shift alone sped things up quite a bit.
Themes are actually usable out of the box
The preset themes aren’t just demos — they’re solid baselines.
I built a theme manager on top of them and it worked surprisingly well.
Trade-offs
You give up some low-level control vs pure Tailwind
You need to “lean into” daisyUI patterns — mixing styles halfway doesn’t feel great
Key takeaway
For me, daisyUI hits a really good balance:
👉 Faster development
👉 Cleaner markup
👉 Consistent UI without overthinking design
https://github.com/tallcms/tallcms/blob/main/docs/dev-themes.md
Beta Was this translation helpful? Give feedback.
All reactions