Recipe Filter
This module adds a "Recipe Type" sidebar to the Project Browser's Recipes page, allowing users to quickly filter recipes by their type. It automatically detects recipe types from their configuration files and displays a live count for each category.
Recipe Filter adds a "Recipe Type" sidebar menu to the Project Browser Recipes page — the same way core's Module Filter functionality builds a sidebar for the Modules page. Instead of hunting through a flat list or a collapsed drop-down, you get an always-visible menu of recipe types, each with a live count, so you can jump straight to the recipes you're looking for.
Features
- Adds a left-hand sidebar menu to Project Browser's Recipes page,
listing every recipe type found on your site. - Each menu item shows how many recipes belong to that type, including
an "All recipes" link and an "Other" catch-all for recipes that don't
declare a type. - Recipe types are read directly from each recipe's own
recipe.ymlfile — no configuration or manual tagging
required. - Works entirely on top of Project Browser's existing filtering
system, so results stay consistent with search, sorting, and pagination. - No changes are made to Project Browser itself — Recipe Filter only
extends it.
Requirements
This module requires Project Browser.
Installation
Install as you would normally install a contributed Drupal module. See Installing Modules for further information.
Configuration
There is no configuration. Once enabled, visit Project Browser's Recipes page (/admin/modules/browse/recipes) and the "Recipe Type" sidebar menu appears automatically.
Credit
Recipe Filter was built entirely with Claude Code during Drupal GovCon 2026.