Skip to main content
Vortex LogoVortex Logo

Vortex
Drupal project template

Vortex is a Drupal project template designed to streamline onboarding, accelerate development, and support long-term maintainability.

It provides a complete foundation for building and deploying Drupal sites β€” including containerized local environments, automated testing and code quality tools, continuous integration pipeline configurations, and integrations with popular hosting platforms. Everything is pre-configured and ready to use, so teams can focus on building features instead of setting up infrastructure.

By standardizing project structure and tooling, Vortex ensures a consistent developer experience across every project that uses it. Whether you’re starting fresh or joining an existing Vortex-based site, you can get up to speed quickly and start contributing right away.

The template is actively maintained and kept in sync with the latest tools. Every change is verified through automated tests to ensure updates remain stable and reliable β€” reducing the risk of regressions and making it easier to maintain projects over time.

🎁 What’s inside Vortex?​

  • πŸ’§ A pre-configured Drupal project structure with module, theme and test boilerplate
  • 🧰 Pre-configured tools for code quality checks and automated testing
  • 🐳 Docker-based environment for local development and cloud hosting
  • πŸ—οΈ Continuous integration using GitHub Actions or CircleCI
  • ☁️ Built-in support for Acquia and Lagoon cloud hosting platforms
  • πŸ“– Project documentation

Refer to Features and Architecture for more details.

πŸš€ Quick start​

curl -SsL https://www.vortextemplate.com/install > install.php && php install.php

Refer to Installation for more details.

🀝 Contributing​

Refer to Contributing for more details.

βš–οΈ License​

Vortex is licensed under the GPL-3.0 license. See the LICENSE file for more details.