---
title: "Federation & Syndication"
description: "Publish your content to the fediverse and syndicate via RSS."
canonical_url: "https://docs.bulkheados.com/federation/"
template: "page-node"
schema_type: "WebPage"
---

<div class="docs-content">
<p class="docs-lead">Bulkhead OS supports content federation — publishing your content to Mastodon, the fediverse, and RSS readers without any third-party tools.</p>

<h2 id="what-is-federation">What Is Federation?</h2>
<p>Federation means your content can be followed and read from other platforms. When you enable federation on a post, it appears on Mastodon, Pleroma, Misskey, and any ActivityPub-compatible service as if you posted it natively there.</p>

<h2 id="how-to-enable">How to Enable</h2>
<ol>
<li>Go to <strong>Workspace Settings → Federation</strong></li>
<li>Enable ActivityPub federation</li>
<li>Your site now has a fediverse identity — people can follow it from Mastodon</li>
<li>When you publish content with the <strong>Federate</strong> toggle on, it's pushed to your followers</li>
</ol>

<h2 id="rss">RSS & Atom Feeds</h2>
<p>Every site automatically generates feeds at:</p>
<ul>
<li><code>/feed.xml</code> — RSS 2.0</li>
<li><code>/feed.json</code> — JSON Feed 1.1</li>
</ul>
<p>These are auto-discovered by feed readers like Feedly, Inoreader, and NetNewsWire.</p>

<h2 id="posse">POSSE: Publish Own Site, Syndicate Elsewhere</h2>
<p>Bulkhead OS follows the POSSE principle — your site is the canonical source of truth. Content is published on your domain first, then syndicated to the fediverse and other platforms. This ensures you always own your content and your URLs.</p>

<div class="docs-example-grid">
  <a class="docs-example-card" href="/federation/comments">
    <span class="docs-example-card__eyebrow">Replies</span>
    <strong class="docs-example-card__title">Fediverse comments on your docs pages</strong>
    <span class="docs-example-card__body">Render approved replies, profile links, and reaction counts directly under an article.</span>
  </a>
</div>
</div>
