<?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: Thalia Johnson</title>
    <description>The latest articles on DEV Community by Thalia Johnson (@bananapocalypse).</description>
    <link>https://dev.to/bananapocalypse</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%2F3805944%2Fb2f1e335-e0ad-4b6f-a1c9-2da498d6cfbc.png</url>
      <title>DEV Community: Thalia Johnson</title>
      <link>https://dev.to/bananapocalypse</link>
    </image>
    <atom:link rel="self" type="application/rss+xml" href="https://dev.to/feed/bananapocalypse"/>
    <language>en</language>
    <item>
      <title>BrickThis</title>
      <dc:creator>Thalia Johnson</dc:creator>
      <pubDate>Wed, 04 Mar 2026 14:49:49 +0000</pubDate>
      <link>https://dev.to/bananapocalypse/brickthis-4c8a</link>
      <guid>https://dev.to/bananapocalypse/brickthis-4c8a</guid>
      <description>&lt;p&gt;&lt;em&gt;This is a submission for the &lt;a href="https://dev.to/challenges/mlh/built-with-google-gemini-02-25-26"&gt;Built with Google Gemini: Writing Challenge&lt;/a&gt;&lt;/em&gt;&lt;/p&gt;

&lt;h2&gt;
  
  
  What I Built with Google Gemini
&lt;/h2&gt;

&lt;p&gt;Problem: As a kid, I wished I could build anything with LEGO. But I wasn’t a master builder; I couldn’t figure out how to get the shape I wanted to just from imagination. Stuff fell apart, pieces got stuck, it was a mess. Instruction manuals were so clear and easy to read.&lt;/p&gt;

&lt;p&gt;Solution: Turn any photo into a LEGO build! Snap or upload an image and get a parts list plus step-by-step instructions. &lt;/p&gt;

&lt;p&gt;Google Gemini 3 Pro analyzes the image, outputs a JSON file containing all necessary parts (including color, quantity, and ID), instructions, and prompts for image generation. A dataset of the top 50 LEGO pieces is what Gemini uses for accuracy, along with data from the Rebrickable API. Flux then creates a cover photo and diagrams from the Gemini output.&lt;/p&gt;

&lt;p&gt;I also used Google AI Studio to create a quick prototype of the UI as a starting point, tweaking it to my liking afterwards.&lt;/p&gt;

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

&lt;p&gt;&lt;a href="https://brick-this.vercel.app" rel="noopener noreferrer"&gt;https://brick-this.vercel.app&lt;/a&gt;&lt;/p&gt;

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

&lt;p&gt;This was my first Hackathon, and I learned so much from it. Thinking about how it works under the hood was the hardest part. The AI produces something that resembles a LEGO set, but it wasn’t entirely accurate in terms of parts matching one-to-one with the image generation. I could have fixed this if I had more time.&lt;/p&gt;

&lt;p&gt;Before even touching prototyping or UI, it’s best to get the backend fully working the way you want. 3/4 into the project, I realized there were a few problems. Flux has no idea what the last step looks like, so image sequences can feel incohesive. Even though I planned it out, I wish I tested more.&lt;/p&gt;

&lt;p&gt;Also, for some reason, I decided it was a great idea to deploy the site at the last minute, and of course: build errors. Next time, I’ll deploy the site first thing.&lt;/p&gt;

&lt;p&gt;Lastly, I was sad I didn’t find a team I clicked with at first, but I found out I really enjoy being a solo dev. I get to be as creative as I’d like!&lt;/p&gt;

&lt;h2&gt;
  
  
  Google Gemini Feedback
&lt;/h2&gt;

&lt;p&gt;I think the model had trouble picturing the build as a whole physically. There were a few times when the text descriptions weren't clear or detailed enough, which caused the image model to improvise.&lt;/p&gt;

&lt;h2&gt;
  
  
  Other tools used
&lt;/h2&gt;

&lt;ul&gt;
&lt;li&gt;autoprefixer&lt;/li&gt;
&lt;li&gt;canvas-confetti&lt;/li&gt;
&lt;li&gt;cropperjs&lt;/li&gt;
&lt;li&gt;flux&lt;/li&gt;
&lt;li&gt;flux-dev&lt;/li&gt;
&lt;li&gt;github&lt;/li&gt;
&lt;li&gt;google-font&lt;/li&gt;
&lt;li&gt;javascript&lt;/li&gt;
&lt;li&gt;jsonrepair&lt;/li&gt;
&lt;li&gt;lucide-react&lt;/li&gt;
&lt;li&gt;nextjs&lt;/li&gt;
&lt;li&gt;node.js&lt;/li&gt;
&lt;li&gt;postcss&lt;/li&gt;
&lt;li&gt;react&lt;/li&gt;
&lt;li&gt;react-cropper&lt;/li&gt;
&lt;li&gt;react-webcam&lt;/li&gt;
&lt;li&gt;rebrickable-api&lt;/li&gt;
&lt;li&gt;replicate-api&lt;/li&gt;
&lt;li&gt;shadcn&lt;/li&gt;
&lt;li&gt;tailwind&lt;/li&gt;
&lt;li&gt;typescript&lt;/li&gt;
&lt;li&gt;vercel&lt;/li&gt;
&lt;/ul&gt;

</description>
      <category>devchallenge</category>
      <category>geminireflections</category>
      <category>webdev</category>
    </item>
  </channel>
</rss>
