The HID remapper project is a dream come true for me, having been under the thumb of many configuration programs over the years. However, having the only gui-based configuration tool be on a centralized web server makes me… nervous. Is there a way to download the source code for the web-configurator and run it on an local web server?
tldr; Yes, you can download the files from GitHub or the website itself and run a local server with something like python -m http.server (or anything that can server static files).