frontonly
Front-only, also known as front-end only, is an open-source, non-profit initiative that seeks to separate concerns and layer applications into specific domains, one of which is the front-end. The main goal is to focus on the user interface and user experience aspects, isolate the presentation logic, and divide the business logic into separate components.
As a design decision, front-only considers the presentation layer as part of the application, which should be
Front-only advocates for dividing the architecture into three distinct layers: a public front-end layer for what
Front-only does not imply that business logic should be missing from the front-end, but rather that it