To me it’s shorter and way cuter this way (with short links) ~
I’m not a dev, but would it be possible to create a link shortener service that would allow use of a shorter domain name ? Like you.me instead of yourdomain.me & with a random text string to redirect on a topic ?
Short links in that form are usually best served by a tiny custom web server; I think that redirect can actually be implemented entirely in nginx, so all the customization is in a single config file.
Or you can write your own. There are so many because it’s not that tricky to do. The good URL is the hard part. Or you can pay Bitly (and probably others) to host for you.