People Website generates an embeddable staff-directory widget for YourPolicy agency sites. Each config is section names, filter rules, attribute mappings, and theming — never the people themselves. Every render resolves live against Trelica, so terminations and new hires show up without anyone touching a URL.
Each YourPolicy agency site gets its own config: section names, filter rules, attribute mappings, and theming. The config never stores people — only the shape of how they should be shown — so there's nothing to keep in sync by hand.
Filters resolve against the Trelica people table live on every request, over a read-only role on the analytics proxy. A termination or a new hire propagates the moment it lands in Trelica — nobody edits a directory page to reflect it.
/healthz is a liveness probe, not a readiness gate — it stays 200 while the process is alive even if an upstream dependency is down, with per-dependency status in the body. The widget keeps serving its last known good render instead of restarting into a loop.
People Website is an internal builder powering embeddable staff directories on YourPolicy agency sites — not a public product itself. Deployed on Railway alongside Phantom Ledger.