Start here: the decision
EtchWP vs Etch Studio: what's actually different?
Last reviewed:
Analysis
Full breakdown
The question sounds simple because the interface looks the same. On August 25, 2026, Kevin Geary said Etch Studio "does not look any different from Etch." That sentence is the anchor for everything else on etchwpstudio.com: one canvas, two backends, two checkouts.
The shared UI
Both products render the same Svelte application. Loops, logic, components, and the style manager behave the same in the canvas. Geary emphasized on stream that whether you build in WordPress or in Studio, the workflow should feel identical — loops and logic work the same, dynamic data works the same.
The pitch is continuity: you should not feel like you switched products when you switch project types. That makes the August 2026 split harder to explain as a new product launch. It reads as a backend swap.
The real difference is the writer
“In EtchWP, you had a loop manager and you configured loops in PHP because … that's how WordPress demands that it be done.”
PHP loop configuration was a WordPress constraint, not a product identity. In Studio, loops and data sources are rebuilt around a relational database the vendor operates. EtchWP still uses Gutenberg blocks and PHP-backed loops because that is how WordPress stores content today.
“This is kind of the development grounds for where we do things the way they should have been done and then we find a way to port that over to WordPress.”
Features that exist in Studio today — the data manager, data sources, schema view, visual JSON builder, global data outside loops — are described on stream as landing in Studio first and porting to WordPress later, the same pattern as the asset manager.
Three-column comparison
| Layer | EtchWP | Etch Studio | One-app version |
|---|---|---|---|
| UI | Svelte canvas | Same Svelte canvas ("does not look any different") | Same canvas |
| Persistence | Gutenberg blocks / post_content / PHP loops | Vendor relational database | Adapter: WP · SQLite · Postgres |
| Where it runs | Your WordPress host | Vendor tenant | Hosted or self-hosted |
| Who already paid | Backers / LTD / yearly | New subscription | Same people |
| New features | Ported later | First | Ship once, map to adapters |
EtchWP genuinely delivers what their marketing promised for WordPress: blocks in post_content, two-way sync, client editing in native WordPress. Studio structurally cannot deliver that promise because the data is in their database, not in core WordPress.
What you get and lose either way
EtchWP: Your data stays in WordPress. You need a WordPress host, a license, and the PHP ecosystem. New architecture arrives later, if at all. Maintenance releases continue; the public changelog shows the last substantial feature release on July 8, 2026.
Etch Studio: You get the newer data architecture first, one-click Cloudflare deploy, and a ZIP download of compiled output files. You do not get a Git repository, WordPress-native storage, or coverage under an Etch lifetime deal. Editing requires an ongoing subscription.
Why this is a backend switch, not a new product
On August 25, 2026, Geary described a unified dashboard as a goal, not a shipped feature:
“Think about a unified dashboard where your studio projects and your WordPress projects show up all at once … that would be phenomenal.”
If it ships, LTD backers should not need a monthly fee to access that unified environment, and a self-hosted non-WordPress option should exist. The concession still points to one product with two persistence modes, not two separate products with separate entitlements.
The one-app alternative — same canvas, adapter for WordPress headless, SQLite, or Postgres, hosted or self-hosted — would have preserved lifetime customers instead of asking them to buy the canvas again. That is the path this site documents in its articles; see If you don't need WordPress, what is Etch Studio actually selling? for the don't-need-WordPress branch.
Quick answers
Frequently asked questions
- Is Etch Studio the same code as EtchWP?
- The visual layer is the same Svelte canvas. On August 25, 2026, Geary said Studio does not look any different from Etch. What differs is persistence: EtchWP stores blocks in WordPress post_content; Studio stores content in the vendor's relational database. New architecture ships to Studio first and is ported to WordPress later, if at all.
- Can I move a site between EtchWP and Etch Studio?
- Not today. On the August 25, 2026 stream, Geary described Studio-to-WordPress and WordPress-to-Studio conversion as a stated goal, not a shipped feature. EtchWP data lives in Gutenberg blocks inside WordPress. Studio data lives in the vendor's hosted database. There is no one-click migration path documented as of September 2026.
- Does my Etch license cover both products?
- No. On August 25, 2026, Geary answered directly: Etch lifetime deals cover etch for WordPress, which is a WordPress plugin, and do not include Etch Studio. Studio has direct hosting and database costs that plugins do not. Studio requires a separate subscription; official pricing was still unannounced as of September 2026.
- Which should I start a new project in?
- If you need WordPress — WooCommerce, classic plugins, client hosts you do not control — EtchWP keeps data in core WordPress. If you accept a hosted canvas and static deploy, Studio offers the newer data-manager architecture first. The choice is backend and entitlement, not interface quality.
Evidence
Sources used
YouTube streams
- WDD LIVE 128 (Aug 25, 2026) — 2026-08-25
Blog and marketing pages
Public changelog
- EtchWP changelog — 2026-09-03
Where this leads
The path they skipped
One Svelte app with adapter-based backends — WordPress headless, SQLite, or Postgres — and hosted or self-hosted output. Same canvas, no second checkout.
Keep reading
Related pages
Is Etch Studio included in the Etch lifetime deal?
No — confirmed on stream. LTD covers the WordPress plugin only.
Last reviewed
The version of Etch Studio that would have kept everyone: one app, three backends
Analysis: one Svelte canvas with adapter-based backends — the path they skipped.
Last reviewed
Back to the articles catalog or the hub essay.