Hello everyone! I am learning and loving n8n so far! Thanks to the makers of this wonderful project.
I was wondering if it is possible to create a website with n8n. I know there is a html template so I am guessing it is possible? I have couple of questions.
-
Is it possible? By possible, I mean, is it viable? Any performance issues etc.?
-
What would a rough node design for a single webpage look like? I was thinking, create a html template → convert it to a html file → upload it to a webserver via ftp. Is this is a good design? Or is there a better one?
-
In context to Q2, is there a way to directly view the webpage from my self-hosted server?
-
I have successfully made an html template, however when I convert it to html with the convert node, I get an html file but it does not show up as a webpage but rather the HTML code when I download it and open it with a browser. Is there a special way to convert the html template to an html file?
Thanks!