Native iOS and Mac, same backend.
The Swift SDK runs the full Pylon sync engine natively, giving iOS and Mac apps the same live queries, optimistic writes, and offline behavior as the web. Generate a typed Swift client from your schema.
Cross-platform usually means the web app and the native app drift: different data layers, different caching, different bugs. A REST SDK on mobile loses the local-first behavior the web client has, and keeping two hand-written sync implementations honest is a losing battle.
The engine, in Swift
packages/swift implements reconciliation, the operation queue, optimistic rollback, and snapshot pagination in Swift. Your iOS and Mac apps get the browser's local-first guarantees through a native sync engine.
Parity, enforced
The TypeScript and Swift engines are held at feature parity by policy: every sync fix lands in both. That's what keeps a web app and a native Mac app on one backend from diverging into platform-specific data bugs.
Ship it on Pylon.
Scaffold an app in seconds, deploy free on Cloud, scale when you need to.