What screens does an AI image generator app need?
A create screen, something to look at while the model runs, a result view, and a library. Generated images pile up fast, so an app without a library becomes unusable within a week of real use.
What goes at the top of an AI image create screen?
The prompt field. Style, aspect ratio and model are choices people make after writing the request, so putting the pickers first makes every session start with a scroll.
How do I connect these screens to an image model?
Paste them into Replit, Lovable, Claude Code, Bolt, or Cursor and name your provider. Your AI coding tool sends the prompt, style and aspect ratio to the model and renders the results into the grid.
How many variations should an image generator return?
Four. It fills a phone screen without scrolling and gives a real choice while staying quick to judge, which is why the result grid here is built around that number.