cd /news/ai-tools/spending-hours-designing-the-ui-or-j… · home topics ai-tools article
[ARTICLE · art-18969] src=dev.to pub= topic=ai-tools verified=true sentiment=↑ positive

Spending Hours Designing the UI? Or Just Telling AI the Pain Story?

A developer building a garden design visualization tool abandoned traditional UI design methods and instead told Google's Gemini AI the personal frustration behind the app—that gardening advice felt outdated and irrelevant to busy professionals. By explaining the target audience's desire for sleek, low-maintenance outdoor spaces reminiscent of tech offices and boutique hotels, the developer prompted Gemini to generate a font system using Fraunces and Inter that intentionally communicates to modern homeowners rather than their grandmothers. The resulting design system, created by treating the AI as a creative collaborator fed with real human context, produced a frontend that feels aligned with the app's purpose.

read2 min publishedMay 31, 2026

Now that I get my backend API services in place, it's time to design a frontend! Just describe the mood to AI, right? I did, and it looked... fine. But it didn't feel right. It didn't match the soul of why I was building it.

So, instead of looking at font pairing blogs for three hours, I sat down and told Gemini the personal story and frustration behind the app.

I explained that as a busy professional, I felt completely alienated by the gardening world. Every time I looked up gardening advice on YouTube or blogs to fix up my yard, I was met with slow acoustic country music, rambling lectures full of jargons, and an aesthetic that felt like a grandmother giving advice.

It felt old fashioned, inefficient, and totally out of touch with how my peers and I live. For example:

We don't want a chaotic cottagecore wildflower patch that takes six hours a week to prune. Our design references are the sleek tech offices we work in, the boutique hotels we visit, or the trendy cafes with clean gravel, square lawns, structural plants, and warm outdoor lighting. We just want a beautiful, low-maintenance outdoor lounge where we can turn on some music, host a weekend barbecue, and have drinks with friends on a summer evening.

✔ Modern outdoor courtyard

I told Gemini: “I built a tool that takes a messy yard and instantly visualizes that clean, hotel-grade hosting space. Help me pick a font system that talks to these busy professionals, not their grandmothers.”

Subtitle and body text "Inter"

@import url("https://api.fontshare.com/v2/css?f[]=fraunces@500,600,700&display=swap");
--font-inter: var(--font-inter-family), ui-sans-serif, system-ui, sans-serif;
  --font-fraunces: "Fraunces", ui-serif, Georgia, serif
<h1 className="font-fraunces text-5xl leading-[0.95] font-semibold tracking-tight text-[#1f321d] sm:text-6xl">
              GardenViz
            </h1>
            <p className="font-inter mt-2 text-lg font-medium tracking-tight text-[#3a4f35] sm:text-xl">
              Garden Design Visualizer for Busy Homeowners
            </p>

The result

I think it looks quite good! :)

By treating the AI as a creative collaborator and feeding it the context of a real human frustration rather than just a technical prompt, I got a design system that feels incredibly intentional.

── more in #ai-tools 4 stories · sorted by recency
sponsored brought to you by zahid.host 4,200+ EU-deployed projects
reading about agents? ship yours in a single git push.

Run your AI side-project on zahid.host

EU-based hosting, git-push deploys, automatic HTTPS, no cold starts. Free tier with a custom domain — perfect for shipping the agent you just read about.

$git push zahid main
Live at https://your-agent.zahid.host
Get free account → Pricing
from €0/mo · no card required
LIVE [news/spending-hours-desig…] indexed:0 read:2min 2026-05-31 ·