what if I use automation platform as web server
I had that thought about creating a simple web server using N8N or Make, just for the playground joy of it. to learn and understand better the web, server, and the platform.
also, I really want to create a easy and strait forward way for me to develop something using only my phone, mostly by prompting AI to generate code and then use some pipeline to upload it it to some server, then view it in some sort of production environment in my phone browser.
and another small constraint is that the tools and pipeline should be mostly free. so I have N8N instance for free (on a free hosted mini-server in Oracle cloud. and I have ChatGPT Payed from work, I can probably do some iPhone shortcuts to streamline some more stuff.
so, I thought maybe I will create some workflow as follows:
- 1. I will create a workflow in N8N that will act as my web server it will get a request and send a response
- I will create a second workflow that will act as a CI/CD pipepline, it will update the content of the response HTML in the first workflow
- I will use ChatGPT to generate HTML on my iphone
- and send it to the updater workflow using iPhone shortcuts
- the updater will update the web server
- I will then watch the final version in my iPhone browser
sound simple, but I do want to keep this secure, so I will have to protect it somehow
ill update