Kudos is a way to acknowledge something somewhat similar to a “like”. Each of my blog posts now has a kudos button at the bottom. I liked the simplicity of it. I use a nice libary from KudosPlease which looks quite slick. Unfortunately the API provided by them had multi-second load time. Now I run my own fast compatible API at https://kudos.niels-ole.com/ . You can find the backend source on Github: https://github.com/nielsole/kudos Download the js-File (minified) and replace http://api.kudosplease.com/ with https://kudos.niels-ole.com/ or your self-hosted endpoint. Follow the official documentation otherwise.

Feel free to use my API endpoint, but keep in mind that there are no up-time or durability guarantees.