Dripyard Builds Premium Drupal Themes Using Only Core, No External Dependencies
Andy Giles outlines how Dripyard themes are built with zero dependencies beyond Drupal core—eschewing contrib modules, npm tooling, and companion modules. This constraint led to custom solutions for theme-specific PSR-4 autoloading, including a bespoke class loader to manage inheritance and discovery across base and sub-themes. Key features include native Layout Builder support, a context-safe dynamic layout class, and a recipe installer using the Batch API with manual file inclusion.
To maintain clean architecture, Dripyard uses “pseudo-plugin” classes for theme hooks and form alters, avoiding logic clutter in .theme files. Their inheritance model enables default settings and shared features across themes, with custom overrides in sub-themes like neonbyte. While waiting for official Canvas support, Dripyard’s architecture is already positioned for modern, scalable theme development—fully powered by core.


