Etch
WordPress theme framework for developers with modern block editor support
AI Summary
Etch is a lightweight WordPress theme framework specifically designed for developers. It provides a minimalist foundation with full Gutenberg support and modern WordPress standards. The framework enables developers to quickly create custom WordPress themes.
✓ Pros
- + Minimalist code without unnecessary overhead
- + Full support for WordPress block editor (Gutenberg)
- + Developer-friendly structure for custom theme development
✗ Cons
- − Requires WordPress and theme development knowledge
- − No ready-made design templates for non-developers
Use Cases
- → Development of custom WordPress themes with block editor support
- → Creation of minimalist WordPress projects without theme bloat
- → Starter template for agency-specific WordPress developments
- → Modernization of existing WordPress projects on a block editor basis
Who is it for?
WordPress developers and agencies looking for a clean code base for custom theme projects.
Tags
What is Etch?
Etch is a WordPress theme framework that gives developers a clean codebase for custom theme projects. The approach is deliberately minimalist: no pre-built design, no component library that needs to be surgically removed. Instead, Etch provides a structured foundation built entirely around the WordPress Block Editor (Gutenberg) and aligned with current WordPress standards.
The framework is explicitly not aimed at users looking for a ready-made theme. It is a developer tool that speeds up the start of custom theme projects by handling the boilerplate work.
Core features
- Lean theme base with no unnecessary dependencies or pre-installed design components
- Full Gutenberg support, including Block Editor-compatible theme structures
- Developer-friendly folder and file structure for custom theme development
- Alignment with modern WordPress coding standards as a starting point for agency or client projects
Who is Etch for?
Etch is intended for WordPress developers and agencies that build custom themes regularly. As a starter framework, it eliminates the recurring effort of setting up a theme structure from scratch. Developers looking to migrate existing WordPress projects to the Block Editor will find a reference structure here that treats this approach as a first-class concern from the start.
Etch is not practical without knowledge of WordPress theme development. Anyone who has never touched a functions.php file or does not understand how theme templates work in WordPress will hit a wall quickly. There are no ready-made page templates or design starting points.
Context & alternatives
Etch sits in the space of WordPress starter themes and theme frameworks. Well-known alternatives in this segment include Underscores (_s) by Automattic, long the default starting point for many developers, and Sage by Roots, which brings a more modern build workflow with Laravel Blade templating. Compared to Sage, Etch is leaner and designed without external build dependencies. Compared to Underscores, the clear difference is the Block Editor focus. Developers building a project exclusively with Gutenberg blocks, with no interest in carrying classic theme legacy patterns, have a more direct starting point with Etch.