subgraph.site

Docs

Using subgraph yourself

Integrating with subgraph content

Integrators only need one thing: the lexicon schemas. OAuth, session storage, the CLI internals — those are private to subgraph's own apps. Read records directly from a user's PDS and render whatever you want.

  • Lexicons — schemas for site.subgraph.item, site.subgraph.series, site.subgraph.content.seriesEmbed, and how they compose with Standard.site.
  • Astro boilerplate — a drop-in template that fetches subgraph records from a PDS and renders them. Placeholder for now.

Related