phoenix-be (single-file page node)

Purpose

The /phoenix-be route (phoenix-be.astro, 4976 lines) — the long-form “Phoenix Be hostile takeover” investigation/exposé, the single largest file in the repo. It is one editorial article: a frontmatter block of imports + small data assembly, then ~21 <h2> sections of prose, screenshots (<Image>), embedded videos, two editorial succession diagrams, the reused coaching-scam findings component, and a relationship-map island at the end. A single-file node — no Children section. The documentation value is the page’s shape and wiring, not its argument; the prose is not transcribed here.

Direct content

src/pages/phoenix-be.astro

Public API / frontmatter (:1-296)

Layout + page header (:298-368)

Renders <MainLayout {...pageMeta.phoenixBe}> (:298) — spreads the pageMeta.phoenixBe SEO block (a Phase 5 file; only the import is noted here). Page chrome: a masked cover <Image> (:300-309), the .page-title h1 (:311-314), and an .article-meta block with a hard-coded “Last updated June 1st, 2026” <time datetime="2026-06-01"> (:318) and a <details> author card “By Rom” (:320-366). A plain table-of-contents (:601-624) anchor-links the 20 sections below.

Section outline (~21 <h2>; one line each)

  1. Overview (#overview, :419) — bullet summary of the whole thesis; intentionally media-free (“no media on purpose to stay as short as possible”, :423). Prose only.
  2. Phoenix the Impostor (#phoenix-the-impostor, :627) — the “official successor” claim; screenshots + both SuccessionGraphs diagrams: show="phoenix-lies" (:663) then show="reality" (:710).
  3. Attacking Primal Diet websites (#attacking-primal-diet-websites, :926) — screenshots, an inline <video> (:1015), and a <Quote> attributed to “Phoenix Be” (:1025).
  4. Covering up Aajonus’ unreleased data (#covering-up-aajonus-unreleased-data, :1076) — screenshots + external link.
  5. Phoenix and the 2021 Kim-Mia hostile takeover (#phoenix-2021-kim-mia-hostile-takeover, :1121) — <PersonProfile> for Kim Mia (:1129) and a collapsible <details class="kim-mia-archive"> (:1175-1484) holding the screenshot archive, several rendered via the kimMia*Images .map consts (:1309, :1324, :1392).
  6. Complicity with an abuser of a criminal nature (#complicity-with-an-abuser-of-criminal-nature, :1639) — screenshots + <External> to eatrawmeat.online (:1677).
  7. Sam Schulte’s complicity (#sam-schulte-complicity, :1829) — <PersonProfile> (:1835) + screenshots.
  8. Kimberly Williams’ complicity (#kimberly-williams-complicity, :2119) — screenshots, a verbatim email <blockquote class="email-quote"> (:2223), and a styled <article class="contract-document"> reproducing the “agreement” text (:2287-2452).
  9. The scam (#the-scam, :2582) — a click-to-reveal .findings-reveal button that unhides <OfficialCoachingScamFindings headingLevel={3} /> (:2594). One line + link: the 1778-line findings component (incl. its comparison chart) is documented in src/components/DOCS.md — not re-summarized here.
  10. Food quality issues without warnings (#food-quality-issues-without-warnings, :2600) — one screenshot (two more commented out).
  11. Phoenix’s defamation against me (#phoenix-defamation-against-me, :2647) — screenshots.
  12. Phoenix and Avyanna’s gender ideology (#phoenix-avyanna-gender-ideology, :2739) — screenshots.
  13. Other accomplices in Phoenix’s lineup (#other-accomplices-in-phoenix-lineup, :2780) — an .accomplice-list (:2804-2847) with inline <Image> avatars (Jeff Slay / Betsy / Tom) + one more screenshot.
  14. Refusal to address issues (#refusal-to-address-issues, :2890) — screenshot.
  15. Complicity of other scammers and abusers (#complicity-of-other-scammers-and-abusers, :2953) — .map-rendered linaAninaComplicityImages (:2963) + three <External> cards (Lina, Anina, residentraw) (:2981, :2989, :3003).
  16. Superficial friendliness (#superficial-friendliness, :3032) — screenshots.
  17. Motives and psychology of Phoenix (#motives-and-psychology-of-phoenix, :3097) — the longest section; a .findings-reveal landing-page reveal (:3162), three <Quote> blocks attributed to “Phoenix Be” (:3407, :3421, :3518), inline <video>s, many screenshots, and an .org-website-list of his 5 sites with logos (:3781-3817).
  18. Conclusion (#conclusion, :3896) — the open-letter demands list, screenshots, and the <Contact /> component (:4005).
  19. Testimonies (#testimonies, :4013) — a run of screenshot <Image>s.
  20. Q&A (#qa, :4145) — six <h3> sub-questions with ids: qa-why-focus-on-those (:4147), qa-stance-on-conference (:4163), qa-note-to-investors (:4198), qa-can-he-change (:4226), qa-negative-intents (:4235), qa-what-to-do (:4248).
  21. Relationship map (#relationship-map, :4262) — the BadActorsApp island (see below).

Embedded island + diagrams

Client <script> (:4272-4329)

A single module script with two behaviors:

Other notable content

Dependencies

Invariants / gotchas

Open questions