# Palace Examiner — Butler Guide Palace Examiner is an investigative editorial app in the tradition of Hearst-era muckraking journalism. Content is curated editorial analysis based on documented public record. ## Structure ``` apps/palaceexaminer/ ├── astro.config.mjs (SSR node adapter, base: '/examiner') ├── package.json ├── run.sh (builds + starts on port 4326) ├── com.manglasabang.palaceexaminer.plist └── src/ ├── layouts/Layout.astro └── pages/index.astro ← all content + SPA logic embedded here ``` Data dir: `palaces/manglasabang/palaceappsdata/palaceexaminer/` ## Content Model All subject dossiers are embedded in `src/pages/index.astro` as a `SUBJECTS` JavaScript array inside `