link.khuibeom.com
January 2023 ~ January 2023
1 contributor
Introduction
Whenever I had to attach a link to some of my social media or portfolio websites, it always nagged me that I have to type out the full url like this: https://www.linkedin.com/in/hui-beom-kim-4a0849165/.
To create a shortend links, I tried searching online for link shortener services. Most of them, however, uses their own domain names for free plan. I wanted use my own custom domain name so I looked at open source projects to self host the service instead.
Among many options, I tried out kutt.it and notiolink. While I liked their clean looking UI of the website and the documentation of the installation process, I did not really like the fact that I still have to setup a database for user authentication. I didn't want to deal with database and possible security concerns so I created my own website whose only purpose was to redirect to another website.
Website ended up being a little too simple, so I tried adding QR code for redirection as well. I'm not sure if I'll ever use the QR code, to be honest, but it was still good for learning purpose.