Drupal Planet
#! code: Drupal 11: Making Interactive Elements With HTMX
HTMX is a JavaScript library that allows you to make ajax calls and create CSS transitions without writing any JavaScript code. It works by adding attributes to HTML elements, which it then uses to set up and perform ajax requests, swap elements, and a few other things.
It was added to Drupal in version 11.3.0* and gives developers the ability to create interactive elements using render arrays and HTML attributes. The intent is to replace the entire ajax sub-system with one built around HTMX, and there is quite a lot of work ahead to accomplish this task.
* Technically, HTMX has been in Drupal since 11.2.0, but only as an experimental library. Drupal 11.3.0 features the full HTMX library and a number of helper classes to make life easy.
In this article we will look at how HTMX is integrated into Drupal, and what services exist to help you use it within the Drupal system.
Since this article is quite long I have created a table of contents to assist in scrolling to the relevant sections.
philipnorton42 Sun, 03/15/2026 - 19:01The Drop Times: Lovable AI and Drupal Canvas Workflow to Be Demonstrated at Drupal Camp Delhi
Pivale: Why Drupal Commerce
The Drop Times: Beyond the Commits: Join the Drupal Coffee Exchange at DrupalCon Chicago 2026
Drupal AI Initiative: Announcing Drupal AI 1.3.0: Largest feature update ever!
Authors: Will Huggins, Jeremy Chinquist
Drupal AI 1.3.0 is now available, delivering the largest feature update since the module's initial release. This version focuses on three areas that organisations told us matter most:
- Keeping AI safe and accountable
- Making AI useful for content teams
- Giving technical teams the visibility they need to operate AI in production with confidence
And because Drupal AI is open source, you stay in control of your models, your data, and your infrastructure.
AI Guardrails: stay in control of every AI interactionTrust is the foundation of responsible AI adoption. Drupal AI 1.3.0 introduces AI Guardrails, configurable checks that run before or after any AI request.
Teams can define rules to control how AI interacts with their content and data. For example, they can block sensitive data from leaving their organisation, filter harmful responses, or enforce compliance policies. All of this can be configured without writing code.
Guardrails work across all AI operations in Drupal. This gives security and compliance teams a single place to oversee how AI is used across the site.
In practice, this means AI governance becomes part of the platform itself, rather than something teams must manage separately.
One-click AI for editors, right where they work
AI should meet editors in their workflow, not force them into a separate tool.
Drupal AI 1.3.0 introduces Field Widget Actions, one-click AI workflows attached directly to content fields.
Editors can now:
- Generate images from text descriptions and attach them as media
- Create structured FAQs from existing content
- Extract addresses from images using AI and Google Places
- Plot data from a CSV into a chart field
- Generate audio summaries with text-to-speech
- Auto-fill metadata such as telephone numbers and office hours from unstructured text
- Evaluate whether the content is ready for publication and update its moderation state
Each action is backed by a customisable workflow allowing site builders to tailor AI behaviour to their organisation’s needs and editorial standards without writing code.
A smarter, more flexible chatbotEditors often need quick assistance while working on content. The built-in Drupal AI chatbot has been expanded to support this directly within the editing experience.
Open the chatbot via slide-in or full-screen mode, allowing the editor to choose the interface that best fits their workflow.
The chatbot receives page context, meaning it understands the content currently being viewed or edited.
Editors can ask questions such as:
- Make this title more engaging
- Summarise this article for social media
Because the chatbot receives the current page context, its responses relate directly to the content on the screen.
Custom loading messages replace generic spinners, allowing site builders to provide clearer feedback while AI requests are processed.
As organisations begin building AI-powered features in Drupal, developers need tools that simplify configuration and reduce boilerplate.
Drupal AI 1.3.0 includes a set of reusable form elements designed specifically for AI workflows.
These components provide consistent interfaces for working with AI providers, prompts, and structured outputs.
The new elements include:
- Markdown editor with WYSIWYG, diff view, and Word paste compatibility
- Mentions autocomplete, allowing users to type @ or { to insert prompt variables
- Provider Selector, a unified interface for selecting AI providers
- JSON Schema editor with validation for structured output configuration
- Chat History viewer that mirrors the conversational interface of modern AI playgrounds
Configuration files have also been improved. Prompts are stored in a human-readable format rather than single-line strings, making code reviews easier and reducing merge conflicts when teams collaborate on AI workflows.
New AI operation types: rerank, summarize, detectDrupal AI’s provider-agnostic architecture continues to expand with three additional operation types.
Rerank reorders search results or document lists based on relevance to a query. This is particularly useful in retrieval-augmented generation workflows.
Summarize uses lightweight summarization models instead of full language models, reducing cost and processing time.
Object Detection identifies objects in images using traditional machine learning models. The AI Validations module already uses this to verify image content automatically.
All operation types work with compatible providers, allowing organisations to change models without rewriting integration code.
Production-grade AI observabilityRunning AI in production requires visibility into how systems behave. Drupal AI’s observability module exports spans, traces, and metrics through OpenTelemetry, the industry standard for application monitoring.
Teams are able to connect this data to platforms such as Datadog, Grafana, Sentry, or any OpenTelemetry-compatible system.
This allows engineering teams to monitor AI agent decisions, track usage and cost, and audit AI interactions across their sites.
Combined with the exclude-tags feature for logging, organisations also gain fine-grained control over what information is recorded and what remains private.
A maturing platform: consolidation and clear directionDrupal AI 1.3.0 also simplifies parts of the platform.
AI Translate gives way to TMGMT (Translation Management Tool), aligning AI-assisted translation with Drupal’s standard translation workflow.
Field Widget Actions now provide a flexible framework for AI-assisted editorial tasks. AI Content Suggestions remains available as a contrib module for teams that want to continue building on that approach.
AI Validations will use the Object Detection operation type going forward, while still allowing different validation modules to build on the same abstraction.
These changes simplify the core architecture while leaving room for contrib modules and alternative implementations.
Closing the LoopAI in a CMS brings practical challenges around governance, editorial workflows, and production visibility.
Drupal AI 1.3.0 shows that these problems can be handled directly within Drupal.
AI can be governed, integrated into everyday publishing workflows, and monitored in production as part of the platform.
Get started- Documentation and guides: https://www.drupal.org/project/ai
- Download Drupal AI 1.3.0
- Join the conversation: #ai on Drupal Slack
Drupal AI remains open source and provider-agnostic, allowing organisations to integrate AI capabilities while maintaining control over their infrastructure, data, and model choices.
Full release notesThis post highlights the major additions. For the complete list of changes, bug fixes, and improvements in 1.3.0, see the full release notes on drupal.org.
UI Suite Initiative website: Video series - #02 Display Builder config profiles feature walkthrough
The Drop Times: Lessons from Building Europe’s Largest Public Sector Drupal Platform at DrupalCon Chicago 2026
Tag1 Insights: Building the Governance Layer: Tag1 Joins the Drupal AI Initiative
Tag1 has joined the Drupal AI Initiative as a Certified Gold Partner and Maker. We’re starting by extending Workspaces, Drupal's enterprise content governance layer, so that AI agents operate under the same staging, review, and rollback framework as human editors. It’s the necessary foundation for everything that comes next.
I'm proud to share that Tag1 has joined the Drupal AI Initiative as a Certified Gold Partner and Maker, committing dedicated engineering time to help shape how AI works inside Drupal. We've been building Drupal since day one, and we're excited to be part of its most consequential evolution in years. We plan to contribute across multiple areas of the initiative, but we’re starting by bringing governance to AI-driven changes because that's the necessary foundation for all of it.
The Governance GapAI tools that generate content and alter site layout and configuration are getting more capable by the day. But capability without governance is a problem, especially for organizations with compliance requirements, editorial review processes, and production sites that can't afford surprises.
You wouldn't give a new team member free rein to change your website on their first day. It doesn't matter how talented they are. The same logic applies to AI agents: they need a sandbox to work in and a human to review before anything goes live. Letting agents make changes to your website without review, approval, or an audit trail isn't bold; it's reckless.
Tag1 contributed the solution to this problem to Drupal core. Workspaces already gives teams the ability to stage content and configuration changes in isolation, review them, and publish when ready. It's the enterprise content governance layer of Drupal. Extending that same model to AI agents is the obvious move.
What Tag1 is BuildingWe’re starting by extending Workspaces within the AI Initiative so that AI agents operate under the same governance framework that human editors do. The goal is that agents propose changes in isolated branches, humans review/approve, and every action is auditable and reversible. It's how we think AI should be applied everywhere: practical, tested, and built in the open.
We're starting with the underlying architecture, defining the interface contracts that ensure AI tools and other subsystems work correctly within Workspaces. This is the kind of unglamorous infrastructure work that makes everything else possible. If the contracts are right, any AI tool that follows them gets governed staging, review, and rollback for free. If they're wrong, nothing downstream works reliably.
The Tag1 team has been contributing to Drupal's architecture for over two decades. This work is a continuation of that commitment, getting the foundations right so the rest of the ecosystem can build with confidence.
Governance for Every Drupal SiteAI governance built into Drupal core means every site benefits. An agency building on Drupal CMS gets the same governance primitives as a Fortune 500 running a custom installation. The framework is designed to be agent-agnostic, so it works regardless of which AI tools an organization chooses to deploy. The governance layer doesn't care whether the change came from a chatbot or a custom automation. It cares that the change was reviewed and approved before it hit production.
Drupal has always been good at balancing rapid change with shared standards. The current wave of AI adoption is the latest version of that challenge, and open source collaboration is still the best way to get it right. Adding governance by extending Workspaces is just the start, and we’ll have more to share as the work progresses.
Let's TalkIf you're thinking about content governance in Drupal, or working through how to keep AI agents safe and auditable on your sites, we'd love to hear from you. We test everything in our own engineering and operations before we bring it to clients - that's our AI Applied philosophy - and the best solutions come from real conversations about real problems.
The Drop Times: Editoria11y 3.x to Receive First Public Tour at DrupalCamp NJ 2026
The Drop Times: Peter Wolanin to Present Session on Drupal Plugin API at DrupalCamp NJ 2026
DDEV Blog: Introducing coder.ddev.com: DDEV in the Cloud
coder.ddev.com is a free, experimental cloud DDEV service. You log in with GitHub, create a workspace, and get a full DDEV environment in the cloud — no local Docker, no local installation needed.
:::warning[Experimental Service] This is an experimental service with no guarantees of data retention, uptime, or long-term availability. The future of its maintenance and sustainability is uncertain. Do not store irreplaceable work here without pushing it to Git. Treat it as a convenience, not a platform to depend on. :::
Want a quick overview? Watch the 6-minute intro video starting from the very beginning:
Table of Contents How It Workscoder.ddev.com runs on Coder, an open-source platform for remote development environments. Each workspace is an isolated container (using the Sysbox runtime for secure Docker-in-Docker) with DDEV, Docker, and VS Code pre-installed.
Your files persist on a remote volume across workspace restarts. When you delete a workspace, the data is gone — so push your work to Git before deleting. But until you delete the workspace, or it's garbage-collected (not yet implemented), your work persists..
The source code for the templates and Docker image is at github.com/ddev/coder-ddev. Other projects can use this and deploy their own fully-DDEV-capable Coder instances.
Getting Started 1. Log In with GitHubGo to coder.ddev.com and click Login with GitHub. No separate account needed. coder.ddev.com receives read-only access to your email addresses, public profile, and GitHub organization membership — no code access, no write access.
2. Create a WorkspaceFrom the dashboard, click Create Workspace and choose a template:
- drupal-core — automated Drupal core development environment
- user-defined-web — general-purpose DDEV for any project
- freeform — DDEV with Traefik routing integration for stable URLs
Give your workspace a name and click Create Workspace. Most workspaces start in under a minute. The drupal-core template (with seed cache) is ready in about 30 seconds.
3. Access Your WorkspaceOnce running, you have several options to use your workspace:
- Web Browser: From coder.ddev.com, use the many options, including web-based terminal, VS Code for Web, and VS Code Desktop.
- SSH with coder CLI: Install the Coder CLI, then coder login https://coder.ddev.com and coder ssh <workspace-name>.
The drupal-core template sets up a complete Drupal core contribution environment automatically using joachim-n/drupal-core-development-project. Drupal core is cloned, Composer dependencies are installed, and a demo site is installed — all in about 30 seconds when a seed cache is available.
Choose your Drupal version when creating the workspace:
- main (12.x / HEAD) — latest development (default)
- 11.x — current stable branch
- 10.x — previous stable branch
The template automatically selects the correct PHP version and DDEV project type for the chosen branch.
Log in to the site with admin / admin.
This takes less than 4 minutes, try it out:
freeformThe freeform template adds Traefik routing integration so your DDEV project and services like Mailpit get stable subdomain URLs (no port numbers). After creating a workspace, run ddev coder-setup once in your project directory, then ddev start. Routing updates automatically on every start.
The Drupal Issue PickerOne of the most useful features for Drupal contributors is the Drupal Issue Picker at start.coder.ddev.com/drupal-issue.
Paste any drupal.org issue URL (for example, https://www.drupal.org/project/drupal/issues/3568144) and the picker launches a drupal-core workspace with:
- The correct Drupal version (10.x, 11.x, or main) detected from the issue
- The issue fork branch already checked out
- Composer dependencies resolved
This replaces the workflow that DrupalPod (Gitpod-based) provided for contribution days. You can hand someone an issue URL, they paste it into the picker, and within 30 seconds they have a working environment with the issue branch ready.
Demonstrating this from start to finish in about 6 minutes:
Development Tools VS Code Web"VS Code Web" runs in the browser and supports most extensions. You can install extensions from the marketplace, configure settings, and use the integrated terminal — all without installing anything locally.
VS Code DesktopClicking on "VS Code Desktop" opens up your local installation of VS Code and then automatically uses the Remote-SSH extension to connect to your Coder workspace. It's nice, I used it a lot in preparing this blog and even in some recent work on Coder.ddev.com itself. All VS Code features work.
XdebugXdebug works in Coder workspaces the same way as local DDEV with the DDEV VS Code Extension.
Coder CLIThe Coder CLI provides SSH access, port forwarding, file transfer, and workspace management. It's a completely different way of interacting with your workspace. Install with brew install coder or other options.
# Login coder login https://coder.ddev.com # List workspaces coder list # SSH into workspace coder ssh my-workspace # Forward a port locally coder port-forward my-workspace --tcp 8080:80 # Stop workspace (preserves data) coder stop my-workspace Accessing Your ProjectBecause DDEV runs inside a cloud container, the usual *.ddev.site URLs don't work. Instead, access your project via the DDEV Web app link in the Coder dashboard, or use port forwarding, and ddev start, ddev launch and ddev describe also give URL information.
The freeform template handles this automatically with Traefik routing — you get stable subdomain URLs like https://<workspace>--<workspace>--<owner>.coder.ddev.com/.
Stopping and Deleting WorkspacesStop: Stops the container and frees compute resources. All files in /home/coder are preserved. Use this when you are done for the day.
Delete: Permanently removes the workspace and all data. Always push your code to Git before deleting.
This can also be done from the command-line on your local machine (after coder login https://coder.ddev.com):
coder list coder stop my-workspace # Stop (data preserved) coder delete my-workspace # Delete (data lost permanently) FAQ- How do I pull/push to GitHub/GitLab/Drupalcode? (or use SSH)?
Use the coder publickey command to get the publickey associated with your coder.ddev.com projects (it's the same for all projects). You can then add that to GitHub/GitLab/Drupalcode/Remote SSH to allow you to access those resources.
- How do I set this up myself for my own initiative?
The full details are in the repository at github.com/ddev/coder-ddev.
- Where is this running?
This is running on a 64GB Hetzner bare-metal Ubuntu 24.04 machine in Helsinki, Finland. It has lots of disk and costs about $50/month.
Thanks to Coder.comThe world of open source is amazing. Coder.com is a shockingly mature project, and so many of these things worked just great out of the box.
What's NextThe templates and image are open source at github.com/ddev/coder-ddev. Contributions, bug reports, and feature requests are welcome.
Getting Help- Documentation: github.com/ddev/coder-ddev/docs
- DDEV Discord: Discord — #support-and-discussion channel
- Issues: github.com/ddev/coder-ddev/issues
- DDEV Docs: docs.ddev.com
- Coder.com: coder.com or github.com/coder/coder
Dries Buytaert: What it costs to run Drupal's infrastructure
Yesterday I wrote about how Open Source infrastructure across many ecosystems is fragile and underfunded.
Drupal is no exception.
Like most Open Source projects, Drupal runs on infrastructure that millions of people depend on but very few people directly pay for.
Drupal's infrastructure costs roughly $3 million per year, including servers, bandwidth, CDNs, software, and staff.
Funding comes from a mix of donated infrastructure from AWS and the OSU Open Source Lab, corporate memberships through our Drupal Certified Partner program, in‑kind contribution from Tag1, and revenue from DrupalCon, donations, and sponsorship on Drupal.org.
Last year, Drupal Association board member Tiffany Farriss and CTO Tim Lehnen analyzed the project's infrastructure costs. Their estimate: infrastructure for Drupal 8+ sites costs about $10 per active website per year.
But the Drupal Association spends only about $7.50 per site per year. About $3 comes from DrupalCon and the Certified Partner program. The remaining $4.50 comes from in-kind support: donated hosting, Tag1's infrastructure partnership, and volunteer contributions. That is all we have to spend.
The missing $2.50 per site shows up as technical debt: certain upgrades get deferred, legacy systems persist longer than they should, and the community sometimes wonders why infrastructure progress feels slow.
Even the $7.50 per site we currently fund is fragile. DrupalCon revenue depends on event attendance. Advertising depends on traffic. Tag1's in-kind contribution depends on one company's continued generosity. Our donated infrastructure from AWS and OSU could disappear at any time. At that point, the funding gap grows, more infrastructure work gets deferred, and things could start breaking.
Before talking about new funding models, it is worth asking whether the Drupal Association could reduce its infrastructure costs. Ten dollars per site per year may sound like a lot. Should we operate all of this infrastructure ourselves, or rely more on hosted platforms like GitHub or GitLab? Are parts of our infrastructure more complex than they need to be?
These are the right questions to ask. I believe we need to work both sides of the ledger: take a hard look at what we spend and build a funding model that depends less on goodwill. In practice, infrastructure decisions rarely optimize for everything at once. They involve tradeoffs between cost, speed, flexibility, and control.
Corporate patronage is worth considering. A single well-resourced sponsor could fund Drupal's infrastructure in a way community fundraising cannot, and if the choice were between a patron and a crisis, a patron wins. It's fast, requires no technical changes, and doesn't touch the social contract with site owners.
But patronage trades one fragility for another. Instead of depending on event attendance or AWS cloud credits, you depend on one company's continued generosity and strategic alignment with the project. If their priorities shift, we're back where we started. A patron funding infrastructure at this scale would also expect meaningful benefits. That usually means greater visibility and some level of control over Drupal.org.
Most infrastructure systems connect usage to funding. Cloud platforms charge for compute. Roads are funded by taxes paid by the people who drive them. Drupal's infrastructure has neither mechanism: millions of sites depend on Drupal.org services, but the cost of operating those services is disconnected from the people who rely on them.
A funding model tied to usage avoids some of the issues with corporate patronage, but comes with its own trade-off. Open Source culture is built on anonymous access. You can download any package, no questions asked, no account required. Any usage-based model has to break that norm. The simplest version would probably require a Drupal.org API key to download packages or receive automatic update notifications.
Requiring an API key is standard practice for any commercial API, but in Open Source it feels different. Requiring site owners to identify themselves to Drupal.org is a cultural shift, even if the key itself is free forever. Any such mechanism requires changes to Drupal Core, which could take years to reach the installed base. If we go down this route, we can't wait for a funding crisis to begin this work. By the time a real crisis arrives, we would still be years away from a solution.
I don't have a specific mechanism to propose yet. But we should start this conversation now, while we have the time and stability to get it right. The alternative is making the same decisions later, under more pressure, with fewer options and less trust to spend.
Thanks to Tiffany Farriss, Tim Lehnen, Gábor Hojtsy and Lauri Timmanee for reviewing my draft.
The Drop Times: Making Governance Visible: Embedding Content Rules Directly Into Drupal
DrupalCon News & Updates: Agency, Business & Marketing Track at DrupalCon Rotterdam
Rotterdam is calling - DrupalCon Europe 2026 is heading to the Netherlands this September, and the call for session proposals is officially open!
The Agency, Business & Marketing track is built for business owners, marketing team leaders, agency leaders, project managers, and sales teams who run on Drupal. It's consistently one of DrupalCon's most popular tracks. A platform to share insights, spark conversations, and raise your profile in the community.
Got a story worth telling? Submit your session proposal today!
Share Your ExpertiseWe're looking for bold, real-world perspectives across topics that are shaping agency and business success today, including:
- AI-driven innovation in project delivery and management
- Scaling smart: strategies for sustainable business growth
- Building high-performance teams in a hybrid world
- Client relationships that convert and last
- Navigating digital transformation without losing momentum
- Leadership in the modern agency landscape
- Sales, growth marketing, and business development in 2025
Submit your session proposal today!
Make Your Proposal Impossible to IgnoreThe strongest proposals don't just inform. They inspire action. Here's what makes a session stand out:
- Lead with outcomes: what will your audience walk away knowing or doing differently?
- Make it a conversation: interactive sessions create lasting impact. Show us how you'll engage the room
- Keep it real:practical takeaways, lived experience and honest lessons resonate far more than theory.
"The DrupalCon stage is yours to own. Submit your proposal and join us in Rotterdam to shape the future of Drupal. Your expertise could be the spark that inspires the next big idea!".
Matt Glaman: The nightmare of permissions and OAuth scopes in Drupal
Drupal's role-based access control is one of its strengths. Permissions and roles are well-understood, and the system is mature. But the moment you step outside the standard cookie-based session — say, into OAuth with the authorization code flow — you hit a wall that the core permission model never anticipated.
Super-permissions and their hidden assumptionsDrupal treats administer nodes and bypass node access as super-permissions. If a user has either, NodeAccessControlHandler assumes they can perform any operation on any content type and skips the granular checks entirely. bypass node access is actually more powerful than administer nodes — a quirk of legacy cruft going back to early Drupal versions.
CodeLift: Making Drupal config UUIDs deterministic: storage decorators, UUIDv5, and edge cases
Drupal AI Initiative: Upcoming Webinar: A Real-World Example of Responsible AI: World Cancer Day
Every year, the global campaign organised by the Union for International Cancer Control invites people affected by cancer to share their personal experiences as part of World Cancer Day. These stories provide an important human perspective on the realities of cancer. They help build solidarity, encourage early diagnosis, and ensure the voices of patients, survivors, families and carers are heard around the world.
However, when a global campaign encourages participation at scale, the practical challenges quickly become clear. Hundreds of deeply personal stories can arrive from many different countries in a short period of time. Each submission needs to be reviewed carefully, handled with sensitivity, and prepared for publication. For a small team responsible for managing the campaign, this can create significant pressure during the peak period around World Cancer Day.
To address this challenge, the World Cancer Day team partnered with 1xINTERNET to explore how artificial intelligence could support their existing editorial workflow within Drupal.
Balancing efficiency and human oversight in AI assisted moderationRather than attempting to automate the process entirely, the approach focused on supporting human decision making. AI was introduced to assist moderators by helping them review incoming submissions more efficiently. This allowed the team to process stories more quickly while ensuring that personal experiences remained at the centre of the review process.
The result is a practical example of how AI can be applied responsibly. Technology is used to assist people rather than replace them, helping organisations manage growing volumes of content while maintaining appropriate oversight and care.
In this upcoming webinar we will explore the approach taken by the World Cancer Day team and the lessons it offers for other organisations facing similar challenges.
What the webinar will coverParticipants will hear about:
- The role that personal stories play in the global World Cancer Day movement
- The operational challenge of moderating hundreds of submissions from around the world
- How AI supported a human moderation process rather than replacing it
- Practical lessons for organisations considering responsible applications of AI
The session is designed for organisational leaders, communications teams, and others exploring how artificial intelligence can be introduced in a considered and practical way. Using a real global campaign as its foundation, it offers a practical example of how AI can support teams managing large volumes of user generated content.
Event detailsTitle: Helping people tell their cancer stories using AI: Lessons from World Cancer Day
Date: 16 March 2026
Time: 2:00 PM GMT*
Format: Live webinar
Register now to secure your place.
*If the timing is not convenient, the session will be recorded and shared with everyone who registers so it can be watched afterwards.
Speakers Charles Andrew RevkinCommunications professional working on the World Cancer Day campaign at the Union for International Cancer Control (UICC). Charles leads global storytelling efforts that amplify the voices of people affected by cancer around the world.
Diego CostaChief Operating Officer at 1xINTERNET. Diego works with organisations to design and deliver complex digital platforms using open-source technologies including Drupal.
Matthew SaundersAI Ambassador at amazee.io and long-time member of the Drupal community. Matthew works on initiatives that help organisations adopt AI in ways that respect privacy, transparency, and human decision-making.
More webinars and eventsThis is part of a series of webinars and global events organised by Drupal AI. For full details visit our events calendar.
Specbee: What is CiviCRM? FAQs for Nonprofits on contact and donation management
ImageX: Celebrating 25 Years: The Sessions We’re Bringing to DrupalCon Chicago 2026
A fresh breeze of innovation is set to sweep through Chicago this spring. As March 23–26 draws near, the Windy City is gearing up to host DrupalCon 2026, the world’s largest Drupal gathering.