subgraph.site

Astro boilerplate

A template that fetches site.subgraph.* records from a PDS and renders a timeline, series, and embedded documents. The fastest path to putting subgraph content on a personal site you already control.

Placeholder.

The boilerplate repo isn't published yet. When it lands, this page will cover:

  • One-command install (bun create subgraph-site).
  • How it reads records from your PDS using the public com.atproto.repo.listRecords endpoint — no OAuth on the reader side.
  • Component library: <Item/>, <Series/>, <Document/>, <Timeline/>.
  • Routing conventions for /series/[slug] and /[kind]/[rkey].
  • Deploying to Cloudflare Pages / Vercel / Netlify / your own server.

For now, the lexicon docs give you everything you need to roll your own reader. Records are publicly readable via standard atproto endpoints.