{"slug": "building-a-look-first-ai-image-generator-instead-of-another-blank-prompt-box", "title": "Building a look-first AI image generator instead of another blank prompt box", "summary": "A developer has built BlingBling Up, an AI image generator that starts from visual 'Looks' instead of a blank prompt box. The web app, built with Next.js and deployed on Cloudflare, lets users pick a style direction, add a photo, and generate an image, aiming to reduce friction for users who struggle to translate taste into prompt language.", "body_md": "Most AI image tools still begin the same way:\n\nHere is a blank prompt box. Now describe exactly what you want.\n\nThat is powerful if you already know how to write prompts. But for many users, especially when the goal is visual style, the hardest part is not generation. It is deciding what to ask for.\n\nI have been building [BlingBling Up](https://blingblingup.app/), an AI image generator focused on a different workflow:\n\nInstead of starting from text, the product starts from taste.\n\nPrompt-first tools are flexible, but they also create a lot of friction.\n\nIf someone wants a glam, fashion, editorial, or soft-glam image, they may not know whether to write:\n\nEven when users know the rough direction, they often struggle to translate taste into prompt language.\n\nSo I wanted to test the opposite flow:\n\nLet users pick the direction visually, then let the system carry the prompt detail.\n\nThe public gallery works like a collection of visual starting points. Each Look contains an image direction and prompt context. The user can choose one, add their own photos, and generate a result from there.\n\nThe current version focuses on a few style pages:\n\nI intentionally kept the category set small. It is tempting to create dozens of SEO pages and style categories immediately, but that usually creates thin pages and a worse product experience.\n\nFor now, I would rather have fewer pages that are easier to understand.\n\nThe first screen is not a marketing landing page with abstract claims. It shows the actual workflow:\n\n``` php\nPick a Look -> Add a photo -> Create\n```\n\nThe gallery appears directly below the hero area, so users can start browsing immediately.\n\nEarly versions of AI products often expose too much:\n\nFor this product, those details are secondary. The user is trying to find a look they like.\n\nSo the discovery experience is intentionally simple:\n\nThe creation flow supports saved image profiles and one-time photo uploads.\n\nFor uploads, the rule is simple:\n\nThat keeps the workflow lightweight while still giving the generation system enough visual reference.\n\nInstead of exposing model names in the main product flow, the UI uses quality levels:\n\nThat is easier for users to reason about than provider-specific model language.\n\nThe project is built as a web app with Next.js and deployed on Cloudflare.\n\nThe app has a few moving parts:\n\nOne thing I had to be careful about was balancing SEO with performance.\n\nFor example, a gallery full of large images is useful for discovery, but it can make the homepage slow. The better compromise is:\n\nThat way the product does not sacrifice user experience just to chase indexing.\n\nPositioning is the hardest part.\n\nThere are several possible ways to describe the product:\n\nThe broad keyword has more search demand, but the narrower positioning is more memorable.\n\nRight now I am trying to make the first screen communicate this:\n\nChoose a polished Look, add your photo, and create a beautiful AI image without starting from a blank prompt.\n\nThat is the core idea.\n\nIf you try it, I would love feedback on three things:\n\nYou can check it out here:\n\nI am still early, but the main lesson so far is that AI product design is often less about adding more controls and more about choosing the right starting point.\n\nFor this product, the starting point is not a prompt.\n\nIt is a Look.", "url": "https://wpnews.pro/news/building-a-look-first-ai-image-generator-instead-of-another-blank-prompt-box", "canonical_source": "https://dev.to/eudy/building-a-look-first-ai-image-generator-instead-of-another-blank-prompt-box-3deo", "published_at": "2026-08-09 16:22:44+00:00", "updated_at": "2026-08-09 16:46:34.529215+00:00", "lang": "en", "topics": ["generative-ai", "ai-products", "ai-tools", "developer-tools"], "entities": ["BlingBling Up", "Next.js", "Cloudflare"], "alternates": {"html": "https://wpnews.pro/news/building-a-look-first-ai-image-generator-instead-of-another-blank-prompt-box", "markdown": "https://wpnews.pro/news/building-a-look-first-ai-image-generator-instead-of-another-blank-prompt-box.md", "text": "https://wpnews.pro/news/building-a-look-first-ai-image-generator-instead-of-another-blank-prompt-box.txt", "jsonld": "https://wpnews.pro/news/building-a-look-first-ai-image-generator-instead-of-another-blank-prompt-box.jsonld"}}