As always, you can follow the development here: https://noeldemartin.com/tasks/implementing-a-recipes-manager-using-solid#comment-6
@Madmonkey You mean where is the app hosted? Or where do I host my personal Solid POD?
@noeldemartin the app. It's almost clear to me the Pod side
@Madmonkey So far I'm using GitHub pages, but once it's released I'd like it to work anywhere since it's only static assets, there is no server-side code. You could potentially download a zip file and host it anywhere :) It's not ready yet, and I don't recommend using it in production, but you can find the work in progress here https://github.com/noeldemartin/umai
@noeldemartin thanks a lot, great job!
@noeldemartin
Can I ask you something that touch your project a little far?
Where do you host your Node.js server? Is it self hosted? If so, is there some guide to setup a Node.js public server?