How to Vibe Code an App From a Drawing

YouTube AI Channels Tools

Summary

Google AI Studio now lets users vibe-code a full retro virtual-closet web app from a hand-drawn sketch and reference images, integrating real-time weather, garment photos, and Nano Banana-powered virtual try-on in minutes.

With vibe coding, you can build an app by just describing it. In this video, we show you how to turn a vision and a hand-drawn sketch into a weather-responsive personalized outfit selector...
Original Article
View Cached Full Text

Cached at: 04/21/26, 03:28 PM

**TL;DR:** A Google demo shows how to turn a hand-drawn sketch into a working “vibe-coded” retro virtual closet that checks the weather and lets you virtually try on outfits—built in minutes with Google AI Studio and Nano Banana. ## From Doodle to Deployed App The entire build happens inside [Google AI Studio](https://aistudio.google.com/apps), the company’s “vibe coding” environment that turns plain-English prompts into runnable web apps. No local setup, no git repo—just open the browser and start talking to the model. ### Step 1: Capture the Vision - Sketch the interface on paper: a retro-styled closet grid, a mini weather card, and a style-tips panel. - Snap a photo of the sketch. - Grab any reference image that nails the desired aesthetic (Pinterest screenshot, mood-board photo—anything that “feels” right). ### Step 2: One-Prompt Skeleton Paste this into AI Studio: > “Build me a retro virtual-closet app called My Closet with virtual try-on. I’ve attached a design-inspiration image and a layout sketch. Include a style-tips board and outfit suggestions based on real-time weather at my location.” Hit enter. The model returns a fully styled page: color palette, typography, placeholder garments, weather widget, and tip board—ready for interaction. ### Step 3: Feed Real Garments - Create a folder on your desktop and drop in photos of every shirt, jacket, and pair of pants you own. - In AI Studio, switch to code view, drag the folder into the file pane. - Type: > “Replace all placeholder clothing images with the photos in this folder.” The app auto-labels each item (“striped tee”, “denim jacket”, “wool coat”) and sorts them into a scrollable wardrobe grid. ### Step 4: Add Weather-Aware Logic Prompt: > “Use my location and live weather data to auto-scroll the closet, analyze garment thickness, and recommend one feasible outfit for today.” The app now fetches New York’s current conditions (rain, 58 °F), filters for medium-weight layers, and highlights a suggested combo. ### Step 5: Virtual Try-On with Nano Banana New idea: > “Add an upload/photo button so I can pick an outfit and see it composited onto a picture of me—like looking in a mirror.” Behind the scenes the prompt calls Google’s Nano Banana image-editing model. Clicking “Try On” composites the selected garment onto the uploaded selfie in under two seconds. ## Iterate by Talking Every tweak is conversational: - “Make the background peach instead of mint.” - “Sort clothes by warmest first when it’s below 50 °F.” - “Show a confidence percentage for each recommendation.” The loop is: describe → build → test → refine—no traditional coding required. ## Explore the App Gallery Need inspiration? AI Studio ships with a public gallery of vibe-coded demos—chatbots, trip planners, recipe generators, etc. The retro-closet project is now live inside the gallery; anyone can fork it and push the idea further. ## Ship It When you’re happy, click “Deploy” to get a shareable URL or export the code to host elsewhere. The entire process—from doodle to live site—takes “only a few minutes.” **Source:** [How to Vibe Code an App From a Drawing – Google](https://www.youtube.com/watch?v=b1Pvt072wKQ)

Similar Articles

What is Vibe Coding?

YouTube AI Channels

Google AI Studio now lets users create games, websites and mobile apps from single plain-language prompts without writing code.

Vibe coding is coming to your phone

The Verge

Google and Apple are bringing AI-powered 'vibe coding' to mobile, allowing users to create custom Android apps, widgets, and shortcuts via natural language prompts, as demonstrated at Google I/O 2026 and reported for iOS.

Google can now vibe-code you an Android app

The Verge

Google announces that AI Studio can now build native Android apps from prompts, with an embedded emulator and ability to install on devices; initial focus on personal utility, hardware-enabled, and AI-powered apps.

Build Apps for Your Friends (Vibe Coding)

YouTube AI Channels

This article introduces how to use the Vibe Coding feature in Google AI Studio to build customized interactive applications, such as a vinyl record player-style greeting card generator, by describing them in natural language instead of writing code.