Several family members play a smartphone game that requires the player to find words of a specific length using given letters. This webapp offers some assistance when stuck.
I run this on my local network in a docker container on my raspberry pi.
docker build -t word-puzzle-solver .
docker run -d -p80:80 word-puzzle-solver
Then put localhost
into your browser and that should do it.