Lovable | Stockholm (In-person) | Full-Stack, Design, and ML eng
We sponsor visas and have very generous relocation packages (even if you just want to come for a year).
Lovable is building an AI software engineer that lives in your browser. Building excellent software engineering agents is significantly harder than people think. We need the best engineers in the world to join us and will compensate you accordingly.
One thing that seemingly is missing is the ability to tag a specific error with an error code. You typically want to know that all of a sudden the ”failed to get user” error is being returned a lot. Since the message is a dynamic string you can’t just group by the string so unless you build it as part of your abstraction it becomes very hard to do.
Edit: looking more carefully at the lib I assume that ”tag” is the concept that is supposed to cover this?
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...
Great questions! There are several LLM calls behind a single prompt that you submit and we do dynamically assemble the prompt to the AI based on what you're asking for. But we do generate most files at once.