This is a shot in the dark as to what you need.
So if you don’t know what lovable or Netlify are, this isn’t for you :)
Lovable is a new AI platform that allows people to build entire software applications without writing any code. Their pricing can get expensive over time, and it’s not necessarily suitable for a full-scale user application. They allow ten million requests per month. That’s a lot. But perhaps you want to be able to scale beyond it and save $20-100/month, especially if it’s an API or high-traffic SaaS application.
The high-level steps are
Create or access a project in Lovable
Open the GitHub repo and inspect the build command in the “package.json” file.
Log in or sign up to Netlify and import a project from GitHub
Search for the GitHub repo that the lovable app is associated with
Set the build command, it’s usually npm run build
Select the option to create a custom subdomain on Netlify
Add an A record pointing to the IP address to your domain; the CNAME and Alias suggestions didn’t work for me.
I forgot to include this in the video, but to make the website accessible on www.domain.com, you also need to add a CNAME “www” record, which will also point to your Netlify subdomain.
It’s easier just to watch the video.
Deploying Your Lovable Project With Netlify 🚀 - Watch Video
Any questions, let me know in the comments!