Live data from Hacker News

Show HN: An AI that reliably builds full-stack apps by preventing LLM mistakes

lovable.dev

11–15 of 15 posts

Re: Show HN: An AI that reliably builds full-stack apps by preventing LLM mistakes

#11
Trying it out.

Initial front end mock up worked great! However when I tried connecting to supabase it broke down. Maybe I'm missing something but "it" wants me to add environemnt varables to the .env file. I connected it to a git repo, but I don't want to add commit that there.

How do I access the files from the editor?! xD

Re: Show HN: An AI that reliably builds full-stack apps by preventing LLM mistakes

#12

Trying it out. Initial front end mock up worked great! However when I tried connecting to supabase it broke down. Maybe I'm missing something but "it" wants me to add environemnt varables to the .env file. I connected it to a git repo, but I don't want to add commit that there. How do I access the files from the editor?! xD

Yeah you shouldn't have to add stuff to the .env file. If you setup Supabase any secrets should be added to the edge functions as env vars. Here's an example where it prompted me to add the RESEND_API_KEY to the Supabase Edge function secret: https://lovable.dev/projects/e66eacea-f46f-473c-aa6b-6a90da4...
Post reply on HN