Signed accounts
Clients prove account control by signing short-lived challenges. The server issues cacheable bearer tokens for normal sync and social calls.
Mesh-native sync for app-owned data
A sync relay and protocol surface for native and web apps that need signed identity, encrypted private records, social projections, remote events, and portable app-owned data.
What it does
Daochi stores public keys, account metadata, app registrations, sync versions, encrypted records, and selected public or social projections. It never stores client private keys. Existing clients can keep using the compatibility wire names while the product name moves from Ksync to Daochi.
Clients prove account control by signing short-lived challenges. The server issues cacheable bearer tokens for normal sync and social calls.
Private data can be written as opaque versioned records. The relay stores and orders the blobs without parsing their contents.
Registered apps declare collection prefixes, visibility classes, and capabilities so data ownership is not hard-coded to one client.
WebSocket events notify clients when newer data exists while keeping bearer tokens out of request URLs.
Compatibility
Current server code still accepts the ksync-sync-v1 signature context and X-Ksync-* headers. Protocol v1 through v5 remain valid through 2027-09-01. Protocol v5 makes encrypted records the primary private-data surface while legacy typed rows remain available when clients ask for compatibility data.
X-Ksync-User, X-Ksync-Signature, X-Ksync-Client, X-Ksync-Since-Versionksync-sync-v1, bearer.<token> WebSocket subprotocol support