<?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: Gökay Sağlam</title>
    <description>The latest articles on DEV Community by Gökay Sağlam (@bengokaysaglam).</description>
    <link>https://dev.to/bengokaysaglam</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.us-east-2.amazonaws.com%2Fuploads%2Fuser%2Fprofile_image%2F4039784%2Faa6bc30f-269f-4f6b-af29-5082d83a900f.jpg</url>
      <title>DEV Community: Gökay Sağlam</title>
      <link>https://dev.to/bengokaysaglam</link>
    </image>
    <atom:link rel="self" type="application/rss+xml" href="https://dev.to/feed/bengokaysaglam"/>
    <language>en</language>
    <item>
      <title>I Built a Fully Animated Smart Home Simulation Dashboard with React</title>
      <dc:creator>Gökay Sağlam</dc:creator>
      <pubDate>Tue, 21 Jul 2026 09:58:14 +0000</pubDate>
      <link>https://dev.to/bengokaysaglam/i-built-a-fully-animated-smart-home-simulation-dashboard-with-react-47fp</link>
      <guid>https://dev.to/bengokaysaglam/i-built-a-fully-animated-smart-home-simulation-dashboard-with-react-47fp</guid>
      <description>&lt;p&gt;Hey everyone 👋&lt;/p&gt;

&lt;p&gt;I've been working on a little side project: a &lt;strong&gt;smart home simulation dashboard&lt;/strong&gt;&lt;br&gt;
where you can control a lamp, fan, thermostat, door lock, garage door, AC, and&lt;br&gt;
an LED strip — all with realistic, animated scenes right in the browser. No&lt;br&gt;
real IoT hardware needed, everything runs as a client-side simulation.&lt;/p&gt;

&lt;h2&gt;
  
  
  🔗 Links
&lt;/h2&gt;

&lt;ul&gt;
&lt;li&gt;
&lt;strong&gt;Live demo:&lt;/strong&gt; &lt;a href="https://iot-device-simulation-app.netlify.app/" rel="noopener noreferrer"&gt;https://iot-device-simulation-app.netlify.app/&lt;/a&gt;
&lt;/li&gt;
&lt;li&gt;
&lt;strong&gt;Source code:&lt;/strong&gt; [GitHub link here]&lt;/li&gt;
&lt;/ul&gt;

&lt;h2&gt;
  
  
  🧱 Tech Stack
&lt;/h2&gt;

&lt;ul&gt;
&lt;li&gt;React 19 + TypeScript&lt;/li&gt;
&lt;li&gt;TanStack Start (file-based routing, SSR)&lt;/li&gt;
&lt;li&gt;Tailwind CSS 4&lt;/li&gt;
&lt;li&gt;Radix UI / shadcn/ui&lt;/li&gt;
&lt;li&gt;Deployed on Netlify&lt;/li&gt;
&lt;/ul&gt;

&lt;h2&gt;
  
  
  💡 Why I built this
&lt;/h2&gt;

&lt;p&gt;I wanted a playground to practice building expressive, physically-inspired UI&lt;br&gt;
animations — things like the AC's airflow, the garage door sliding up, the LED&lt;br&gt;
strip's glow, the thermometer's mercury rising — without needing actual smart&lt;br&gt;
home devices to test against. Each device has its own animated "scene"&lt;br&gt;
component built with plain CSS/SVG, no animation library involved.&lt;/p&gt;

&lt;p&gt;The code is also structured so that swapping the local &lt;code&gt;useState&lt;/code&gt; for a real&lt;br&gt;
data source (e.g. MQTT over &lt;code&gt;useMqttState('home/lamp')&lt;/code&gt;) would be a small,&lt;br&gt;
contained change per device — so it could evolve into something that talks to&lt;br&gt;
real hardware later.&lt;/p&gt;

&lt;h2&gt;
  
  
  🖼️ A quick look
&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.us-east-2.amazonaws.com%2Fuploads%2Farticles%2Fh864ekynajqlo6g6vj9e.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.us-east-2.amazonaws.com%2Fuploads%2Farticles%2Fh864ekynajqlo6g6vj9e.png" alt="Smart home dashboard showing animated lamp, fan, and AC controls" width="800" height="450"&gt;&lt;/a&gt;&lt;/p&gt;

&lt;h2&gt;
  
  
  🙋 Feedback welcome
&lt;/h2&gt;

&lt;p&gt;I'd love feedback on:&lt;/p&gt;

&lt;ul&gt;
&lt;li&gt;The animations/UX — anything that feels off or could be smoother&lt;/li&gt;
&lt;li&gt;Ideas for new devices to add&lt;/li&gt;
&lt;li&gt;Anything about the architecture you're curious about — happy to go deeper
on how any of the scenes were built&lt;/li&gt;
&lt;/ul&gt;

&lt;p&gt;Thanks for reading! ⭐ If you like it, a star on GitHub means a lot.&lt;/p&gt;

</description>
      <category>react</category>
      <category>webdev</category>
      <category>typescript</category>
      <category>iot</category>
    </item>
  </channel>
</rss>
