Getting started
What Is Webrelay
Webrelay is a service that exports sites from website builders into clean, self-contained HTML. You paste a link to your site and get back a ZIP archive or a ready-to-use site on your own hosting — with no lock-in to the builder and no monthly fee for it.
Why move your site off a website builder
- Cost savings. Builders charge a subscription fee for every site. On your own hosting the same site costs a fraction of that.
- Independence. The site belongs to you — it can't be blocked or shut down for non-payment.
- Speed and SEO. Clean static HTML loads faster than the heavy code a builder produces.
- Full control. You can edit the code, configure the server, and connect any analytics you like.
Which builders are supported
| Builder | Support | What gets migrated |
|---|---|---|
| Tilda | Full | All blocks, Zero blocks, store, forms |
| Craftum | Full | All templates, forms |
| mottor (ex-LPgenerator) | Full | Landing pages, forms |
| Wix, Squarespace, WordPress | Basic | Static HTML without server-side logic |
For Tilda, Craftum and mottor there are dedicated parsers that understand the builder's structure and produce tidy code. Not sure which builder a site is built on? See How to identify a site's builder.
How it works
Webrelay walks through the site step by step and assembles a fully self-contained copy:
Step 1: Analysis
The service opens the site, detects the builder, and finds every page — including those loaded via JavaScript.
Step 2: Downloading resources
HTML, CSS, JavaScript, images and fonts are downloaded — everything the site references, including background images and fonts declared in inline styles.
Step 3: Cleanup and link rewriting
Absolute links to the builder's CDN are replaced with local paths, lazy-loaded images (data-original) are turned into normal ones, and blurry previews become the real pictures.
Step 4: Form handling
Lead forms are redirected to the built-in form-handler.php handler, and the store cart is intercepted by a separate script. Submissions arrive by email and in Telegram. Learn more — Forms and submissions.
Step 5: Optimization
Images are converted to WebP, CSS is minified, and lazy loading is added. Learn more — Site optimization.
Step 6: Delivering the result
The finished site can be downloaded as a ZIP archive or uploaded straight to your hosting over FTP.
What's next
- Migrate your first site in 5 minutes — Quick start
- Compare plans and limits — Plans and limits
- Common questions — FAQ
FAQ
Is Webrelay free?
You can migrate a single page for free and download the ZIP. For all pages, FTP deploy and optimization you need a package or a subscription. See Plans and limits.
Will the site stop working on the builder after migration?
No. Webrelay makes a copy — the original on the builder keeps working. You decide when to switch the domain over to the new version.
Do I need programming skills?
No. The whole process happens in the browser: paste a link and get a ready site. You don't need to touch the code, though you can if you want to.
How is Webrelay different from downloading a site manually?
Ordinary "site downloaders" save a broken copy: dead links, non-working forms, placeholder images instead of the real ones. Webrelay understands the specifics of each builder and delivers a working site with real images and working form handling.