Wow! Very creative, and lots of interesting things to find. Thanks for sharing!
If you save a deck with a ".html" extension, Decker will create a standalone web page that can be opened with any browser, like this example from decker's documentation. If you then upload that document to a project page here on itch.io or someplace like neocities it might be easier to show to people.
In a few places it might also be a good idea to reset the ".scroll" property of fields when you change their text. For example,
on click do myField.scroll:0 myField.text:"A lengthy piece of text, perhaps." end
Hope that helps!