In a nutshell: Emoji support for your website's URLs.
yourwebsite.com/contact - booring
yourwebsite.com/:phoneemoji: - cool!
So I wrote a nodejs middleware that offers emoji support for your API, with 2 lines of code. (well if you count the installation 3 lines)
Here's the project:
https://www.npmjs.com/package/slashemoji
I currently have support for the /contact and /about routes.
Can you give me some ideas of what other URLs to cover, and what emojis to link the routes to?