Is it feasible to use multiple Filaments in the same website?

I want to build a project consisting of many dashboards for different types of users: user, facility, admin. They are in separate tables, is it feasible to create a dashboard for each type of user?
8 Replies
Supernova3339
Supernova33395mo ago
it is possible yes, and it is what I do for one of my projects we have a user interface which is not filament but uses filament components, then our mentor/admin interfaces are panels
03_dotuan
03_dotuan5mo ago
@Supernova3339 thanks for your answer, can you guide me something about your setup?
Supernova3339
Supernova33395mo ago
I use Filament V3 but the basis is just having two panels
Supernova3339
Supernova33395mo ago
No description
Supernova3339
Supernova33395mo ago
I don't really understand what you are asking of me so if you are able to be more insightful it is much easier for me to try to help you
03_dotuan
03_dotuan5mo ago
@Supernova3339 i want to know how can i create custom router, setup router for both dashboard, and each dashboard has a different user to login?
Supernova3339
Supernova33395mo ago
blade directives easiest with filament v3
03_dotuan
03_dotuan5mo ago
thank you, i've updated to v3, i'll try it