atproto utils for zig zat.dev
atproto sdk zig
27
fork

Configure Feed

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

docs: explain ATProto doc publishing in readme

the readme now explains that zat publishes its own docs as
site.standard.document records - dogfooding the protocol.

馃 Generated with [Claude Code](https://claude.com/claude-code)

Co-Authored-By: Claude Opus 4.5 <noreply@anthropic.com>

+17 -1
+5
CHANGELOG.md
··· 1 1 # changelog 2 2 3 + ## 0.1.1 4 + 5 + - xrpc client sets `Content-Type: application/json` for POST requests 6 + - docs published as `site.standard.document` records on tag releases 7 + 3 8 ## 0.1.0 4 9 5 10 sync types for firehose consumption:
+12 -1
README.md
··· 1 1 # [zat](https://zat.dev) 2 2 3 - AT Protocol building blocks for zig. [roadmap](docs/roadmap.md) 路 [atproto records](https://at-me.zzstoatzz.io/view?handle=zat.dev) 3 + AT Protocol building blocks for zig. [roadmap](docs/roadmap.md) 4 + 5 + <details> 6 + <summary><strong>this readme lives on ATProto</strong></summary> 7 + 8 + zat uses itself to publish these docs as [`site.standard.document`](https://standard.site) records on ATProto. they live in [zat.dev's repository](https://at-me.zzstoatzz.io/view?handle=zat.dev), signed by its DID. 9 + 10 + any app that speaks the protocol can display them. if this site disappears, the data doesn't - it's in the network, portable across PDSs. 11 + 12 + that's the point of building on ATProto: data moves with identity, not servers. 13 + 14 + </details> 4 15 5 16 ## install 6 17