I would like some developers to tell me what they think.
I was initially interested because I wanted to see if I could leverage the editor on tiddlers within a browser on single file wikis and was surprised how easy to was to run tiddlywiki off git hub and save changes.
If you use free account for hosting then you should know that they put replit to sleep after some time. So next time when you launch replit it has to cold start which takes longer time.
If you decide to pay for replit then I think there are better options than replit for hosting your TW.
Instead of installing tiddlywiki from github I took the approach of installing the released tiddlywiki package from npm. Looks like 5.1.18 was the version back then. See here for the package.json file I used:
The index.js file gets automatically launched by replit and I added code there which reads username/password information from a .env file and launches tiddlywiki accordingly. Here is the index.js file: