Is Filament adequate for any type of web app? Or is it more focused on admin panels?
Total newbie here. Sorry if this is not the correct place to ask this. I couldn't find a similar question.
Suppose that I want to make a simple LLM-enabled chat bot. It's a very simple UX for the user: just a stream of messages and responses. Maybe a simple settings page with billing stuff. Is Filament an adequate choice for the customer-facing part of my app? Or is it more geared towards the admin panel/backoffice operation?
Thanks a lot! π
Solution:Jump to solution
Filament is totally fine for that. Just keep in mind, that it uses Livewire under the hood β which comes with it's own pros and cons.
1 Reply
Solution
Filament is totally fine for that. Just keep in mind, that it uses Livewire under the hood β which comes with it's own pros and cons.