Review: Drupal CMS (Starshot) Recipe System for AI-Driven Site Building

Published: (February 26, 2026 at 01:56 PM EST)
1 min read
Source: Dev.to

Source: Dev.to

The Hook

Why I Built It

The Solution

AI Builder role

The helper turns a JSON brief into a valid recipe.yml.

The Code

View Code

(code not included in the source)

What I Learned

  • Recipes are Composer packages of type drupal-recipe meant to be unpacked and applied, not kept as runtime dependencies.
  • Applying a recipe happens from the webroot via drush recipe (Drush 13+) or php core/scripts/drupal recipe, and the core recipe-unpack workflow can place recipes in a /recipes directory.
  • Recipe configuration actions live in recipe.yml and are expressed as config entity IDs plus actions like createIfNotExists, grantPermissions, and simpleConfigUpdate.
  • The Recipes initiative APIs are available in core as experimental in Drupal 10.3+ and Drupal 11.

References

  • Originally published at VictorStack AI Blog
0 views
Back to Blog

Related posts

Read more »