Privacy choices

This site may send the owner a minimal page-visit notice with page, browser, device type, and resolution. If you accept analytics, it can also remember an anonymous visit/session ID and collect richer engagement signals.

Read the privacy notice
ProjectJuly 5, 2026

Alex OS homepage journey engine

The CMS-driven journey + orbit engine powering the public homepage.


systembuildworkflow

Explore with Alex OS

Alex is building the content engine that drives the homepage — a CMS-controlled system that maps visitor journeys and renders orbit-style navigation without ha…

What this is

A CMS-driven engine that powers the public homepage through two interlocking systems: a journey layer that sequences what visitors see based on context, and an orbit layer that structures how content relationships are rendered. Neither layer is hardcoded — content editors control both through structured CMS fields.

The core problem

Key decision: CMS as the source of truth for layout behavior

Rather than encoding journey logic in components, Alex pushed that logic into CMS schema. The tradeoff: more upfront schema design work, but the homepage becomes reconfigurable through content alone. This connects directly to the Dynamic CMS Architecture approach Alex uses across projects — structure defined once, reused flexibly.

Orbit engine: structured relationships, not free-form links

The orbit layer renders content relationships as navigable clusters rather than flat lists. This required UI/UX Architecture decisions about progressive disclosure — what a visitor sees first, what expands on interaction, and how depth is revealed without overwhelming the initial view.

Current status

In progress. The system is tagged as both a build and a thinking project — meaning architectural decisions are still being made alongside active construction. No completion claim is made here; the work is live and ongoing.