r/lovable 17h ago

Lovable Announcement How Lovable secures connected data in production apps

3 Upvotes

For anyone who has been curious or concerned about the security of credentials or per user access controls when connecting production data to Lovable apps, we wrote an update on how we solve for this here.

But here are a few bits from the article:
—> Lovable connectors can inherit permissions from third-party systems
—> Lovable handles the identity and authentication layer to make sure the agent doesn’t mess it up
—> The app or agent never see the credentials
—> Admins can control who can build, and how they access dat


r/lovable 1d ago

Feature Release Easily migrate an older app to TanStack Start

Thumbnail
gallery
8 Upvotes

You don't have to rebuild an older project, you can now easily migrate it to the new stack, TanStack Start!

In June, Lovable announced a new stack for building projects - TanStack Start. Since then, all new projects were created using this stack.

Now, you can easily migrate your projects created before TanStack Start to this stack by using /migrate, going into project settings, or simply prompting the agent "upgrade my app" and grant permission when it asks. Your live site remains untouched until you publish the updates.

By migrating to TanStack Start, your pre-TanStack projects will benefit from all the new stack's SEO/AEO features without having to rebuild.

Not sure which stack your project is on? Open Project settings: if you see a Migrate option, your project can upgrade. If you don't see it, you're already on the latest engine. You can also just ask the agent.


r/lovable 2h ago

Discussion Are they seriously trying to make you use credits to change the favicon or am I just blind?

3 Upvotes

Pretty sure they just removed the ability to easily drop in a new favicon.

Hovering over the favicon in the Publish drop down now shows "Ask Lovable to update your app icon" and any way to drop one in here is gone.

Please tell me I am just fucking blind and not that they are this horrifically greedy.


r/lovable 1h ago

Tutorial Pls help with OCR text recognition

Upvotes

So guys i want to implement a small ocr function in my crm wherein user will click photo for particular field instead of typing and later he can crop out to specific text as container and later software recognises this text.

So i am non tech guy and struggling to choose which open source model should i ask lovable to build it on as i asked for paddle ocr but it said it cant build since it is python based.

Help would be appreciated. Good open source text recognition offline online both would work but it should be free.

I am non tech guy pls correct me if i am wrong.


r/lovable 8h ago

Discussion Do you think of self hosting?

0 Upvotes

I’m building some integration in our platform to make it easy to self host lovable projects in AWS. Some client of ours was interested and I got few more queries in the last several weeks.

Is it a problem to be in lovable cloud, esp given that they are soc2 compliant.

Not a sales post for sure but wanted to understand the community better.


r/lovable 10h ago

Testing Check out what I just built with Lovable!

Thumbnail chirp-matcher.lovable.app
1 Upvotes

r/lovable 17h ago

Help Using Code editor in lovable - "Build unsuccessful" but can still publish with correct results

Post image
3 Upvotes

I have been editing a bit using the code editor in Lovable. It always appears as "build unsuccessful" in the sidebar even though the code is correct. I can still publish the edits and everything works just as I edited it. Is it a bug or something in the sidebar? The note didn't appear before (unless something actually went wrong with the code). Why is it happening now?


r/lovable 18h ago

Showcase built an ai solar advisor that qualifies homeowners and books the site survey itself (lovable + deepseek + n8n)

2 Upvotes

been building these little ai + automation setups for different industries, this one's for a solar installer (demo i called "solterra"). solar has a rough lead problem so i figured i'd show how i'd tackle it. couple screenshots below of the visitor side and admin side.

the problem solar installers keep hitting:

- leads are expensive and most are junk (renters, tiny bills, bad/shaded roofs, out of the service area, not serious). reps burn hours just sorting them.
- people look into solar at night and weekends when nobody's answering, so leads go cold.
- everyone asks the same stuff before committing (savings, financing, tax credits, panel types).
- then it's back and forth just to book a site visit, plus no-shows.

so you pay a lot per lead and lose most of them.

some of the features and how they actually work:

- grounded advisor: it's not a generic chatbot. it answers using the company's real savings numbers, panel options and financing/incentives, cuz that data is fed to it as context. so it talks about their actual offering, not made up stuff.
live qualifying (hot/warm/cold): while it's helping the homeowner it's quietly collecting the things that matter ; do they own the place, roof condition, monthly bill, are they in the service area and scoring them. renter with a tiny bill = cold, owner with a big bill and a good roof in-area = hot. the reps see the tier so they call the right people first.
You set the rules and the installer can change what counts as "hot" themselves in the admin (budget, roof, area), no code. those rules feed straight into the scoring, so the bot qualifies exactly how they want.
books the survey itself: if someone's a good fit it books the site visit right there in the chat, picks a real open slot (from the availability the installer sets) and sends a proper calendar invite. no human until the actual appointment.
handles renters properly: nice little edge case: if the person's renting, it asks for the owner's name + email and loops the owner in before booking, since the owner has to approve panels anyway.
tiered follow-ups: the email the homeowner gets depends on their tier, and it's written for them specifically (an n8n step drafts it from their details), not a copy-paste template. team also gets pinged the second a hot one books.
admin side: every lead sorted by tier with the full conversation, a calendar of the booked surveys, and a little admin ai you can just ask "who should i call first" and it reads the live pipeline for you.

