One-Line Installer Proposal Highlights Drupal’s Onboarding Challenge
Getting started with Drupal remains a complex process, requiring multiple tools and configuration steps before development can begin. In a blog post, Michał Kokociński argues that this onboarding friction continues to limit adoption and proposes a simplified approach through a one-line installer.
The proposed tool, Create Drupal Site, draws inspiration from React’s create-react-app model by offering a single command to scaffold a working Drupal environment. The installer sets up a DDEV-based development environment, installs Drush, applies core recipes and configuration management, and prepares a functional site with a modern baseline.
The argument centres on the lack of a clear “default starting point” for Drupal projects. Developers must currently make several early decisions, including environment setup, installation profiles and tooling choices, which can create uncertainty for newcomers and slow initial progress even for experienced users.
By providing a standardised entry point, the approach aims to reduce setup variability and improve consistency across projects. This is positioned as particularly relevant in collaborative and AI-assisted development workflows, where predictable and repeatable environments improve automation and tooling reliability.
The post frames the proposal as an initial step rather than a complete solution, noting that building a reliable and reusable setup still requires alignment with evolving Drupal practices. While the installer simplifies early-stage setup, broader adoption would depend on community uptake and continued refinement of onboarding workflows.

