Is it possible to make a dynamic category link?

I do understand the basics of how dynamic pages populate the content in dynamic pages via ‘dynamic links’ Ex. www…/category/{Title}, and also I understand the “solution” explained in the article ‘Setting Dynamic Page URLs to Display a Collection Category or Item on Your Page.’ But what I want to know is if there’s any way to populate the category link with multiple categories in the same Data Base Collection Ex. www…/{category}.

The reason is that I want to allow members to make their web-based curriculum vitae and share it with a personalized link, Ex.
mycv.com/mike-g
mycv.com/diana-t
mycv.com/John
mycv.com/{user-name}

The only way to solve it that comes to my mind is by creating a static page for each new member, but It becomes a non-automated task besides the fact that Wix only allows 100 static pages for each site.

So, can anyone please tell me if there is a reliable way to achieve this with a clean and good-looking link as presented previously, instead of opting for an ugly link structure like this:
mycv.com/cv/mike-g
mycv.com/cv/diana-t
mycv.com/cv/John
mycv.com/cv/{user-name}

My insistence on making it this way is because I want to charge a recurring payment to make this CV available on the web page and also to allow them to have their personalized link.

Maybe using Router , but I still not seeing a clear path to achieve this, any help?