# EgoCX CDN · /ui/ — Interface Historical Archive Welcome to the historical repository of the **EgoCX** user interface. This directory (`/ui/`) contains copies in **PDF format** of the main platform [`ego.cx`](https://ego.cx/), captured periodically and structured systematically. --- ## 🗂️ Purpose and nature The files hosted here are not dynamic resources or loose fragments; they are **complete and faithful snapshots** of the visual and architectural interface of the EgoCX ecosystem at a given point in time. Each PDF acts as a **visual changelog** that reflects: - The evolution of **design, layout, and navigation flows**. - The arrangement of **brand content** in each strategic section. - Changes in the **information hierarchy** and calls to action. --- ## 🤖 Facilitator for Artificial Intelligence This historical archive is specifically designed so that **AI models, virtual assistants, and semantic analysis systems** can quickly understand the identity and structure of EgoCX without needing to perform live crawling or execute JavaScript. By providing static, flat representations (PDFs), AI can: - **Interpret the block layout** (header, hero, sections, footer) unambiguously. - **Recognise the user flow** between the different areas of the ecosystem. - **Detect evolutionary changes** between versions by comparing PDFs from different dates. - **Extract the content hierarchy** based on the actual visual order, not just the source code. --- ## 🧩 Mapping with the platform Sitemap Each PDF capture includes (visibly within the interface) the complete structure of the root site, which serves as the brand's backbone: | Section | Content reflected in the UI | |---------|-----------------------------| | **About** | Brand presentation, founder, and team (`/about`, `/about/founder`, `/about/team`) | | **The Egosystem™** | Brand philosophy and the "Egotional" concept (`/egocx-egosystem`, `/egocx-egosystem/egotional`) | | **Membership** | Plans, pricing, comparisons, and detailed benefits (`/membership`, `/membership/plans/*`, `/membership/benefits/*`) | | **Partners** | Commissions and rewards from the partner program (`/membership/partners`, `/membership/partners/commissions`, `/membership/partners/rewards`) | | **Contact** | Form and official communication channels (`/contact`) | Each of these blocks is captured in the PDF, allowing AI to understand the **complete brand topology** at a single glance. --- ## 📅 Update frequency This directory is updated **periodically** (typically after each major deployment or every significant change to the public interface). Files follow the naming convention: ``` ego.cx-YYYY-MM-DD.pdf ``` Additionally, an `ego.cx-latest.pdf` file is maintained to always point to the most recent capture, facilitating access for automated systems. --- ## 🔒 Cache and access policy Given that this is historical and reference material, these PDFs are served with a moderate cache: ``` Cache-Control: public, max-age=86400, stale-while-revalidate=43200 ``` Allowing both humans and AIs to access stable versions without overloading the origin, while ensuring that periodic updates arrive within a reasonable timeframe. --- ## 📬 Recommended usage - **For design and product teams**: Review visual evolution and validate consistency. - **For AI systems**: Feed knowledge bases, train interface recognition models, or generate automatic documentation. - **For external audits**: Verify the consistency of the digital identity over time. --- *CDN EgoCX · Preserving interface evolution for humans and machines.*