I’ve built app-compose, a library for building modular frontend applications. It helps developers connect different parts of an app — features, entities, and services — so they work together as a single system.
The goal is to simplify frontend architecture, especially in applications with many independent features that need to interact. Instead of managing complex dependency chains manually, app-compose lets you define how features relate to each other declaratively.
GitHub: https://github.com/grlt-hub/app-compose Documentation: https://grlt-hub.github.io/app-compose/
I’d love to hear your feedback and thoughts!