<?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: Koushik Raghavan</title>
    <description>The latest articles on DEV Community by Koushik Raghavan (@koushik_raghavan_15bce601).</description>
    <link>https://dev.to/koushik_raghavan_15bce601</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%2F3781280%2F86182731-3f76-4d23-8d5a-9346cb59e6a6.jpg</url>
      <title>DEV Community: Koushik Raghavan</title>
      <link>https://dev.to/koushik_raghavan_15bce601</link>
    </image>
    <atom:link rel="self" type="application/rss+xml" href="https://dev.to/feed/koushik_raghavan_15bce601"/>
    <language>en</language>
    <item>
      <title>MovieSync: Redefining Intermissions with Live Crowd Data</title>
      <dc:creator>Koushik Raghavan</dc:creator>
      <pubDate>Mon, 20 Apr 2026 15:52:40 +0000</pubDate>
      <link>https://dev.to/koushik_raghavan_15bce601/moviesync-redefining-intermissions-with-live-crowd-data-5c3g</link>
      <guid>https://dev.to/koushik_raghavan_15bce601/moviesync-redefining-intermissions-with-live-crowd-data-5c3g</guid>
      <description>&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%2F9x2pizrzwmh5e5ewisfc.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%2F9x2pizrzwmh5e5ewisfc.png" alt=" " width="800" height="361"&gt;&lt;/a&gt;&lt;/p&gt;

&lt;h2&gt;
  
  
  Building MovieSync in Public (with Antigravity) 🎬🚀
&lt;/h2&gt;

&lt;p&gt;We’ve all faced this…&lt;br&gt;
You step out during a movie break, thinking you’ll grab snacks or use the washroom quickly — but end up stuck in long queues. Short break, long wait.&lt;/p&gt;

&lt;p&gt;That’s where the idea of MovieSync came from.&lt;/p&gt;

&lt;h2&gt;
  
  
  The Problem
&lt;/h2&gt;

&lt;p&gt;Intermissions are limited, but there’s zero visibility on crowd levels. You just guess… and sometimes regret it.&lt;/p&gt;

&lt;h2&gt;
  
  
  The Idea
&lt;/h2&gt;

&lt;p&gt;I built MovieSync, a real-time dashboard that shows how crowded different areas are inside a venue.&lt;br&gt;
Simple color signals help you decide instantly:&lt;/p&gt;

&lt;p&gt;🟢 Low crowd&lt;br&gt;
🟠 Medium&lt;br&gt;
🔴 High congestion&lt;/p&gt;

&lt;p&gt;No guesswork. Just smarter decisions.&lt;/p&gt;

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

&lt;ul&gt;
&lt;li&gt;React + Vite for a fast, lightweight frontend&lt;/li&gt;
&lt;li&gt;Vanilla CSS (no heavy UI libraries)&lt;/li&gt;
&lt;li&gt;Docker (multi-stage build)&lt;/li&gt;
&lt;li&gt;Nginx for serving the app&lt;/li&gt;
&lt;li&gt;Google Cloud Run for serverless deployment&lt;/li&gt;
&lt;li&gt;Antigravity to speed up development &amp;amp; workflow&lt;/li&gt;
&lt;/ul&gt;

&lt;h2&gt;
  
  
  How I Built It
&lt;/h2&gt;

&lt;p&gt;I focused on keeping things simple and clean.&lt;br&gt;
Instead of using UI frameworks, I designed everything from scratch using glassmorphism styles, smooth transitions, and subtle animations.&lt;/p&gt;

&lt;p&gt;Since I didn’t have real sensors, I created a simulation that mimics real-time data (like WebSockets). The dashboard updates dynamically to reflect crowd density.&lt;/p&gt;

&lt;h2&gt;
  
  
  Deployment
&lt;/h2&gt;

&lt;p&gt;Used Docker with a multi-stage build:&lt;/p&gt;

&lt;ul&gt;
&lt;li&gt;Node → build optimized assets&lt;/li&gt;
&lt;li&gt;Nginx → serve the app on port 8080&lt;/li&gt;
&lt;/ul&gt;

&lt;p&gt;Deployed on Google Cloud Run for automatic scaling.&lt;/p&gt;

&lt;h2&gt;
  
  
  Where Antigravity Helped
&lt;/h2&gt;

&lt;p&gt;Antigravity made a big difference by:&lt;/p&gt;

&lt;ul&gt;
&lt;li&gt;Speeding up initial setup&lt;/li&gt;
&lt;li&gt;Making UI iterations faster&lt;/li&gt;
&lt;li&gt;Simplifying deployment flow&lt;/li&gt;
&lt;li&gt;Reducing overall complexity&lt;/li&gt;
&lt;/ul&gt;

&lt;p&gt;It helped me move faster from idea → working product.&lt;/p&gt;

&lt;h2&gt;
  
  
  Key Features
&lt;/h2&gt;

&lt;ul&gt;
&lt;li&gt;Real-time crowd dashboard&lt;/li&gt;
&lt;li&gt;Lightweight and responsive UI&lt;/li&gt;
&lt;li&gt;Dockerized production build&lt;/li&gt;
&lt;li&gt;Serverless deployment&lt;/li&gt;
&lt;li&gt;Built in public&lt;/li&gt;
&lt;/ul&gt;

&lt;h2&gt;
  
  
  What’s Next
&lt;/h2&gt;

&lt;ul&gt;
&lt;li&gt;Real IoT integration&lt;/li&gt;
&lt;li&gt;WebSocket backend&lt;/li&gt;
&lt;li&gt;Predictive crowd insights&lt;/li&gt;
&lt;li&gt;Mobile PWA version&lt;/li&gt;
&lt;li&gt;Multi-theatre support&lt;/li&gt;
&lt;/ul&gt;

&lt;h2&gt;
  
  
  Final Thought
&lt;/h2&gt;

&lt;p&gt;This project showed me how quickly you can build something useful using the right tools. Building in public also made the journey more real and accountable.&lt;/p&gt;

&lt;p&gt;&lt;strong&gt;What are you building right now? 🚀&lt;/strong&gt;&lt;/p&gt;

</description>
      <category>ai</category>
      <category>webdev</category>
      <category>programming</category>
      <category>antigravity</category>
    </item>
  </channel>
</rss>
