This page has nothing to tell you that the pages it summarises do not tell you better, and the honest recommendation is that it should not exist.
It was written as the closing instalment of a series about Drupal's direction. Read back now, it restates points made elsewhere and makes no claim that can be checked. Rather than pad it into something that looks substantial, here is the short version and where the real answers are.
The short version
Drupal's direction over recent releases has been to keep the architecture that makes it worth choosing while lowering the cost of starting. Two things in core 11.4.6 show that concretely rather than aspirationally:
- Recipes. 28 of them ship in
core/recipes/, with the API inDrupal\Core\Recipe. A recipe installs modules and imports configuration in one operation, so a content type arrives complete rather than assembled by hand. - Layout Builder, stable in core. Editors compose pages without a developer.
And one thing that has not changed, which matters more than either: there are still no unattended updates in core. package_manager carries lifecycle: experimental and hidden: true in its own info file, and the user-facing Automatic Updates module is contributed. Anyone describing Drupal's future without saying that is selling something.
Where the actual answers are
- What Drupal CMS is and is not: the distribution explained.
- Whether to choose Drupal at all: Drupal against WordPress.
- What a move off Drupal 7 costs: rebuild, not upgrade.
- Who governs the project: nobody owns Drupal.
Common questions
Is Drupal still being actively developed?
Yes. Core 11.4.6 is a maintained release with a published release cycle, and Drupal 12 is in progress with breaking changes announced as deprecations first.
Should I wait for the next version before starting a project?
No. Build on the current supported release. Since Drupal 8, major version moves have been incremental for a maintained site, so waiting buys nothing and costs you the months.
What to do instead of reading this page
If you came here wondering whether Drupal is a safe bet for a project you are planning, the useful next step is not another article about the ecosystem — it is a look at your actual requirements. A Drupal architect does that, and a short description of what you are building gets you a straight answer about whether Drupal is the right tool.