Buyer pain
Native apps add another pile of decisions.
A founder buying a boilerplate is usually trying to reduce choices, not add more. The scaffold docs give the agent a narrow path: keep the SaaS backend stable, create a small native shell, and verify the app can reach the API.
- Choose iOS, macOS, or both before creating files.
- Keep payments and licence state in the web backend.
- Use SwiftUI for the first native surface.
- Build with Xcode before calling the scaffold ready.