So instead of shouting into a void you shout into a protocol where you content gets distributed in a variety of ways you might not even know about
Directory and feed queries are public too:
search publications and articles, browse by tag, pull trending lists, resolve a domain to its publications.
What does that mean in practice?
standard.site writing lives in repos on the network. We index it for discovery and reading.
Other clients can query that index — link unfurlers, alt readers, directories — without running tap or crawling the atmosphere themselves.
If you're building on standard.site or Standard Reader, tell us what you'd like to see next!
We just shipped our new settings page!
Here you can customize in your reader experience, dialing in the font and voice to your preferences
Signed-in calls use standard ATProto auth.
Read home feed, saved articles, reading history. Write follows, bookmarks, read state, lists.
Writes go to your PDS as app.standard-reader.* records. The AppView indexes them — it doesn't own your state.
Standard Reader now ships an open AppView for standard.site.
Public ATProto queries over the indexed network — publications, articles, feeds, URL resolution. Same lexicons the app uses.
Docs + live examples: standard-reader.app/docs/api
Standard Reader now ships an open AppView for standard.site.
Public ATProto queries over the indexed network — publications, articles, feeds, URL resolution. Same lexicons the app uses.
Docs + live examples: standard-reader.app/docs/api
resolveUrl is a good place to start.
Give it a standard.site or Leaflet URL; get back the publication or article with reader links and metadata.
No auth. Try it on the docs page, copy the curl, use the JSON.
This api feels like it could be pretty useful!
You can essentially make your own Frontend for @standard-reader.app now 👀
AppView XRPC queries and procedures for the Standard Reader read-model.
standard-reader.app
AppView XRPC queries and procedures for the Standard Reader read-model.
Standard Reader now ships an open AppView for standard.site.
Public ATProto queries over the indexed network — publications, articles, feeds, URL resolution. Same lexicons the app uses.
Docs + live examples: standard-reader.app/docs/api