<?xml version="1.0" encoding="UTF-8"?>
<rss version="2.0" xmlns:atom="http://www.w3.org/2005/Atom" xmlns:dc="http://purl.org/dc/elements/1.1/">
  <channel>
    <title>DEV Community: Cristian Parada</title>
    <description>The latest articles on DEV Community by Cristian Parada (@w2k31984).</description>
    <link>https://dev.to/w2k31984</link>
    <image>
      <url>https://media2.dev.to/dynamic/image/width=90,height=90,fit=cover,gravity=auto,format=auto/https:%2F%2Fdev-to-uploads.s3.amazonaws.com%2Fuploads%2Fuser%2Fprofile_image%2F1205306%2Ffd5aa561-5caa-466d-8705-20ecf1fbed61.jpeg</url>
      <title>DEV Community: Cristian Parada</title>
      <link>https://dev.to/w2k31984</link>
    </image>
    <atom:link rel="self" type="application/rss+xml" href="https://dev.to/feed/w2k31984"/>
    <language>en</language>
    <item>
      <title>From idea to app creation in less than 2 minutes with Build Google IA Studio and Gemini technology.</title>
      <dc:creator>Cristian Parada</dc:creator>
      <pubDate>Thu, 03 Jul 2025 02:32:49 +0000</pubDate>
      <link>https://dev.to/w2k31984/from-idea-to-app-creation-in-less-than-2-minutes-with-build-google-ia-studio-and-gemini-technology-192p</link>
      <guid>https://dev.to/w2k31984/from-idea-to-app-creation-in-less-than-2-minutes-with-build-google-ia-studio-and-gemini-technology-192p</guid>
      <description>&lt;p&gt;&lt;em&gt;This post is my submission for &lt;a href="https://dev.to/deved/build-apps-with-google-ai-studio"&gt;DEV Education Track: Build Apps with Google AI Studio&lt;/a&gt;.&lt;/em&gt;&lt;/p&gt;




&lt;h2&gt;
  
  
  What I Built
&lt;/h2&gt;

&lt;p&gt;&lt;a href="https://media2.dev.to/dynamic/image/width=800%2Cheight=%2Cfit=scale-down%2Cgravity=auto%2Cformat=auto/https%3A%2F%2Fdev-to-uploads.s3.amazonaws.com%2Fuploads%2Farticles%2F4r38k6vq4ott62jlqsrq.png" class="article-body-image-wrapper"&gt;&lt;img src="https://media2.dev.to/dynamic/image/width=800%2Cheight=%2Cfit=scale-down%2Cgravity=auto%2Cformat=auto/https%3A%2F%2Fdev-to-uploads.s3.amazonaws.com%2Fuploads%2Farticles%2F4r38k6vq4ott62jlqsrq.png" alt="Interface Google AI Studio with Build Gemini" width="800" height="441"&gt;&lt;/a&gt;&lt;/p&gt;

&lt;p&gt;AI is evolving at a very fast pace. Now, it’s possible to bring ideas to life quickly thanks to the power of &lt;strong&gt;Google AI Studio&lt;/strong&gt;, using &lt;strong&gt;Gemini&lt;/strong&gt; as the core engine that turns prompts into working code. With well-structured, concise prompts, we can generate almost any application to solve problems or provide intelligent suggestions.&lt;/p&gt;

&lt;p&gt;For my project, I created a &lt;strong&gt;responsive web application&lt;/strong&gt; that acts as a &lt;strong&gt;virtual supermarket shopping assistant&lt;/strong&gt;. The idea is to allow users to take a photo of their fridge or pantry, detect what's inside, identify missing items, and even suggest recipes based on available ingredients. It also supports manual entry of products and includes multilingual support (English and Spanish) via a constant defined in TypeScript.&lt;/p&gt;

&lt;h3&gt;
  
  
  Prompt Used
&lt;/h3&gt;

&lt;blockquote&gt;
&lt;p&gt;Create a virtual supermarket shopping assistant that works with computer vision. This assistant should allow the user to take a picture of their fridge or pantry and, from that image:&lt;/p&gt;

