Host a Lovable export as a live URL.
Export your Lovable app, drop the ZIP here, and it goes live at its own link on nudgehost.site. Skip the Lovable deploy step entirely.
Key points
- Export your Lovable.dev project as a ZIP and upload it; the app goes live at its own subdomain in seconds.
- Multi-file projects are unpacked automatically, with the React Router fallback in place for client-side routes.
- No Lovable account needed for the people you share the link with.
- Free plan handles exports up to 25MB unpacked, which covers most prototype builds.
Lovable.dev is one of the cleanest AI-builder experiences right now. You describe what you want, Lovable generates the React app, you iterate in the chat. The catch is the share step. Lovable has its own deploy path, but if you want to put the result on your own domain, or skip the Lovable URL entirely, or just hand someone a link without onboarding them onto another tool, exporting the app and hosting it elsewhere is the cleaner route. For the full walkthrough, read how to share a Lovable site.
The export from Lovable is a ZIP of the built React app. Drop the ZIP here and NudgeHost unpacks it and serves it at its own nudgehost.site subdomain, with assets loading from the root as the build references them and unknown paths rewritten to your index so React Router works on direct URL visits. It's the same pipeline you'd use to publish a Vite or CRA build directly; the only difference is that the source happened to be an AI builder rather than a hand-built Vite project. The result is the same. A link of the project's own that anyone can open.
If Lovable's export gives you the source rather than the build, run `npm install && npm run build` locally first and zip the `dist` folder. Lovable's own export panel has a checkbox to include the built output, which avoids the local build step entirely. The same approach covers other AI builders: host a v0 export for v0.dev outputs and deploy a StackBlitz-built project for Bolt.new.
Free for ten active links; the Pro plan adds the higher ceilings. Most Lovable exports compress to well under the 25MB free-plan limit. Custom domains, password protection, and the removal of NudgeHost branding live on Pro, all of which matter when you're sharing the link with a client rather than testing internally. Builders who are job-hunting often show a working Lovable app, so you can get your portfolio in front of a recruiter with the live URL in your application. The same dashboard lets you host a file alongside the app, so static HTML, ZIPs, and any other artifact ship from the same place.
Drop a file here and get a shareable link in seconds.
Try it freeFrequently 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 `npm install && npm run build` locally and zip the dist folder.
Will React Router work?
Yes. The SPA fallback rewrites unknown paths to index.html so the router can handle them.
Can I update the app without changing the URL?
Yes. Re-export from Lovable, upload the new ZIP to your existing link, and the URL stays the same.
Does Lovable's `lovable.dev` URL still work after I host on NudgeHost?
Yes. NudgeHost is a separate destination, not a redirect. Both URLs continue to work; you choose which one to share.
Get file-sharing tips that actually help.
One email a month. No spam, no fluff.
Related tools
Other things you can do on NudgeHost.
Ready to share your file?
Free forever, no credit card needed. The whole thing takes a few seconds.
Get started free