
The project architecture was reorganized into a single monorepo to support two brands mobile apps from one codebase. Turborepo is used to share core logic, UI components, and business rules between Footshop and Queens. This made it possible to create a new Queens app without copying existing code. Shared packages keep both apps consistent while still allowing brand specific customization. The setup helps speed up development and reduces long term maintenance work.