Replying to Avatar arkinox

Everything I try to vibe with https://www.pocketvibe.app/ is just an error screen. ¯\_(ツ)_/¯ amazing idea but this sucks

Ah man, that sucks, I’ll look into it

Are you on iOS or android?

Are you using on the browser or as PWA?

If you’re able to send a screenshot of the error, I’ll work on it

Appreciate the feedback

Glad you at least like the idea

Reply to this note

Please Login to reply.

Discussion

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.

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!