Host a Lovable export as a live URL.
Export your Lovable app, drop the ZIP here, get a clean public URL. Skip the Lovable deploy step entirely.
or click to browse
Key points
- Export your Lovable.dev project as a ZIP and upload it to get a public URL 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 compressed, which covers most prototype builds.
Drop your Lovable here and get a link in seconds.
Try it freeLovable.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.
The export from Lovable is a ZIP of the built React app. Drop the ZIP here and NudgeHost unpacks it, serves the index.html, and rewrites unknown paths to that index so React Router works on direct URL visits. This is the same pipeline that handles every deploy a React build as a link upload; the only difference is that the source happened to be an AI builder rather than a hand-built Vite project. The result is identical: a clean URL 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 on upgrade to Pro for ten active links. Most Lovable exports compress to well under the 25MB free-plan ceiling. 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. The same all of NudgeHost's hosting tools flow covers static HTML, ZIPs, and any other artifact you want to share alongside the app.
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 `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