Add new pages: AppSpecs, PubkyApp, HTTPRelay, PubkyBackup, PubkyModeration#48
Open
Add new pages: AppSpecs, PubkyApp, HTTPRelay, PubkyBackup, PubkyModeration#48
Conversation
This was referenced Feb 16, 2026
86667
reviewed
Feb 20, 2026
|
|
||
| ## Overview | ||
|
|
||
| pubky.app is a social media-like web application built on top of [[Explore/PubkyCore/Introduction|Pubky Core]]. It serves as the flagship example of how to build applications using the Pubky [[SDK]] for authentication and data storage, combined with [[Explore/PubkyApp/Backend/PubkyNexus|Nexus]] for fast social feeds. |
|
|
||
| ### Data Flow | ||
| 1. **Writes** go to [[Homeserver|homeserver]] via [[SDK]] | ||
| 2. Homeserver notifies [[Explore/PubkyApp/Backend/PubkyNexus|Nexus]] of changes |
Contributor
There was a problem hiding this comment.
Nexus queries Homeserver for changes
| - **QR Code Authentication** via [[PubkyRing|Pubky Ring]] | ||
| - **Offline support** — PWA with service worker caching and local-first writes | ||
|
|
||
| ## Architecture |
Contributor
There was a problem hiding this comment.
I think this would be better named "Codebase Structure" or similar
| --- | ||
| title: "HTTP Relay" | ||
| --- | ||
|
|
Contributor
There was a problem hiding this comment.
It may be useful to link to https://httprelay.io/ for people familiar with the concept
|
|
||
| ## Known Issues | ||
|
|
||
| ### Mobile Browser Background Timeout |
Contributor
There was a problem hiding this comment.
I dont think the issues part is needed here
| --- | ||
| title: "Pubky Backup" | ||
| --- | ||
|
|
Contributor
There was a problem hiding this comment.
Mark this as under development and that updates in behaviour are expected
85d06cc to
901627a
Compare
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
Add this suggestion to a batch that can be applied as a single commit.This suggestion is invalid because no changes were made to the code.Suggestions cannot be applied while the pull request is closed.Suggestions cannot be applied while viewing a subset of changes.Only one suggestion per line can be applied in a batch.Add this suggestion to a batch that can be applied as a single commit.Applying suggestions on deleted lines is not supported.You must change the existing code in this line in order to create a valid suggestion.Outdated suggestions cannot be applied.This suggestion has been applied or marked resolved.Suggestions cannot be applied from pending reviews.Suggestions cannot be applied on multi-line comments.Suggestions cannot be applied while the pull request is queued to merge.Suggestion cannot be applied right now. Please check back later.
New documentation pages for ecosystem components: App Specs (data model), pubky.app client, HTTP Relay (auth flow), Pubky Backup (credible exit), and Pubky Moderation (content moderation).