Easy, Fast, and Free!
Launch sites in < 5 seconds!
Demo, Develop, and Deploy.
Share recipes and templates.
Free for 30 days.
Drupal Module Finder AI
The Drupal Module Finder AI is both a showcase in what can be done with agentic RAG in Drupal, as well as something actually useful for Drupal developers.
The setup is that we have fetched the metadata for all Drupal modules available for Drupal 11 into content types via the Drupal JSON:API - we have used AI to add artifical metadata, including summaries and what the modules can be used for.
Then this has been pre-indexed and made available to an assistant that you can ask via a chatbot questions about finding the correct modules.
There is also a normal Views filter and search to compare how the normal search handles queries.
You will need to login and then click on the home button on the top left corner to get started.
How to use it
- Login to the site.
- In the bottom right there is a chatbot, try asking it things like "I want to rebuild Reddit, what modules do I need?" or "My site is getting attacked by spam, specifically on comments. Help me!". Since its agentic and might do multiple searches in the background, it can take up to 30-45 seconds to get a response.
- There is a view with "normal" search here as well that you can use as comparison.

Frequently Asked Questions
Simplytest is a great service. We were in fact inspired by it. If you have not tried it, you should try it out. Seriously. Here's the link. Drupal Forge is a community service - just like Simplytest. Here are the similarities and differences:
- Like Simplytest, Drupal Forge (DF) lets you create 6 hour temporary disposable Drupal Dev sites.
- On DF, you can optionally add a Cloud Dev Environment (CDE) to your Drupal Dev sites.
- With a CDE, your Dev sites are automatically paused at after 6-hours instead of getting deleted.
- You can un-pause your sites and continue where you left off.
- You can keep extending the working life of your Dev sites (in increments of 6 hours).
- With a CDE, you get a browser-based VS Code IDE (aka Cloud IDE), pre-installed with Composer and Drush.
- Full access to the MySQL database with PhpMyAdmin - a browser-based db admin tool.
- Invite and collaborate with other developers on the Code IDE - think parallel programming.
- Download your site and use it on your Local Dev Environment.
- Go live with your site - deploy it to an external server on Digital Ocean, Light Sail, etc. Connect your custom URL to it. Maintain the Dev site on DF.