Oh yeah, I saw an issue with that

To keep things simple on my end, I’ve instructed the LLM on the master prompt to only generate static webpages using pure HTML/CSS/JS

The resulting response is treated then as a text string that I can save to a database with a unique id (the site name) and that is pulled from the database when you view the site

I know LLMs can generate multiple files and then that could be hosted on surge.sh, but I haven’t figured that out yet

If you have any pro-tips let me know

I also just updated the LLM provider to Claude so it may perform better, but I think I introduced a new bug with that because I’m getting reports of crashing

Reply to this note

Please Login to reply.

Discussion

Oh yep I'll try with a simpler HTML framework in mind then. Thank you!