Step 4 Β· Deploy

Publish & go live

You're nearly there. Publish from the editor, connect your domain, polish your social previews, and run through the launch checklist below.

1

Publish your build

Click the Publish button in the top-right of the Lovable editor. Your app goes live at a your-project.lovable.app URL within seconds.

Tip: Frontend changes (UI, copy, styling) require clicking Update in the publish dialog. Backend changes (database, auth, server functions) deploy instantly without re-publishing.
2

Connect a custom domain

Once published, go to Project Settings β†’ Domains and click "Connect Domain." Lovable gives you exact DNS records to add at your registrar (GoDaddy, Namecheap, Cloudflare, etc.).

You'll add:

A record Β· @ β†’ 185.158.133.1
A record Β· www β†’ 185.158.133.1
TXT record Β· _lovable β†’ (value shown in Lovable)
Heads up: DNS can take up to 72 hours to propagate (usually 10–30 min). Don't panic if it doesn't work instantly β€” use dnschecker.org to track progress.
3

Update titles, meta descriptions & OG images

Each route has its own head() block with title, description, and Open Graph metadata. These control what shows up in Google and when someone shares your link on social media.

β€Ί_Update the head() metadata on every route to use my brand name and offer. Site title pattern: "[Page] β€” [My Brand]". Set og:image on each route to /og.jpg (I'll add that file). Don't change the technical structure, just the text.
Tip: Generate a 1200Γ—630 OG image (your logo + tagline on brand background) and save it as public/og.jpg. This is what shows when your link is shared.
4

Add a favicon, app icon, and manifest

Generate a favicon set at realfavicongenerator.net, then drop the files into public/.

β€Ί_I've added favicon files to public/. Update the links in src/routes/__root.tsx head() so they reference favicon.ico, apple-touch-icon.png, and the web manifest.
5

Final launch checklist

Walk through every page on your custom domain before announcing. Test on mobile too.

Done when…
  • βœ“Site loads on https://yourdomain.com AND https://www.yourdomain.com (one redirects to the other)
  • βœ“Favicon shows in the browser tab
  • βœ“Social link preview looks right (test at metatags.io)
  • βœ“Sign up β†’ confirm email β†’ log in β†’ sign out flow works end-to-end
  • βœ“Real (live-mode) checkout completes with a real card and you see the order in your admin
  • βœ“Transactional emails arrive in inbox (not spam)
  • βœ“All copy reflects YOUR brand, no Girl Tech HQ leftovers
  • βœ“Privacy policy, terms, and cookie policy link to your business info
  • βœ“Mobile layout works (test in real Safari/Chrome, not just dev tools)
You shipped it. πŸš€

Tag @girltechhq when you launch β€” we love to repost founders shipping.

← Back to guide overview
Unlock every Lovable build β€” current and future. $37/mo or $297/yr (save 33%).Cancel anytime. Access lasts as long as your membership is active.Become a member β†’