How we unified our setups - A summary of our SCD Masterclass

At this year’s Shopware Community Day, André Varelmann, Head of Solution Architecture at Strix, had the opportunity to host a Masterclass on one of the challenges many agencies and teams face when working on multiple projects over time: fragmented development setups. In this article, André shares the key takeaways from that session, and explains how we at Strix DE decided to unify our setups, and how we are benefitting from it.

The challenge

When different projects evolve independently, it’s almost inevitable that each develops its own setup. Onboarding new developers takes longer every time, maintenance is painful, and upgrades turn into risky tasks. This was exactly the situation we faced at Strix DE in the past. With multiple teams and projects running in parallel, the lack of a shared standard cost us both time and focus. 

How it felt in the beginning

Our approach

We decided to build a unified and optimized setup that every project can rely on. The guiding principles were:

  • Consistency: one base setup across all projects, no matter the client.
  • Maintainability: a setup that can be updated centrally and rolled out everywhere.
  • Efficiency: reduced overhead for developers so they can focus on features, not infrastructure.
  • Scalability: making onboarding and parallel project work smooth and predictable.

To achieve this we:

  • Standardized local development environments (using Dockware).
  • Implemented a mechanism for database dumps (using gdpr-dump)
  • Introduced a dedicated container for code quality checks, ensuring the same tools and configs run locally and in CI/CD.
  • Built a private package repository with shared plugins, Symfony bundles and utilities that speed up shop development.
  • Made everything pre-installed and upgradeable so projects benefit automatically from improvements.
After we cleaned everything up

Why it matters

Standards don’t restrict creativity, they enable it. By removing friction in setup and maintenance, we give developers the freedom to focus on what matters most: delivering value for clients and creating great commerce experiences.

Interested in the slides of the SCD masterclass? You can find them here.

Would you like to know more or discuss how a unified setup could benefit your team? Feel free to get in touch via andre.varelmann@strix.net or LinkedIn.

Similar posts

see all
News
1.9.2025

Skins nominated for Website of the Year 2025 in the Shopping category

We are proud to share that our client Skins has been nominated for the Website of the Year Awards 2025 in the Shopping category.
News
22.7.2025

Strix co-founds the Agentic Commerce Alliance: shaping the future of AI-driven commerce

Strix is a founding member of the Agentic Commerce Alliance - a new initiative launched with Shopware and other digital commerce leaders to ensure merchants stay empowered in an AI-driven world. The Alliance promotes open standards, brand identity, and ethical use of AI to create a more human, diverse, and innovation-led future for ecommerce.
Tech
8.7.2025

GEO: The Evolution of SEO in the Age of AI

Search engines still matter, but they’re no longer the only way customers discover brands. With the rise of AI tools like ChatGPT and Google Gemini, answers are generated, not searched. That’s where GEO (Generative Engine Optimization) comes in. In this article, we’ll show how GEO complements SEO, and how Strix helps brands stay visible in AI-powered conversations, even when users don’t search, but ask.
Tech
17.6.2025

The future of shopping with AI

AI agents are advancing from chatbots to autonomous shoppers capable of making purchases for us. While this could simplify shopping, key challenges remain. Toon van Doorn, Technical Consultant at Strix, examines six of these challenges and how Shopware’s AI functionalities can help overcome them.
Tech
28.5.2025

Optimizing Largest Contentful Paint: Lazy vs. Eager Loading

Web performance optimization has come a long way, particularly in how we handle image loading. One of the key metrics in modern web performance is Largest Contentful Paint (LCP), which measures the time it takes for the largest visible element (often an image or a block of text) to load and render. Optimizing LCP is crucial for delivering a fast and smooth user experience.