Nonprofit Drupal posts: June Drupal for Nonprofits Chat
Join us THURSDAY, June 12 at 1pm ET / 10am PT, for our call to chat about all things Drupal and nonprofits. (Convert to your local time zone.)
We don't have anything specific on the agenda this month, so we'll have plenty of time to discuss anything that's on our minds at the intersection of Drupal and nonprofits. Got something specific you want to talk about? Feel free to share ahead of time in our collaborative Google doc: https://nten.org/drupal/notes!
All nonprofit Drupal devs and users, regardless of experience level, are always welcome on this call.
This free call is sponsored by NTEN.org and open to everyone.
Please note that, since the meeting was moved a week early due to the Juneteenth holiday, the Zoom link for this month's call is different. Please use the following link for June’s call:
-
Join the call: https://us02web.zoom.us/j/87657453970?pwd=naknkSONquhpyIAIR5zLaHcroNbQvi.1
-
Meeting ID: 876 5745 3970
Passcode: 507410
-
- Follow along on Google Docs: https://nten.org/drupal/notes
DrupalCamp Ruhr 12. / 13. September in Essen!
Auch dieses Jahr gibt es natürlich wieder ein DrupalCamp,
nämlich den Klassiker im Pott, das DrupalCamp Ruhr am
12. und 13. September. Tickets sind bereits erhältlich!
https://drupalcamp.ruhr
The Drop Times: DrupalCamp Poland 2025: A Community-Focused Event with Strong Technical and Editorial Insights
Drupal Association blog: Voices of Pride: A Reflection from Fei Lauren
This Pride Month, the Drupal Association invited community members to share their voice, story, and perspective through a short questionnaire, an open-hearted call to celebrate who we are and where we belong.
In a time when many in the queer community may not always feel seen or safe, we want to reaffirm that the Drupal Association is a space rooted in inclusion, care, and visibility. Our goal is to spotlight the strength, joy, and diversity within the LGBTQ+ community around the world. Through shared stories like the one below, we hope to reflect the beauty of our global community and remind each other: you belong here.
This is a space where all identities are respected, celebrated, and uplifted, not just in June, but always. As stated in the Open Web Manifesto, the open web thrives on inclusion: everyone in the world, regardless of background, identity, wealth, or status, has a home on the open web.
Today, we’re honored to share reflections from Fei Lauren, an inspiring human, community-elected at-large board member and a Drupal Diversity & Inclusion initiative lead. Their story explores moments of vulnerability, history, solidarity, and global connection, reminding us of the power in simply being seen.
How is Pride celebrated in your city or country?
West Coast Canada is known as one of the best places in the world to live for the LGBTQIA+ community. But it’s a very common practice here to include ‘2S’ before the other letters. 2S stands for Two-Spirit, and it goes first to acknowledge and honor that Indigenous Peoples were here first.
Otherwise, Pride celebrations in many communities are very family-oriented. Face painting is popular, and I’ve also seen things like bouncy castles.
Can you share a moment when inclusion really stood out to you, a personal story or memory?
I am genderqueer, and when I was first exploring neutral pronouns, the idea of putting pronouns in our Slack profiles came up at work. I didn’t realize it at first, but one of the managers I really liked and respected also used they/them pronouns.
We talked about it privately, and then they added their pronouns just before I did. I’ll never forget the anxiety I felt, followed by an incredible sense of relief that I wasn’t alone. I always try to be visible now. Sometimes, it just takes one person to shift that sense of vulnerability and make opening up feel safer.
What’s your favorite Pride-related fact, tradition, or symbol?
I recently learned that until the AIDS epidemic, the commonly used acronym was GLBT. Many medical professionals refused to treat patients who were HIV-positive, but the lesbian community stepped up as nurses and caregivers to provide support.
Changing the order of letters in the acronym, and the many variations used since, is done to honor this act of care and solidarity.
Is there a queer voice, an author, creator, or activist who has inspired or supported you?
I love Ivan Coyote. They have a book of letters from fans and their responses. I don’t cry easily, but some of the letters are so raw it’s impossible not to.
Pride celebrations here can sometimes feel like we’ve lost touch with our history and the ongoing struggle for respect, safety, and equality.
It feels important and powerful to tell those stories and make sure we don’t lose sight of how much work there is still to do in this world.
What’s one thing you love about the queer community you’re part of (in or outside Drupal)?
In Drupal, I love that the community is so global. I have learned a lot about what’s happening around the world. It’s easy to only see your own community and the struggles you and your friends face, the violence and heartbreak right in front of you.
But I love getting to celebrate wins and hold space for people globally. I’ve learned so much from the Drupal community. It has changed my relationship with queer activism and reminded me what I have to be grateful for. It also makes me feel like we really aren’t alone, and that gives me an incredible amount of hope.
Thank you, Fei, for your vulnerability, care, and presence in Drupal community. Your voice reminds us why representation matters and how simply showing up as yourself can make space for others to feel safe, seen, and supported.
To LGBTQ+ and queer members of our community, and to everyone reading, if you feel inspired to share your story this Pride Month, we welcome you with open arms. Every contribution helps build a more inclusive and loving web, one story at a time.
Want to share your own story? Submit your response here.
We also invite you to get involved with the Drupal Diversity & Inclusion (DD&I) initiative. Join the #diversity-inclusion channel on Drupal Slack and say hello! Learn more at drupaldiversity.com/get-involved.
Specbee: Understanding content publishing in Drupal: A guide for marketers & content authors
jofitz: Drupal AI: Custom AI Helper module
Struggling with repetitive code when using Drupal's AI module for chat operations? Discover how the AI Helper module simplifies your development by streamlining common tasks, letting you focus on unique solutions instead of boilerplate.
Having written a couple of Drush scripts that utilise the Chat operation of the Drupal AI module (e.g. see part 1 in this series of Drupal AI articles) it was clear that certain operations were repeated in each task. I wrote a module, AI Helper, to provide a service that would avoid the need for repeated code.
Code StagesIt made sense to me to separate the code into three stages, each of which will be explained below:
- Pre-processing
- Processing
- Post-processing
The first stage consists of converting the input into the format required for the Chat request and obtaining the Provider and Model.
1a) Prepare inputWorking back from the parameters of the Chat request to the simplest input to the service, the logic was as follows:
- The chat() call...
The Drop Times: What Drupal Agencies Are Bringing to London’s AI Summit
Salsa Digital: Introducing the Drupal AI Initiative
DDEV Blog: Securing DDEV’s Future: Our Commitment to Financial & Community Sustainability
Over the last nine years DDEV has grown from a tiny side project to a development environment and ecosystem that serves about 17,000 weekly developer-users and is critical to so many developers' workflows.
We love this amazing open-source world that we're a part of. It's astonishing when communities can work together and of course the fact that we all stand on the shoulders of such giants like Linux, Debian, and hundreds of other projects.
What Happens When a Community Loses its Maintainer?What happens when a great project loses a key maintainer? A couple of years ago Bram Moolenaar, the maintainer of the Vim editor, passed away unexpectedly. Every project faces unexpected transitions, whether a maintainer steps back, changes focus, or, as happened with Bram, passes away. The Vim community did step up successfully, but that's not the only outcome possible for so many small projects.
What can we learn from Vim's experience, and how is DDEV positioned in comparison?
One thing that the Vim community discovered was that Bram's work was truly a full-time job, even with their incredible and active community.
Many people may think that DDEV is just a tiny project that could carry on without its maintainers, but that might not be true. Right now support, maintenance, and improvements for DDEV use the full-time and consistent effort of two full-time maintainers. That's why you get the level of support and responsiveness you do. Both maintainers are currently paid, but perhaps not at a salary level that you would accept.
The Good Stuff- Distributed controls: DDEV has two main leaders, Randy Fay and Stas Zhuk, who both have full control of the GitHub ddev organization, and a couple of other people also have full administrative privileges. This is good; we're not dependent on one person. Both of us are fully trained and capable on all of the technologies and infrastructures used in DDEV's testing and release environments. (We would like to have more full-trained maintainers, unpaid or paid. If you love DDEV, come and join us and we'll train you.)
- Financial Organization: DDEV has its own fiscal organization, the DDEV Foundation, which is a US 501(c)(3) tax-exempt entity. The organization has its own bank account, and Randy and long-term collaborator Mike Anello are signers on the account, so it's not dependent on a single person.
- Financial Reporting: DDEV does track and provide financial reports at each Advisory Group meeting.
- Control of Communications: Both maintainers have full control of our social media accounts and Discord.
- Passwords and Other Secrets: We use a group 1Password setup to manage all of our secrets, so they're not known to just one maintainer.
- Accounts management: Thanks to great advice from Advisory Group member Andrew Berry and thanks to having a free Google Workspace account (for nonprofits) we are able to use Google Groups for key email addresses, and current maintainers can be added to those groups. That way changes to maintainership don't result in loss of access to key external accounts.
Vim had serious challenges in all these areas, as there was only one "owner" of the GitHub project, and financial setups were very much ad-hoc. Bram was truly the "owner" of the whole project.
Areas to ImproveWe work hard to identify areas that are dependent on a single maintainer, and to resolve those. But it's a perpetual process!
- Governance: From the beginning of DDEV, Randy has been the leader, acting as what's commonly called a "Benevolent Dictator for Life", or "BDFL". While that's a common model in open source, it's not a great model for overall sustainability. The BDFL model means that leadership can be concentrated in one person, preventing the development of community decision-making capabilities. One of our key goals for 2025 is to at least start moving past that model.
- Regulatory: Randy has dealt with Colorado and US regulatory requirements, including getting the 501(c)(3) tax-exempt designation, changing the name of the organization to "DDEV Foundation", filing annual reports.
- Finance and Reporting: Randy does the bimonthly financial reporting, tracks invoices, corresponds with donors, sends thank-you notes to donors, pays maintainers.
- Promotion/Marketing: Randy seems to keep these roles year-in and year-out despite attempts to spread out the work
- Test Runner Maintenance: Although Stas knows everything and has full access to our extensive test runner infrastructure, many of the runners are in Randy's house, and when something has to be done physically to them, it becomes Randy's problem.
- Improved Marketing/Monetization: As discussed above, open-source projects generally have a hard time asking for money because people take them for granted. We do hope to move toward adding premium features and premium support options that will encourage organizations and individuals to step up to the plate and do their fair share of support.
- Financial: More than one person should know how to do (and have power to do) all the financial things, like paying contributors and other bills.
- Governance: Figure out how to move from BDFL to something that lasts beyond one person. A proposal is in progress.
- Write up regulatory and financial tasks: We have a good set of documents and a private repository that explain maintainer tasks. This all needs to be done for governance, regulatory, financial, and marketing tasks.
- You: DDEV is a collaborative open-source project. Are you interested in a role?
As of June, 2025, DDEV's monthly support is at the $7800 USD level. Our goal is $12,000. You can see this at any time on the top of ddev.com, and a full accounting updated daily is in the sponsorship-data repository. Our current bank balance is about $19,000 USD.
Share Your Thoughts!Do you have additional ideas, suggestions, or insight into how DDEV's future could be more sustainable? We would sure love to hear from you! Or get active and join our DDEV Advisory Group.
Do you have questions or want to talk (about sponsoring or anything else)? Contact us! or join us in Discord.
Have you signed up for the monthly DDEV Newsletter? We'd love to have you.
amazee.io: Our Commitment to Drupal’s Strategic AI Initiative
The Drop is Always Moving: AI is reshaping how we build websites. Instead of creating everything from scratch, we're moving toward setting goals where AI helps deliver results.Today we're launching a coordinated effort to accelerate AI innovation in Drupa
AI is reshaping how we build websites. Instead of creating everything from scratch, we're moving toward setting goals where AI helps deliver results.
Today we're launching a coordinated effort to accelerate AI innovation in Drupal:
✓ Clear strategy and shared vision
✓ Funded delivery team with full-time contributors
✓ $120,000 in operational funding
✓ Active work tracks: AI Core, Products, Marketing, and UX
Join us: https://www.drupal.org/ai/
Blog post: https://dri.es/accelerating-ai-innovation-in-drupal
Talking Drupal: Talking Drupal #506 - Automated Testing Kit
Today we are talking about Automated Testing Kit demo Recipe, Why Automated Testing is important, and How this recipe helps with guest André Angelantoni. We’ll also cover Taxonomy Views Integrator as our module of the week.
For show notes visit: https://www.talkingDrupal.com/506
Topics- What is Automated Testing Kit
- Features and benefits of Automated Testing Kit
- Cypress vs Playwright
- Where should these run
- Automated Testing Kit recipe
- Demo configuration
- Installing and setting up the Kit
- Using this on an existing site
- Managing tests and repositories
- Building and using recipes
- Debugging and troubleshooting tests
- Roadmap
- Automated Testing Kit Demo Recipe
- Automated Testing Kit
- Documentation
- Thread on nightwatch replacement
- Testor
- Automated Testing Kit Intro Video
- Automated Testing Kit Philosophy
- Recipes list
- Testery
- Testiny
- Code generators
- Drupal forge
André Angelantoni - drupal.org/project/automated_testing_kit aangel
HostsNic Laflin - nLighteneddevelopment.com nicxvan John Picozzi - epam.com johnpicozzi Norah Medlin - tekNorah
MOTW CorrespondentMartin Anderson-Clutz - mandclu.com mandclu
- Brief description:
- Have you ever wanted to customize the taxonomy display view for a specific vocabulary, or even a specific taxonomy term? There’s a module for that.
- Module name/project name:
- Brief history
- How old: created in Sep 2009 by Derek Webb (derekwebb1) though the most recent release was made by Kevin Quillen, who was a guest on the podcast in episodes 406 and 500
- Versions available: 2.0.0 which works with Drupal 8, 9, 10, and 11
- Maintainership
- Actively maintained
- Security coverage
- Test coverage
- Documentation
- Number of open issues: 13 open issues, 4 of which are bugs against the 2.0.x branch
- Usage stats:
- 24,130 sites
- Module features and usage
- After enabling this module, when you edit a vocabulary or a taxonomy term, users with the necessary permissions will see an option to specify a view to show tagged content, and you can also choose which display to use
- You can create a new view from scratch, or clone the taxonomy/term/* view provided by core, or a view defined in code. Obvious it’s critical for the view to have a contextual filter for a taxonomy term
- Using this module could allow you to customize the presentation on a view page, for example to make the exposed filters more relevant, or even to split out the content, for example if you wanted to list only news in the main display, and have events and blog posts listed separately in attachments
- I found this module really helpful during some recent work on the Drupal Event Platform, so I thought I would share it with our listeners
Zoocha: Making Regression Testing Work for You
Dries Buytaert: Accelerating AI innovation in Drupal
Imagine a marketer opening Drupal and with a clear goal in mind: launch a campaign for an upcoming event.
They start by uploading a brand kit to Drupal CMS: logos, fonts, and color palette. They define the campaign's audience as mid-sized business owners interested in digital transformation. Then they create a creative guide that outlines the event's goals, key messages, and tone.
With this in place, AI agents within Drupal step in to assist. Drawing from existing content and media, the agents help generate landing pages, each optimized for a specific audience segment. They suggest headlines, refine copy based on the creative guide, create components based on the brand kit, insert a sign-up form, and assemble everything into cohesive, production-ready pages.
Using Drupal's built-in support for the Model Context Protocol (MCP), the AI agents connect to analytics tools and monitor performance. If a page is not converting well, the system makes overnight updates. It might adjust layout, improve clarity, or refine the calls to action.
Every change is tracked. The marketer can review, approve, revert, or adjust anything. They stay in control, even as the system takes on more of the routine work.
Why it mattersAI is changing how websites are built and managed faster than most people expected. The digital experience space is shifting from manual workflows to outcome-driven orchestration. Instead of building everything from scratch, users will set goals, and AI will help deliver results.
This future is not about replacing people. It is about empowering them. It is about freeing up time for creative and strategic work while AI handles the rest. AI will take care of routine tasks, suggest improvements, and respond to real-time feedback. People will remain in control, but supported by powerful new tools that make their work easier and faster.
The path forward won't be perfect. Change is never easy, and there are still many lessons to learn, but standing still isn't an option. If we want AI to head in the right direction, we have to help steer it. We are excited to move fast, but just as committed to doing it thoughtfully and with purpose.
The question is not whether AI will change how we build websites, but how we as a community will shape that change.
A coordinated push forwardDrupal already has a head start in AI. At DrupalCon Barcelona 2024, I showed how Drupal's AI tools help a site creator market wine tours. Since then, we have seen a growing ecosystem of AI modules, active integrations, and a vibrant community pushing boundaries. Today, about 1,000 people are sharing ideas and collaborating in the #ai channel on Drupal Slack.
At DrupalCon Atlanta in March 2025, I shared our latest AI progress. We also brought together key contributors working on AI in Drupal. Our goal was simple: get organized and accelerate progress. After the event, the group committed to align on a shared vision and move forward together.
Since then, this team has been meeting regularly, almost every day. I've been working with the team to help guide the direction. With a lot of hard work behind us, I'm excited to introduce the Drupal AI Initiative.
The Drupal AI Initiative builds on the momentum in our community by bringing structure and shared direction to the work already in progress. By aligning around a common strategy, we can accelerate innovation.
What we're launching todayThe Drupal AI Initiative is closely aligned with the broader Drupal CMS strategy, particularly in its focus on making site building both faster and easier. At the same time, this work is not limited to Drupal CMS. It is also intended to benefit people building custom solutions on Drupal Core, as well as those working with alternative distributions of Drupal.
To support this initiative, we are announcing:
- A clear strategy to guide Drupal's AI vision and priorities (PDF mirror).
- A Drupal AI leadership team to drive product direction, fundraising, and collaboration across work tracks.
- A funded delivery team focused on execution, with the equivalent of several full-time roles already committed, including technical leads, UX and project managers, and release coordination.
- Active work tracks covering areas like AI Core, AI Products, AI Marketing, and AI UX.
- USD $100,000 in operational funding, contributed by the initiative's founding companies.
For more details, read the full announcement on the Drupal AI Initiative page on Drupal.org.
Founding members and early support Some of the founding members of the Drupal AI initiative during our launch call on Google Hangouts.Over the past few months, we've invested hundreds of hours shaping our AI strategy, defining structure, and taking first steps.
I want to thank the founding members of the Drupal AI Initiative. These individuals and organizations played a key role in getting things off the ground. The list is ordered alphabetically by last name to recognize all contributors equally:
- Jamie Abrahams (FreelyGive) – Innovation and AI architecture
- Baddý Breidert (1xINTERNET) – Governance, funding, and coordination
- Christoph Breidert (1xINTERNET) – Product direction and roadmap
- Dries Buytaert (Acquia / Drupal) – Strategic oversight and direction
- Dominique De Cooman (Dropsolid) – Fundraising and business alignment
- Marcus Johansson (FreelyGive) – Technical leadership
- Paul Johnson (1xINTERNET) – Marketing and outreach
- Kristen Pol (Salsa Digital) – Cross-team alignment and contributor engagement
- Lauri Timmanee (Acquia) – Experience Builder AI integration
- Frederik Wouters (Dropsolid) – Communications and outreach
These individuals, along with the companies supporting them, have already contributed significant time, energy, and funding. I am grateful for their early commitment.
I also want to thank the staff at the Drupal Association and the Drupal CMS leadership team for their support and collaboration.
What comes nextI'm glad the Drupal AI Initiative is now underway. The Drupal AI strategy is published, the structure is in place, and multiple work tracks are open and moving forward. We'll share more details and updates in the coming weeks.
With every large initiative, we are evolving how we organize, align, and collaborate. The Drupal AI Initiative builds on that progress. As part of that, we are also exploring more ways to recognize and reward meaningful contributions.
We are creating ways for more of you to get involved with Drupal AI. Whether you are a developer, designer, strategist, or sponsor, there is a place for you in this work. If you're part of an agency, we encourage you to step forward and become a Maker. The more agencies that contribute, the more momentum we build.
Update: In addition to the initiative's founding members, Amazee.io already stepped forward with another commitment of USD $20,000 and one full-time contributor. Thank you! This brings the total operating budget to USD $120,000. Please consider joining as well.
AI is changing how websites and digital experiences are built. This is our moment to be part of the change and help define what comes next.
Join us in the #ai-initiative channel on Drupal Slack to get started.
[newsletter-blog]The Drop Times: The Future of Drupal Is Intelligent: Practical AI Integration for Smarter Web Experiences
Drupal Association blog: Drupal Launches New AI Initiative to Democratize Intelligent Digital Experiences for Everyone
- Open-source leader with 290+ AI modules announces major coordinated initiative
- Transforms organic community innovation into unified product vision with industry backing
- Establishes dedicated AI team drawn from leading agencies to provide coordinated innovation at scale
June 9, 2025 – Portland, Oregon - Drupal today launched the Drupal AI Initiative, a comprehensive effort to democratize intelligent digital experiences for everyone and drive responsible AI innovation. With over 290 AI modules already available and integrations spanning 21 major providers including OpenAI, Anthropic, AWS Bedrock, Azure, and Google Vertex, Drupal, the leading open-source CMS, has built substantial momentum in AI adoption. The new initiative channels this community-driven innovation into a coordinated product vision with dedicated leadership, funding, and strategic direction.
The initiative establishes a dedicated Drupal AI team drawn from top agencies globally, unified by an AI strategy that prioritizes human expertise over technological replacement. While most technology companies build AI systems that replace human decision-making, Drupal's AI approach centers on collaboration—amplifying expertise rather than replacing it.
Drupal already has a head start with our growing ecosystem of AI modules and active community," said Dries Buytaert, Drupal Founder and Project Lead. "What we are doing now is turning that creative energy into a coordinated product vision.”
The Drupal AI Initiative promises to fundamentally change how organizations approach digital experiences. Teams will create engaging, targeted content in days rather than weeks, while AI agents handle routine tasks like performance optimization and audience targeting. Content creators will focus on strategy and creativity as AI manages translation, layout generation, and SEO optimization automatically. The result is faster time-to-market for campaigns, better performance insights, consistent brand voice, and marketing teams freed from manual work to concentrate on strategic innovation.
A Different PhilosophyMost AI solutions force organizations to choose between powerful capabilities and meaningful control. Drupal's strategy is built around four principles:
- AI-Human Partnership: Technology that makes people more capable, not less relevant
- Comprehensive Trust Infrastructure: Advanced governance framework with approval workflows, audit trails, and compliance tools for responsible AI management
- True Freedom of Choice: Use any AI provider without vendor lock-in
- Community-Driven Innovation: Development guided by real-world needs, not corporate roadmaps
"We're not just adding AI features," said Dries Buytaert, Drupal Founder and Project Lead. "We're rethinking what responsible AI leadership looks like. This is about building a foundation that organizations can trust with their most important digital experiences."
Industry Leadership and AI TeamThe initiative launches with unprecedented support from leading Drupal agencies worldwide, including founding members FreelyGive, Dropsolid, 1xINTERNET, Salsa Digital, and Acquia. This collaboration represents the equivalent of multiple full-time roles committed to development, with dedicated technical leads, UX designers and project managers.
Jamie Abrahams (FreelyGive), Baddý Breidert (1xINTERNET), Christoph Breidert (1xINTERNET), Dominique De Cooman (Dropsolid), and Kristen Pol (Salsa Digital) lead the initiative, representing the founding member agencies and bringing together diverse expertise in innovation, coordination, development, marketing, and community engagement.
Resources
- Strategy Document: drupal.org/ai/strategy
- Drupal AI Landing Page: drupal.org/ai
- Dries’s Announces the AI Initiative: drupal.org/ai/announcement
About Drupal Drupal powers over 500,000 websites worldwide, including NASA, the BBC, and government agencies across six continents. Since 2001, this open-source platform has helped organizations create flexible, secure digital experiences while maintaining complete control over their technology. Recognized as a Digital Public Good, Drupal generates an estimated $3.5 billion annually through its global ecosystem of agencies and service providers.
Media Contact
Ryan Witcombe (Australia)
Director, Product Marketing, Drupal Association
ryan.witcombe@association.drupal.org
+61 3 431 983 295
Nick Koger (USA)
Manager, Product Marketing, Drupal Association
nick.koger@association.drupal.org
+1 410 868 6425
1xINTERNET blog: Looking into the future of Drupal AI
The future of Drupal is AI-powered. Discover the groundbreaking initiative driving responsible, innovative AI integration to the Drupal ecosystem.
The Drop Times: Code with a Conscience
“In such an emergency as we are right now everyone needs to take more responsibility… and use whatever platform they have… to push in the right direction. I think that is our duty as human beings.”
—Greta ThunbergHumanity’s greatest strength is our willingness to speak out—to oppose injustice, genocide, and hate—even when neutrality feels easier. Choosing silence often means accepting the unacceptable. As individuals and as a global society, we hold a collective duty to defend human dignity. When we embrace our responsibility to speak up, we help shape communities that uphold justice, empathy, and solidarity.
Drupal embodies this principle. Project leadership and contributors have consistently spoken out against racism, oppression, and violence. In 2020, Drupal founder Dries Buytaert affirmed that “Drupal is a force for good in the world,” renewing the project's commitment to justice and equality. The Drupal Association's official statement against racism encouraged the community to not only speak up but also take informed, intentional action. This includes educating ourselves, actively listening, and building inclusive spaces for all.
This isn’t just philosophy—it’s action. The Drupal Diversity & Inclusion initiative amplifies the voices of underrepresented individuals and supports genuine inclusion through mentorships, speaker training, and community-driven support. Contributors across the globe give their time not only to build software but to shape a culture rooted in empathy and fairness. The Drupal community proves that open source isn’t just about code; it’s about creating a world we want to live in.
Drupal also powers websites for humanitarian organisations like Human Rights Watch, UNICEF, and Médecins Sans Frontières (Doctors Without Borders). These aren’t just technical achievements—they’re acts of alignment with values that matter. Supporting truth, justice, and human rights is built into the very fabric of what we create. Because speaking up isn't about making noise—it's about making a difference.
INTERVIEW- The Code and Commitment That Carries Drupal: A Conversation with David Bekker
- Building Drupal, Building Community: Avi Schwab Talks
- Inside Drupal Autotesting: Expert Insights from Aliaksandr Shabanau
- Developer Enables 360° VR Video Playback in Drupal Using A-Frame.js
- Bhumika Madan Launches Smart FAQ Chatbot AI Module for Drupal Using Google Gemini
- How Drupal Events Like MidCamp 2025 Prioritize Accessibility and Inclusion in Tech Conferences
- DrupalCamp Poland 2025: What to Expect from the June 7 Conference in Warsaw
- Why the London Drupal Engineering Meetup on June 9 Is a Must-Attend for Web Developers in 2025
- DrupalCon Vienna 2025: Selected Session Notifications Sent to Speakers Today
- Splash Awards 2025 to Recognize Top Drupal Projects at DrupalCon Vienna
- Free Drupal AI Webinar Series Backed by Dropsolid, FreelyGive, and EU
We acknowledge that there are more stories to share. However, due to selection constraints, we must pause further exploration for now.
To get timely updates, follow us on LinkedIn, Twitter and Facebook. You can also join us on Drupal Slack at #thedroptimes.
Thank you,
Sincerely,
Kazima Abbas
Sub-editor, The DropTimes
DrupalEasy: The challenges of launching the Drupal IXP program at this moment in time
The Drupal IXP program officially launched a couple of months ago, marking a significant step in our community's effort to build future talent. Modeled after traditional apprenticeship approaches (with the Drupal-y twist of 250 contribution credits,) the program aims to connect newcomers at the beginning of their Drupal journey with organizations willing to hire and mentor them. While the initiative is poised to address a critical talent gap, its launch occurs during a challenging period for the Drupal community, prompting a reflection on the timing and rationale.
A challenge, and an opportunityThe primary challenge is the current landscape where many experienced Drupal developers are suddenly seeking employment. It is not unreasonable to assume that some percentage of these people will find non-Drupal jobs. Combine this potentiality with the fact that the Drupal developer community is getting older and that fewer and fewer new Drupal developers have been joining us suggests a long-term need for new talent. The single goal of the IXP program is to cultivate new Drupal developers so that we can maintain a community hearty enough to carry Drupal Core and Drupal CMS into the future.
Despite the external market conditions, the decision to launch the IXP program now was driven by the significant volunteer effort and organizational support from the Drupal Association. It just didn't make sense to not launch the program with the pending need so great, and while it had momentum. The program has reached a stage where it is ready to provide tangible opportunities for newcomers and benefits for participating organizations.
Advantages for new developers and businessesThe IXP program focuses on individuals with less than three months of paid Drupal experience, specifically targeting that crucial transition point between learning and professional practice to bridge the gap between learning Drupal and securing the first professional role. It serves as a structured pathway and a "safe learning environment" to help new developers navigate this complexity and build their skills under the guidance of experienced mentors. By providing paid experience in real-life use cases with structured mentorship (at least one hour of mentorship for every ten hours worked,) the program directly addresses the difficulty newcomers face in gaining practical experience.
IXP developers are expected to have knowledge about Drupal (either gained on their own or via courses like Drupal Career Online or Professional Module Development) - the program isn't asking hiring organizations to provide basic Drupal knowledge.
For businesses, hiring new Drupal developers through the IXP program presents potential advantages including the fact that they are not entering the workforce with the same level of expertise or salary expectations as seasoned developers. The program allows organizations to shape talent according to their specific practices and needs, representing a strategic investment in future talent. IXPs gain paid work experience and build a portfolio, while organizations benefit from fresh perspectives and enthusiasm.
IXPs can also be a low-cost way for organizations to invest in learning about and leveraging new developments in the Drupal community, including Drupal CMS as well as Drupal AI modules and techniques. Other potential tasks that IXPs can perform for hiring organizations include Drupal core and module updates, Drupal site-building, and quality assurance. These tasks can be foundational for various projects, including those potentially for smaller clients.
Make the choiceYes, launching the Drupal IXP program now comes at a time with challenges. However, we really can’t afford putting off such a sound solution to address the long-term health of the community by creating structured pathways for new talent. Supported by a dedicated community of volunteers as well as the Drupal Association, we reached a point where launching was the necessary step to start building the future talent pipeline, offering paid experience and mentorship to new developers while rewarding organizations for their investment in the ecosystem.
If you're a hiring organization and want to get involved, start here.
AI was used for the initial outline of this blog post.
Dries Buytaert: I gave an AI agent edit access to my website
I'm often asked, Will AI agents replace digital marketers and site builders?. The answer is yes, at least for certain kinds of tasks.
To explore this idea, I prototyped two AI agents to automate marketing tasks on my personal website. They update meta descriptions to improve SEO and optimize tags to improve content discovery.
Watching the AI agents in action is incredible. In the video below, you'll see them effortlessly navigate my Drupal site: logging in, finding posts, and editing content. It's a glimpse into how AI could transform the role of digital marketers.
The experimentI built two AI agents to help optimize my blog posts. Here is how they work together:
- Agent 1: Content analysis: This agent finds a blog post, reviews its content, and suggests improved summaries and tags to enhance SEO and increase discoverability.
- Agent 2: Applying updates: After manual approval, this agent logs into the site and updates the summary and tags suggested by the first agent.
All of this could be done in one step, or with a single agent, but keeping a 'human-in-the-loop' is good for quality assurance.
This was achieved with just 120 lines of Python code and a few hours of trial and error. As the video demonstrates, the code is approachable for developers with basic programming skills.
The secret ingredient is the browser_use framework, which acts as a bridge between various LLMs and Playwright, a framework for browser automation and testing.
The magic and the reality checkWhat makes this exciting is the agent's ability to problem-solve. It's almost human-like.
Watching the AI agents operate my site, I noticed they often face the same UX challenges as humans. It likely means that the more we simplify a CMS like Drupal for human users, the more accessible it becomes for AI agents. I find this link between human and AI usability both striking and thought-provoking.
In the first part of the video, the agent was tasked with finding my DrupalCon Lille 2023 keynote. When scrolling through the blog section failed, it adapted by using Google search instead.
In the second part of the video, it navigated Drupal's more complex UI elements, like auto-complete taxonomy fields, though it required one trial-and-error attempt.
The results are incredible, but not flawless. I ran the agents multiple times, and while they performed well most of the time, they aren't reliable enough for production use. However, this field is evolving quickly, and agents like this could become highly reliable within a year or two.
Native agents versus explorer agentsIn my mind, agents can be categorized as "explorer agents" or "native agents". I haven't seen these terms used before, so here is how I define them:
- Explorer agents: These agents operate across multiple websites. For example, an agent might use Google to search for a product, compare prices on different sites, and order the cheapest option.
- Native agents: These agents work within a specific site, directly integrating with the CMS to leverage its APIs and built-in features.
The browser_use framework, in my view, is best suited for explorer agents. While it can be applied to a single website, as shown in my demo, it's not the most efficient approach.
Native agents that directly interact with the CMS's APIs should be more effective. Rather than imitating human behavior to "search" for content, the agent could retrieve it directly through a single API call. It could then programmatically propose changes within a CMS-supported content editing workflow, complete with role-based permissions and moderation states
I can also imagine a future where native agents and explorer agents work together (hybrid agents), combining the strengths of both approaches to unlock even greater opportunities.
Next stepsA next step for me is to build a similar solution using Drupal's AI agent capabilities. Drupal's native AI agents should make finding and updating content more efficiently.
Of course, other digital marketing use cases might benefit from explorer agents. I'd be happy to explore these possibilities as well. Let me know if you have ideas.
[newsletter-blog] ConclusionsBuilding an AI assistant to handle digital marketing tasks is no longer science fiction. It's clear that, soon, AI agents will be working alongside digital marketers and site builders.
These tools are advancing rapidly and are surprisingly easy to create, even though they're not yet perfect. Their potential disruption is both exciting and hard to fully understand.
As Drupal, we need to stay ahead by asking questions like: are we fully imagining the disruption AI could bring? The future is ours to shape, but we need to rise to the challenge.