Is Filament only backend?
Hi, I am new here. Is Filament only for backend/admin panels or can I use it for frontend as well?
Solution:Jump to solution
As long as Livewire is okay for your frontend, you can use Filament for your frontend, too. The form and table builder can be used separately without the panel. But if it fits your use case you could also use a Panel as your "frontend".
3 Replies
You can use in any TALL stack project.. both frontend and backend
this site built entirely with filament, even the frontend
http://filament.tips/
Solution
As long as Livewire is okay for your frontend, you can use Filament for your frontend, too. The form and table builder can be used separately without the panel. But if it fits your use case you could also use a Panel as your "frontend".