The word "relax" is hard-coded in the module in many places, making it impossible to rename it to something else. Even if we change the `this.entryPoint = "relax"` to anything else, the initial screen renders but all other subsequent clicks fail.
An example can be found in the /relax/handlers/BaseHandler.cfc, function preHandler().