Browser-based helper app for composing anagrams. Simply tracks used and unused letters and offers shuffling when inspirations vanishes. Try it out: https://fabijanc.github.io/anagramhelper/
This contains some of the earliest JavaScript code I've ever written, and many of the things are suboptimal. Currently it serves as a testimony to how I once wrote JavaScript, but hopefully it will be rewritten using a modern frontend framework.