1 repo
Architectural approaches that organize code into decoupled, independent packages.
Distinguishing note: Focuses on modularity as a design principle rather than specific component libraries.
Explore 1 awesome GitHub repository matching software engineering & architecture · Modular Software Design. Refine with filters or upvote what's useful.
Cobalt is a cross-platform web application designed as a distributed service platform for managing media content downloading. It functions as a full-stack monorepo that integrates a backend API with a responsive frontend, providing a unified interface for users to fetch and save media files from various online platforms. The project utilizes a modular architecture where backend services, frontend interfaces, and shared logic are organized into decoupled packages within a single repository. This monorepo structure employs centralized workspace orchestration to manage dependencies and cross-pac
Organizes projects into distinct, decoupled packages that facilitate independent development and maintenance.