Client management pages

Hi A quick question. I’m looking to build a client / CRM solution for my business. So I need a multi-tennant site where clients can manage their details and services. Many services will have API content methods from external services. Client pages are only visible to logged in clients and clients cannot see other client pages. I don’t think Kirby is good for this. Am i wrong?

This post mentions a few approaches to access control. Interesting solutions.

I think a mature multi-tenancy model may be closer to my needs > https://tenancyforlaravel.com/

You didn’t say if you want this for the Panel or your frontend. On the frontend, you are free to do what you like.

For the Panel, there are also ways to limit user access only to specific areas.