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.