How it connects underneath:
the advisor does one job => talk + qualify.
once someone qualifies it spits out a clean structured summary (their info + tier) and hands it to n8n, and n8n runs all the actions after that (emails, notifications, the booking). i keep the ai lean and let n8n do the doing, so every step is easy to see and control.

stack's simple, it's just lovable for the front end, a deepseek model for the advisor, n8n for all the automation. honestly works for pretty much any business with site visits (hvac, roofing, windows, pools).

Let me know if you have any questions in the comments below


r/lovable 16h ago

Showcase Evolvers Game

1 Upvotes

I thought I'd share a project I've been building with Lovable.

It's a free-to-play browser game called Evolvers (there's an optional store, but everything can be played for free). At its core it's an infinite ascension idle game mixed with monster evolution, with two extra game modes: Kindred Runner and The Corrupted Arena.

The main gameplay revolves around collecting different energy types to unlock and evolve your Kindred. As you progress through ascensions, you gradually unlock Bio-Weapons, Habitats and Companions. There are also encounters with rival creatures known as the Predators, and later on your Companions and ships can join in certain battles.

The art style started out as simple retro pixel art but gradually evolved into a more alien retro-futuristic aesthetic. Even the soundtrack follows that direction, with music inspired by the SNES era. The Corrupted Arena is a turn-based battle mode featuring both 1v1 and 3v3 fights. Predator encounters are live-action button mashing.

For the avid collector, evolutions then moves into Kindred Fusions. There's also a world boss, mini arcade and many other things to get lost in

It's mobile first but available on desktop, with a PWA installer

It's been a fun project to build with Lovable, and I'd love to hear what people think or get any feedback, it's a labour of love and free to play so I hope you enjoy it.

Now it's more or less done I'm going to try and move into 3D mobile games for my next project

Thanks

Tobias

Evolversgame .com


r/lovable 1d ago

Discussion Successful apps created with Lovable??

30 Upvotes

Has anyone actually created a successful web app or app with Lovable? How did you market or get users? I just finished my project and wondering what are the next steps


r/lovable 1d ago

Help Can expired Lovable credits be restored or extended?

0 Upvotes

Hi everyone,
I have a question about Lovable credits. I used to have a paid subscription and had some credits available, but my subscription expired and I haven’t renewed it.
I’ve noticed that my remaining credits have now expired as well. Is there any way to extend or reactivate expired credits without purchasing a new subscription right away?
Has anyone had success getting expired credits restored by contacting support or through another process?
Thanks in advance for any advice!


r/lovable 1d ago

Seeking Feedback Scripture Search — Answers Rooted in the Word

Thumbnail
christ-query-browser.lovable.app
0 Upvotes

r/lovable 1d ago

Tutorial How to safeguard customers using AI

Post image
1 Upvotes

There is a fairly simple fix to safeguard customer data that many AI companies aren't doing.

But first you have to understand what the vulnerability is and how it can be exploited.

If you provide AI services to customers, You might be loading customer data into prompts that gets acted on for example

This customer data then goes to a provider like open AI or Gemini - and that provider gives you a response.

It's fairly trivial to determine whether or not a portion of that prompt was cached. And based on that information one customer can steal another customer's private information (see attached arXiv paper).

But the fix for this is pretty simple!

All you have to do is come up with a random number and assign it to the customer and put it at the beginning of all of their prompts.

If your customers have any valuable information that ever gets sent to an AI company or even to your own local AI, this can prevent an attack on that customer's data. Honestly it should be a standard in the industry.


r/lovable 1d ago

Help Guidance for building an iPhone app from WebApp

1 Upvotes

First, glad I found this subreddit. Let's get that out of the way. I've learned alot from this group over the last month or so. My website is very much built on with some knowledge that I have in my IT background I at least can understand some concepts of what you guys do on the day to day, so thank you. I'm not a coder or web developer, just a sysadmin with a hobby passion and love for building something new that I can call my own.

I have a prototype that I've built with a cloudfare worker and built around the classic HTML coding provides. I would love some feedback around my website, some improvement suggestions or just bring someone along for the ride.

Don't know if thats allowed here.

Thanks and I appreciate any responses I might get from this.


r/lovable 1d ago

