Blog · Updated 19 September 2026
How to keep editing in Lovable after moving your site to your own hosting
Way 1: upload a new zip
- Make your changes in Lovable and check them in the preview.
- Open the Code view and click Download codebase.
- On your site's page at Lovely Hosting, click Upload new version and choose the zip from your Downloads folder.
- The new version is live about a minute later, on the same domain.
Best for sites that change now and then. Nothing to set up.
Way 2: automatic updates with GitHub
- In Lovable, click the GitHub button and connect your account. Lovable creates a repository and pushes every edit to it.
- Connect that repository to your host once.
- From then on, each edit you make in Lovable is built and published by itself, usually within a minute or two.
Best for sites you change every week. GitHub is free for this.
Can I edit the code outside Lovable too?
Yes. With the GitHub connection, changes made in a code editor or with an AI coding tool and pushed to the repository show up in Lovable as well, because the sync runs both ways. Without GitHub, stick to one place for edits so the zip you upload is always the latest version.
Do I still need a paid Lovable plan?
Not for hosting. The free plan's credits cover small edits. If you are planning a big redesign, a month of a paid plan gives you the credits for it, and you can downgrade again afterwards. See Lovable pricing explained.
Try it free
Drop the zip from Lovable's Download codebase button. It is in your Downloads folder. No account, no card, online in about a minute.
Common questions
Will uploading a new version change my domain or cause downtime?
No. The new build replaces the old one on the same address, and visitors see the old version until the new one is ready.
What about images I add later in Lovable?
They are stored on Lovable's servers, not in the code. Lovely Hosting fetches them on every upload, so new images work too.