A Discourse-owned article and its replies presented together on Astro.
Aug 28, 2026
From Discourse
This page demonstrates the reverse DiscussionBridge direction. Its forum-owned
first post is retrieved with server-only credentials during the static build,
sanitized, and emitted without exposing the Content Connection or its secret.
This example presents the forum-owned article and then carries the same topic’s
replies into Astro through standard Discourse comments. The Bridge remains the
single source for the article, replies, membership and moderation; Astro owns
only the presentation.
This roadmap is authored in The Bridge and published into Astro through an authenticated From Discourse record.
One forum-owned roadmap
The forum owns the article, replies, moderation, and canonical topic identity. Astro receives a bounded static presentation during its build.
Portable document structure
The transferred headings become destination anchors and an On this page navigation without giving the browser a Content Connection credential.
Capability
Astro proof
Forum-owned content
First post from topic 14
Destination navigation
Heading-derived contents list
Discussion
The same topic’s replies below
Diagram source
flowchart LR
Bridge[The Bridge] --> Record[From Discourse record]
Record --> Astro[Astro + Starlight]