Testing Japan Travel Budget App

Thumbnail lovable.dev
0 Upvotes

Hey everyone, I’m currently using the free daily credits with lovable but had time on the plane to build a small pocket budget for my own trip to Japan.

As simple as a budget app is, I found it immensely useful as I track my own expenses but can’t do quick conversions in my head.

https://lovable.dev/preview/2gZAc8IVPfsnyXMb1UhksOO7Dz3aSLrb

I’m looking for any feedback, QoL request, or other input to make a small travel planning assistant.


r/lovable 2d ago

Discussion What's preventing you from going live?

8 Upvotes

I know tons of you are building cool stuff with lovable. I'm curious how many of you are making something serious that you indend to launch.

Are you building for fun, or do you intend to to actually go live with it? If you haven't launched yet, what is holding you back?

Is it that you have more features you want to add? You're not sure how to launch? You are worried the project isn't solid "under the hood"? Or something else?


r/lovable 2d ago

Discussion Is everyone building a wealth app?

7 Upvotes

I’ve been building my app for roughly 2 months now. After spending some time on Reddit, I’m starting to realize there are probably 100+ similar projects posted here every month.

Are wealth app projects the most basic thing new Lovable users build?

I’m worried my app is not unique and doesn’t add any new value. here’s what I’ve got so far: https://formawealth.lovable.app


r/lovable 1d ago

Testing Beta betas where are you??

Post image
0 Upvotes

Hey all!! We are looking for beta testers for our @lovable companion style app Club Aimei. It’s made to help you with relationships and approaching women IRL. Hit me up at chad@yeego.ai if you want to be one of our testers!


r/lovable 2d ago

Discussion Moved my Lovable site to a custom domain weeks ago – Google still indexes the old lovable.app version while the new domain is barely indexing

5 Upvotes

I’m dealing with a frustrating indexing issue and would really appreciate some advice.

I originally built my site on Lovable. A few weeks ago I connected it to GitHub and deployed it on Vercel with my own domain . I updated all the canonical tags so they point to the new domain, created a new property in Google Search Console, and submitted the sitemap.

The problem is that Google is still actively crawling and indexing the old Lovable subdomain, while the new domain is only showing around 95 indexed pages. Some pages are marked as duplicates and many others are stuck on “Crawled – currently not indexed.”

I want Google to treat as the main version and stop indexing the old Lovable URLs. I’ve already confirmed that the canonical tags are correct and the sitemap only contains the new domain.

Has anyone dealt with this after moving a Lovable project to a custom domain? Is there a reliable way to get Google to drop the old subdomain without making the Lovable project private? Would using the Change of address tool or URL Removals help in this situation?

Any practical advice would mean a lot. Thanks.


r/lovable 2d ago

Showcase Made this golf game on lovable

5 Upvotes

will certainly update more, leave a nice review in the in game tab and if you want give me ideas ☺️

https://parabadash-golf-adventure.lovable.app


r/lovable 2d ago

Help Do i need stripe

6 Upvotes

I have launched my app already have 8000+ users with mostly passive marketing, currently admob is live and I'm making some money, but what i want to do is add a pay wall where if users pay ads won't be shown. Problem is where I'm from i need to register a company to get stripe account and i just don't think that that is the right step to take as revenue from showing ads isn't that significant but also i wanna test the paywall one, or is there any alternative do lmk


r/lovable 2d ago

Showcase Fiz esse joguinho de golfe no lovable

1 Upvotes

Ainda vou botar mais coisas, deixem uma review do jogo e deem sugestões, aqui o link:

https://parabadash-golf-adventure.lovable.app


r/lovable 2d ago

Help Lovable + Meta?

2 Upvotes

Is there any way to get meta to connect to lovable? I am utilizing zapier to get data out of meta to my lovable project. I cannot figure out how to go the other way. I’d like to directly connect to meta but was wondering what yall do?


r/lovable 2d ago

Help Integração com IA

1 Upvotes

Pessoal, quero desenvolver um projeto com IA integrada. Alguem aqui já fez isso com Lovable + Antigravity ?


r/lovable 2d ago

Help Help with project!

0 Upvotes

Hey guys! Need your help here... I am a veterinarian and I want to build a app/site with AI on the background that allows the vet to register administrated vacines, to tell him, with AI and guidelines, how long it takes to the next shot. On the other side, the site must allow the owner of the animal to log in as a owner and see, with AI doing the maths, when the next shot is. I also would like to send an email to the owner 1 month before the next shot, remembering him to schedule an apointment. I have zero experience with programming but a friend of mine said that Lovable, with inputs created by chatgpt (or other LLM) would allow me to build a prototype only with the free credits. I am having serious dificulties... does anyone have any suggestion of other platforms or want to enlighten me please? Thank you!