Hypertext is a modular CMS framework with a very thin layer of MVC primitives. Hypertext adheres to a hierarchy of execution that includes Application, Packages, and Plugins. Packages operate independently without overlapping, which minimizes memory usage for each requested path. Plugins are then hooked into processes defined by the domain specific Packages.
Hypertext embraces PHP’s inherent flexibility of dynamic-linking to implement lazy loading for static definitions, enabling us to reduce the amount of bytes interpreted during the execution process. A tiny reactive web component library is used for the client side interface.