Review of Ironsmith
Everyone has a tiny personal app they wish existed. A habit tracker tuned to their specific quirks. A quick way to batch-rename files. A custom clipboard manager. Normally you'd either pay a developer $500+ to build it, spend a weekend with SwiftUI, or give up and use a bloated general-purpose tool.
Ironsmith is the 2026 answer: type a prompt, get a working .app file. The generated apps are SwiftUI-based, run locally, and work with macOS native APIs. They're not pretty, but they're functional and they ship in minutes.
Single-window apps with forms, buttons, and basic state. File system interactions (read/write specific files). Notifications and timers. Local data storage. Anything that fits in one window and doesn't need a backend. That's 80% of the personal app use case.
Multi-window apps. Backend integrations. Anything that needs a server. Network calls beyond simple HTTP. If your need fits those constraints, Ironsmith is great. Otherwise, you're back to SwiftUI or hiring a developer.
A useful tool for the 'I have a tiny app idea' market. The output isn't shippable to the App Store, but for personal use it's exactly the right level. Worth keeping in your back pocket.
|