How to share a Lovable site
By Mark Boreland ·
In short
Lovable builds a full app from a chat, then offers its own deploy path. If you would rather host it yourself, export the project, drop the build into NudgeHost, and get a public link. A custom domain puts it on your own address. Re-export and the link updates in place.
Lovable.dev is one of the cleanest of the AI app builders. You describe what you want in plain language, it generates a working React app, and you refine it in the chat. Lovable has its own deploy button, which is fine if you want to stay inside Lovable. The moment you want the app on your own domain, or want to hand someone a link without onboarding them onto another tool, hosting the export yourself is the simpler path.
Start by exporting the project from Lovable. The export is a ZIP of the built React app, and Lovable's export panel has an option to include the built output rather than only the source, which saves you a local build step. If you only have the source, run an install and a build locally first, then zip the output folder. Either way you end up with one archive that holds the whole app.
Drop that ZIP into NudgeHost and you publish a Lovable.dev app in one step. NudgeHost unpacks the archive, serves the index as the entry point, and rewrites unknown paths back to it so client-side routing works on a direct visit. This is the same pipeline that runs when you publish an HTML page a multi-file site, so a Lovable export and a hand-built site host the same way. The result is a public link that loads the app exactly as it ran in Lovable.
A Lovable build is static once it leaves the chat, a folder of HTML, JavaScript, and assets with no server behind it. The one thing to know is routing. An app using React Router handles its own URLs in the browser, so a direct visit to a sub-path would normally fail on a plain host. NudgeHost's fallback sends unmatched paths to the index so the router takes over, which means deep links into the app keep working.
The default link sits on nudgehost.com, which is fine for sharing with a friend. For anything client-facing, putting the app on your own address reads as more established. Our explainer on what a custom domain is covers the setup, which is a single DNS record with the securing certificate issued for you. Custom domains live on our pricing, alongside password protection and the removal of NudgeHost branding.
Builders who are job-hunting often ship a Lovable app as proof of what they can do, and a working link beats a description every time. You can send a portfolio to a recruiter with the live URL in an application, so a hiring manager clicks once and uses the thing you built. The same link works in a portfolio or a cold email.
Re-export from Lovable whenever you change the app, upload the new ZIP to the same link, and the URL stays put. Anyone who already has it sees the new version. The approach is identical for the other AI builders, so once you have done this you can share what v0 generated or a Bolt project the same way. The mental model is simple. Export the build, drop the archive, share the link.
Hosting a Lovable export is free to start, and most exports compress to a few megabytes, well under the free-plan limit. Upgrade when you want a custom domain or are sharing the link widely. There is no deploy config to learn and no server to keep alive.
Frequently asked questions
Do I export source code or the built app?
Export the built app where Lovable offers it. If you only have source, run an install and build locally and zip the output folder before uploading.
Will client-side routing work after I host it?
Yes. NudgeHost rewrites unknown paths to the index so React Router can handle them, which keeps deep links working on a direct visit.
Can I use my own domain?
Yes, on a paid plan. Add a single DNS record pointing your domain at NudgeHost, and the certificate is issued automatically.
Does my Lovable URL stop working if I host elsewhere?
No. The NudgeHost link is a separate destination. Both keep working, and you choose which one to share.
Related tools
Other things you can do on NudgeHost.
Try it yourself.
Drop a file and get a shareable link in seconds. Free, no card needed.
Share a file now