Ownership and lock-in
Can you export your site from Etch Studio?
Last reviewed:
Analysis
Full breakdown
The vendor wrote the standard for this article on their own marketing pages. Wayback baselines for /why/ and /features/ — both captured September 22, 2026 — are linked in the sources above.
What publish actually does
On August 25, 2026, Geary demonstrated one-click connect to Cloudflare, deploy, and hosted-for-free static output. Media goes to Cloudflare R2. The client's Cloudflare account receives the compiled files.
“Their account owns the files … they have 100% ownership of that website.”
Ownership of output files is real. Ownership of the project is not.
What the ZIP contains
“There's your zip file.”
A ZIP of compiled HTML, CSS, and assets is not a Git repository. It has no commit history, no branches, no diff, and no re-import path into the editor. Local IDEs and hosted AI builders return a repo you can fork, branch, and deploy anywhere. Studio returns a folder.
The vendor's own standard
Their /why/ page compares old builders to Etch using this definition:
“Builder lock-in—everything you build is trapped in a proprietary builder environment.”
Etch promised the opposite:
“See your code, modify your code, export your code—complete ownership and control.”
“Everything is portable, shareable, and eventually git-able.”
Note: "eventually git-able" was promised about Etch generally on the marketing page, not as a specific Studio feature. The contrast stands regardless.
“This fully liberates your data from Etch while providing a native WordPress editing experience for clients.”
How EtchWP delivered that promise
EtchWP authors everything to custom Gutenberg blocks in post_content. Data is in core WordPress. Clients can edit in native WordPress without the Etch license. Two-way sync works. That is genuine data liberation for the WordPress path.
Studio structurally cannot deliver the same thing because the data lives in the vendor's relational database, not in WordPress.
The definition test
Measured against their own /why/ page, a hosted canvas where editing requires an ongoing subscription and the project cannot be re-imported is the thing they called builder lock-in. Files are not the engine.
See If you don't need WordPress, what is Etch Studio actually selling? for the don't-need-WordPress workflows, and EtchWP vs Etch Studio for the backend split.
Quick answers
Frequently asked questions
- Do I get a Git repository from Etch Studio?
- No. On the August 25, 2026 stream, Geary demonstrated a ZIP download from Settings and one-click publish to Cloudflare. What you receive is compiled output files, not a version-controlled repository. Their own marketing page promised everything would be eventually git-able about Etch generally — not specifically Studio — and Studio delivers a folder of static files instead.
- Can I host an exported Studio site myself?
- You can take the ZIP of compiled files and host them on any static host. What you cannot host yourself is the editing environment: content types, loops, logic, styles, and the visual engine remain in the vendor's hosted application. There is no re-import path. Editing requires an ongoing Studio subscription.
- What happens if I cancel Studio?
- You keep the compiled output files pushed to Cloudflare or downloaded as a ZIP. You lose access to the visual canvas, the relational database where your project logic lives, and the ability to edit or republish without resubscribing. Files are output, not the engine. No history, no bi-directional edit, no re-import.
- Can I move a Studio site to WordPress?
- Not today. On the August 25, 2026 stream, Geary described Studio-to-WordPress conversion as a stated goal, not a shipped feature. EtchWP stores blocks in WordPress post_content with two-way sync. Studio stores content in the vendor's database. Without conversion tooling, migration is manual at best.
Evidence
Sources used
YouTube streams
- WDD LIVE 128 (Aug 25, 2026) — 2026-08-25
Blog and marketing pages
Where this leads
You genuinely don't need WordPress
If the pitch is that you do not need WordPress, compare against other solutions that return a real Git repository — a local IDE or a hosted AI builder.
Keep reading
Related pages
Back to the articles catalog or the hub essay.