&lt;ol&gt;
&lt;li&gt;Identify the visible products (food, beverages, condiments, etc.).&lt;/li&gt;
&lt;li&gt;Detect products that are close to expiring or look spoiled (such as overripe fruits or vegetables).&lt;/li&gt;
&lt;li&gt;Determine which products are in short supply by comparing with a frequent or suggested shopping list.&lt;/li&gt;
&lt;li&gt;Automatically generate a shopping list with missing or expired products.&lt;/li&gt;
&lt;li&gt;Suggest quick recipes based on what is available.&lt;/li&gt;
&lt;/ol&gt;

&lt;p&gt;The assistant must:&lt;/p&gt;

&lt;ul&gt;
&lt;li&gt;Recognize common brands and packaging.&lt;/li&gt;
&lt;li&gt;Estimate the remaining quantity if possible (e.g., half a liter of milk).&lt;/li&gt;
&lt;li&gt;Learn user preferences over time.&lt;/li&gt;
&lt;li&gt;Offer integration with online supermarket platforms or export the list as text.&lt;/li&gt;
&lt;li&gt;Support multilingual functionality (English and Spanish).&lt;/li&gt;
&lt;li&gt;Allow manual addition of products.&lt;/li&gt;
&lt;/ul&gt;
&lt;/blockquote&gt;




&lt;h2&gt;
  
  
  Demo
&lt;/h2&gt;

&lt;p&gt;👉 You can view the working prompt on &lt;strong&gt;Google AI Studio&lt;/strong&gt; here:&lt;br&gt;&lt;br&gt;
&lt;a href="https://aistudio.google.com/app/prompts?state=%7B%22ids%22:%5B%221CyWxsB-4YnjAjatH52xBeFK3gaVCjMm0%22%5D,%22action%22:%22open%22,%22userId%22:%22104849382989648451587%22,%22resourceKeys%22:%7B%7D%7D&amp;amp;usp=sharing" rel="noopener noreferrer"&gt;🔗 Try the demo&lt;/a&gt;&lt;/p&gt;




&lt;h2&gt;
  
  
  My Experience
&lt;/h2&gt;

&lt;p&gt;&lt;a href="https://media2.dev.to/dynamic/image/width=800%2Cheight=%2Cfit=scale-down%2Cgravity=auto%2Cformat=auto/https%3A%2F%2Fdev-to-uploads.s3.amazonaws.com%2Fuploads%2Farticles%2F0fd8d2he5o81v2tp8bc1.png" class="article-body-image-wrapper"&gt;&lt;img src="https://media2.dev.to/dynamic/image/width=800%2Cheight=%2Cfit=scale-down%2Cgravity=auto%2Cformat=auto/https%3A%2F%2Fdev-to-uploads.s3.amazonaws.com%2Fuploads%2Farticles%2F0fd8d2he5o81v2tp8bc1.png" alt="Responsive mobile version of the app" width="417" height="914"&gt;&lt;/a&gt;&lt;/p&gt;

&lt;p&gt;The experience with &lt;strong&gt;Gemini in Google AI Studio&lt;/strong&gt; has been smooth, practical, and fast. During the process, Gemini was able to:&lt;/p&gt;

&lt;ul&gt;
&lt;li&gt;Correct and refactor its own code,&lt;/li&gt;
&lt;li&gt;Validate logic and functionality,&lt;/li&gt;
&lt;li&gt;Perform internal testing,&lt;/li&gt;
&lt;li&gt;And generate deployable solutions.&lt;/li&gt;
&lt;/ul&gt;

&lt;p&gt;Projects can be deployed directly to &lt;strong&gt;Google Cloud&lt;/strong&gt; or downloaded to run locally. The code is transparent and easy to understand, which makes this a great tool for rapid prototyping and experimentation.&lt;/p&gt;




&lt;p&gt;💡 &lt;em&gt;Happy coding and building with AI!&lt;/em&gt;&lt;/p&gt;

</description>
      <category>deved</category>
      <category>learngoogleaistudio</category>
      <category>gemini</category>
      <category>googleiastudio</category>
    </item>
  </channel>
</rss>
