AI Recipe for Drupal

By Jordan , 19 May, 2025
illustration of a human shaking hands with a robot

After the success of my Stanford talk, I thought I'd take it to the next level.  The hot new thing in Drupal is recipes, which are part of Project Starshot.  (Short version: let's make Drupal easier to adopt.) In this case, that means a single recipe that will download and enable the modules you need to create your own AI chatbot - no code required!

The bad news: You still need to configure the modules.  Right now, recipes are still pretty limited; there is no wizard to configure the modules for you.  (The Drupal community is already working on it, but there are bugs.) So, what does the recipe do?  It installs & enables the modules you need.  This is a process:

  1. Set "minimum-stability": "dev" in your composer.json
  2. Install the recipe: composer require koppie/ai-chatbot-recipe
  3. Clear the cache: drush cr
  4. Enable the recipe: drush recipe ../recipes/ai-chatbot-recipe

For next steps, check out my previous post, or the new youtube video of my presentation at Stanford Webcamp.

Comments

Filtered HTML

  • Web page addresses and email addresses turn into links automatically.
  • Allowed HTML tags: <a href hreflang> <em> <strong> <cite> <blockquote cite> <code> <ul type> <ol start type> <li> <dl> <dt> <dd>
  • Lines and paragraphs break automatically.