This project introduces a major architectural evolution for the dev site by transforming portal pages into configurable semantic renderers. Instead of each portal having a single fixed template, portals will support multiple interchangeable render modes, each optimized for a different cognitive or exploratory experience. A portal will first aggregate semantic relationships between CPTs, taxonomies, excerpts, concepts, quotes, songs, chapters, fragments, and related metadata, then pass that unified dataset into a presentation layer capable of rendering the same information in radically different ways.
The system will likely require restructuring the current portal architecture into a modular template framework where each portal can register and switch between several view templates. Initial target modes may include Grid Mode for visual browsing, List Mode for dense research-oriented navigation, Plain Text/Immersion Mode for uninterrupted semantic reading, Timeline Mode for chronological exploration, and Stream Mode for feed-like discovery. Longer-term possibilities include graph visualization and narrative composition modes that emphasize relationships between chapters, fragments, and concepts. Each mode will require dedicated CSS systems, layout logic, conditional data formatting, and potentially separate query optimizations depending on the rendering strategy.
At a deeper level, this project formalizes the distinction between content, relationships, rendering, and presentation. The portal becomes less like a traditional CMS page and more like a dynamic semantic interface capable of adapting to different forms of cognition and discovery. This establishes the foundation for exploratory hypertext navigation, modular knowledge rendering, and eventually user-selectable viewing experiences that can reshape how large semantic datasets are explored throughout the site.
