Core Stack & Feature Validation
Data Sovereignty: Posts write directly to the user's Personal Data Server (PDS) as open AT Protocol records with zero vendor lock-in.
Looseleafs & Canvases: Accountless instant document creation, visual canvas structures, and multiplayer live cursor sync.
Publications & Subpages: Multi-page layout hierarchy, custom navigation, and domain mapping support.
Bluesky Graph Integration: Direct longform publishing tied to the Bluesky handle, bypassing timeline character limits with full
@mentionsupport.
Ingestion & API Verification
Testing remote fetch and record parsing via the AT Protocol:
fn main() {
let doc_type = "looseleaf";
let target_pds = "https://bsky.social";
println!("Syncing {} record to {}", doc_type, target_pds);
}Interactivity: Inline document comments, quote-sharing, and community subscriber feeds.
Portability: Public repository records ready for automated pipeline ingestion and personal portfolio rendering.
Decentralized document hierarchy verified. Fast block editing, live collaboration, and native AT Protocol interoperability.