hey lemon, thanks for reaching out. I was using it on Android, Brave browser (not PWA). The error appeared to be something related to the app I generated, not a problem with pocketvibe itself. I asked it to do something in nextjs, then simply react, and both times the resulting page was an error page. I'll upload more details later.

Reply to this note

Please Login to reply.

Discussion

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

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