frontalt
Frontalt is a term used in front-end web development to describe a framework and design approach for delivering alternative front-end renderings of content from a single source. It emphasizes separating content from presentation while enabling multiple renderers optimized for different contexts, such as devices, accessibility needs, and localization.
Origin and usage: The term combines front-end and alt (alternative). It has appeared in online discussions and
Architecture and concepts: A frontalt system typically comprises a core content model and a set of renderer
Implementation considerations: Teams implementing frontalt commonly use a component registry, variant metadata, and adapters that connect
Reception: Frontalt remains a niche concept with no formal standardization. Proponents argue it can streamline adaptation
See also: accessibility, progressive enhancement, design system, front end.
---