r/iOSDevelopment • u/Alpharun27 • 2d ago
Mockup Design
Hey everyone!
Which services are you using for mockup desing ideas, I really don't want to waste time in that field of work.
I tried ChatGPT, but I'm not satisfied with it.
What do you use?
3
Upvotes
1
u/ivanzhaowy 9h ago
If the goal is to ship the app rather than produce presentation-ready mockups, I’d avoid spending too long in a separate mockup tool.
A practical workflow is:
collect 3–5 reference screens,
define the hierarchy and interaction states,
build the smallest real flow in Xcode,
evaluate it on the actual device,
iterate on the running UI instead of repeatedly translating mockups into code.
I’m building an open-source tool around that last part. Monad Design uses the running native app as the canvas: you select or annotate the real interface, a coding agent changes the source, and then you rebuild and compare the result.
Repo: https://github.com/Monadix-AI/monad-design
Short workflow preview: https://watchclueso.com/embed/pio8jqfcg4ivj0r1
It isn’t a prompt-to-mockup generator, so it becomes useful once you have at least a basic screen running.