Skip to content
Flow-UILive

Blog

Long-form writing on server driven UI for SwiftUI: architecture, schema, widgets, and production notes. Documentation stays the source of truth; these articles are the why.

Server-Driven UI5 min read

SDUI vs WebViews on iOS

SDUI renders native SwiftUI from JSON. A WebView renders HTML in a browser process. Teams pick SDUI when the page should feel like the rest of the app.