Is Filament the good choice for a VILT app ?
Hi, I'm developping an app with VILT (VueJS, InertiaJS, Laravel, TailwindCSS) and I'm searching an admin panel package that could work with that, that'll use the inertia features to prevent the pages from fully reload.
And with Filament, can we customize the front at 100% ? Like change the layout, the animations, the hover, active effects, adding some decorative div etc. ?
Here a view of my actuel admin panel (like the start there's no crud yet), can I keep this design with Filament ? Keep the langage choice ? I have some animation like when you hover a section like "Change your name" or focus the input, the border and background become harder etc.
And with Filament, can we customize the front at 100% ? Like change the layout, the animations, the hover, active effects, adding some decorative div etc. ?
Here a view of my actuel admin panel (like the start there's no crud yet), can I keep this design with Filament ? Keep the langage choice ? I have some animation like when you hover a section like "Change your name" or focus the input, the border and background become harder etc.

Solution
that'll use the inertia features to prevent the pages from fully reload.
Filament is based on Livewire. So no, you cannot use Inertia inside the admin panel.
And with Filament, can we customize the front at 100% ? Like change the layout, the animations, the hover, active effects, adding some decorative div etc. ?
No. You probably can somehow, but it's so much work that it's not worth it. You can very easily change the colors, font etc. You can also make some changes via CSS. But if it needs more modification I wouldn't recommend it.