Standard.site landing page built in Next.js
0

Configure Feed

Select the types of activity you want to include in your feed.

Update Publishing & Federation list with ATmosphere

Keep the implementations index current as new standard.site
implementations ship.

Two changes to content/docs/implementations.mdx:

1. Rename "Migration Tools" to "Publishing & Federation". All three
entries in the section (sequoia.pub, wireservice, ATmosphere) are
continuous publishing/federation tools that write standard.site
records to a PDS on an ongoing basis — none of them is a one-time
migration utility, so the old label was misleading.

2. Add ATmosphere (https://wordpress.org/plugins/atmosphere/) above
wireservice. The card carries an explicit title/description so the
distinguishing trait surfaces without depending on OG metadata:
ATmosphere talks directly to the PDS via OAuth 2.1 with PKCE and
DPoP, with no third-party proxy in the auth path — wireservice by
contrast routes OAuth through an external service (aip.wireservice.net
by default).

+7 -1
+7 -1
content/docs/implementations.mdx
··· 18 18 19 19 <LinkCard url="https://site-validator.fly.dev" /> 20 20 21 - ## Migration Tools 21 + ## Publishing & Federation 22 22 23 23 <LinkCard url="https://sequoia.pub" /> 24 + 25 + <LinkCard 26 + url="https://wordpress.org/plugins/atmosphere/" 27 + title="ATmosphere" 28 + description="Cross-post WordPress to Bluesky with two-way replies, likes, and reposts as comments. Talks directly to your PDS — no third-party OAuth service in the loop." 29 + /> 24 30 25 31 <LinkCard url="https://wordpress.wireservice.net" /> 26 32