<?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: Saurabh Kumar</title>
    <description>The latest articles on DEV Community by Saurabh Kumar (@bug-free-dev).</description>
    <link>https://dev.to/bug-free-dev</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%2F3506840%2Fdcd081cf-a2bb-4a09-9bc4-1f2f29643572.jpg</url>
      <title>DEV Community: Saurabh Kumar</title>
      <link>https://dev.to/bug-free-dev</link>
    </image>
    <atom:link rel="self" type="application/rss+xml" href="https://dev.to/feed/bug-free-dev"/>
    <language>en</language>
    <item>
      <title>I shipped v7. Nobody showed up. Here's my honest breakdown.</title>
      <dc:creator>Saurabh Kumar</dc:creator>
      <pubDate>Mon, 30 Mar 2026 04:41:00 +0000</pubDate>
      <link>https://dev.to/bug-free-dev/i-shipped-v7-nobody-showed-up-heres-my-honest-breakdown-5h11</link>
      <guid>https://dev.to/bug-free-dev/i-shipped-v7-nobody-showed-up-heres-my-honest-breakdown-5h11</guid>
      <description>&lt;p&gt;I shipped FireChat v7 last week.&lt;/p&gt;

&lt;p&gt;Real AES-256-GCM encryption. Messages that disappear when everyone leaves. View-once media that actually deletes from storage. Push notifications that work across devices. Song sharing. A PWA that installs on your phone. Seven rewrites worth of lessons baked in.&lt;/p&gt;

&lt;p&gt;And still. Nobody showed up.&lt;/p&gt;

&lt;p&gt;7 views in 7 days.&lt;/p&gt;

&lt;p&gt;That's not low traction. That's digital silence.&lt;/p&gt;




&lt;h2&gt;
  
  
  So I stopped blaming "marketing"
&lt;/h2&gt;

&lt;p&gt;Nobody owes me users. Not because I built something. Not because I spent six months on it. Not because I think it's genuinely good.&lt;/p&gt;

&lt;p&gt;People only care about one thing — &lt;em&gt;why should I use this instead of everything else?&lt;/em&gt;&lt;/p&gt;

&lt;p&gt;And honestly? I never answered that loudly enough.&lt;/p&gt;

&lt;p&gt;FireChat exists because my friend's sister kept reading our WhatsApp chats. I wanted a place where conversations are locked behind a passphrase, encrypted on your device, and gone the moment everyone leaves. No history. No logs. Nothing to scroll through on someone else's unlocked phone.&lt;/p&gt;

&lt;p&gt;That's a real reason. I just never led with it.&lt;/p&gt;




&lt;h2&gt;
  
  
  What FireChat actually is
&lt;/h2&gt;

&lt;ul&gt;
&lt;li&gt;Sessions are ephemeral — everything disappears when the last person leaves&lt;/li&gt;
&lt;li&gt;Messages are AES-256-GCM encrypted client-side before touching any server&lt;/li&gt;
&lt;li&gt;Sessions lock behind an identifier passphrase — even if someone gets the invite link, they're not getting in without the key&lt;/li&gt;
&lt;li&gt;View-once images and videos — tap to view once, then it's gone&lt;/li&gt;
&lt;li&gt;Push notifications when you get invited, even with the app closed&lt;/li&gt;
&lt;li&gt;Installable PWA — lives on your home screen like a native app&lt;/li&gt;
&lt;li&gt;Every user gets a public profile page with their vibe and their song&lt;/li&gt;
&lt;/ul&gt;

&lt;p&gt;This isn't a weekend clone. This is six months of real decisions about encryption, ephemerality, and what it means to build something that actually respects the people using it.&lt;/p&gt;




&lt;h2&gt;
  
  
  My brutally honest guesses for why nobody's here
&lt;/h2&gt;

&lt;ul&gt;
&lt;li&gt;Zero distribution. I have no audience. I built and shipped into the void.&lt;/li&gt;
&lt;li&gt;It looks like "just another chat app" from the outside. The differentiation isn't visible until you're inside.&lt;/li&gt;
&lt;li&gt;The people who need it most don't know it exists.&lt;/li&gt;
&lt;li&gt;I've been building. I haven't been telling the story.&lt;/li&gt;
&lt;/ul&gt;




&lt;h2&gt;
  
  
  What I'm actually asking
&lt;/h2&gt;

&lt;p&gt;Try it. Break it. Tell me why you wouldn't use it. Tell me what would make you actually open it over WhatsApp or Discord or Signal.&lt;/p&gt;

&lt;p&gt;No "nice project bro." Real feedback only.&lt;/p&gt;

&lt;p&gt;&lt;strong&gt;&lt;a href="https://fyrechatz.vercel.app" rel="noopener noreferrer"&gt;fyrechatz.vercel.app&lt;/a&gt;&lt;/strong&gt;&lt;/p&gt;




&lt;p&gt;Building is the easy part. Getting people to care is the whole game. And I'm just figuring that out.&lt;/p&gt;

</description>
      <category>webdev</category>
      <category>sideprojects</category>
      <category>buildinpublic</category>
      <category>discuss</category>
    </item>
    <item>
      <title>FireChat v7 is here — and it's been a long time coming</title>
      <dc:creator>Saurabh Kumar</dc:creator>
      <pubDate>Sun, 22 Mar 2026 16:54:43 +0000</pubDate>
      <link>https://dev.to/bug-free-dev/firechat-v7-is-here-and-its-been-a-long-time-coming-1n55</link>
      <guid>https://dev.to/bug-free-dev/firechat-v7-is-here-and-its-been-a-long-time-coming-1n55</guid>
      <description>&lt;p&gt;Some projects you maintain. Some projects you live inside.&lt;/p&gt;

&lt;p&gt;FireChat has been the second kind. For the past six months I've been rebuilding it from the ground up — not because v5 was broken, but because I kept imagining what it could be if I just started fresh with everything I'd learned from building it the first time.&lt;/p&gt;

&lt;p&gt;v7 is that version. And I'm really glad you're here to see it.&lt;/p&gt;




&lt;h2&gt;
  
  
  A little context if you're new
&lt;/h2&gt;

&lt;p&gt;FireChat is a chat app built around one idea: conversations should be able to disappear. You create a session, invite your people, talk — and when everyone leaves, it's gone. No history. No logs. No data that outlives the moment.&lt;/p&gt;

&lt;p&gt;It started as something I built for a friend group. Somehow it found real users. That changed things.&lt;/p&gt;




&lt;h2&gt;
  
  
  What's new in v7
&lt;/h2&gt;

&lt;p&gt;&lt;strong&gt;Real encryption.&lt;/strong&gt; This was the thing I most wanted to get right. Messages are now encrypted with AES-256-GCM on your device before they touch the server. The key lives in your browser. I can't read your messages. Nobody can. v5 had this on the roadmap — v7 ships it.&lt;/p&gt;

&lt;p&gt;&lt;strong&gt;Media that actually disappears.&lt;/strong&gt; Images and videos now have a view-once mode. They show up as a locked card in the chat — tap it, the media opens, and that's your one chance. When a session ends, everything gets deleted from storage too. Not archived. Gone.&lt;/p&gt;

&lt;p&gt;&lt;strong&gt;Song sharing.&lt;/strong&gt; This one makes me happy every time I use it. Pick any track from iTunes and drop it into the conversation — album art, artist name, and a 30-second preview that plays right in the bubble. Music is such a natural part of how people connect and it felt wrong that it wasn't part of FireChat.&lt;/p&gt;

&lt;p&gt;&lt;strong&gt;Push notifications.&lt;/strong&gt; Someone invites you to a session while your phone is in your pocket — you'll know. It took an embarrassingly long time to get this right across multiple devices and browser tabs but it works beautifully now.&lt;/p&gt;

&lt;p&gt;&lt;strong&gt;Your own profile page.&lt;/strong&gt; Every user now has a public card at &lt;code&gt;/u/yourusername&lt;/code&gt;. It shows your display name, your vibe note, your song. It's a small thing but it's a way to exist in FireChat even outside of a session. Go check yours.&lt;/p&gt;

&lt;p&gt;&lt;strong&gt;It installs on your phone.&lt;/strong&gt; FireChat is a proper PWA now. Add it to your home screen. It feels like a native app.&lt;/p&gt;




&lt;h2&gt;
  
  
  The part where I get honest
&lt;/h2&gt;

&lt;p&gt;v5 worked. People used it. But there were corners of the codebase I avoided opening because I knew what I'd find in there. Auth had a redirect loop I'd been quietly patching. The message grouping was approximately right. Encryption was a comment in a TODO file.&lt;/p&gt;

&lt;p&gt;v7 is the version where I went back and fixed all of it properly. It took longer than I expected and I learned more than I planned to. That's the best kind of project.&lt;/p&gt;

&lt;p&gt;One more thing I'll be upfront about — a significant portion of v7 was built with AI assistance. Claude wrote a lot of the code. What that meant in practice was that I spent less time typing and more time thinking — about architecture, about edge cases, about whether the thing I was asking for was actually the right thing to build. The hard parts were still hard. Debugging a double push notification across three devices is debugging a double push notification across three devices regardless of who wrote the initial implementation.&lt;br&gt;
I think being cagey about that in 2026 would be a little silly.&lt;/p&gt;




&lt;p&gt;I'd love for you to give it a try. Create a session, invite a friend, share a song. See what it feels like when the conversation knows it's temporary.&lt;/p&gt;

&lt;p&gt;&lt;strong&gt;&lt;a href="https://fyrechatz.vercel.app" rel="noopener noreferrer"&gt;fyrechatz.vercel.app&lt;/a&gt;&lt;/strong&gt;&lt;/p&gt;

&lt;p&gt;And if you want to find me — &lt;code&gt;fyrechatz.vercel.app/u/iam_fragrance&lt;/code&gt;.&lt;/p&gt;

</description>
      <category>webdev</category>
      <category>nextjs</category>
      <category>firebase</category>
      <category>typescript</category>
    </item>
    <item>
      <title>[Boost]</title>
      <dc:creator>Saurabh Kumar</dc:creator>
      <pubDate>Mon, 16 Feb 2026 15:41:09 +0000</pubDate>
      <link>https://dev.to/bug-free-dev/-1i6c</link>
      <guid>https://dev.to/bug-free-dev/-1i6c</guid>
      <description>&lt;div class="ltag__link"&gt;
  &lt;a href="/bug-free-dev" class="ltag__link__link"&gt;
    &lt;div class="ltag__link__pic"&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%2Fuser%2Fprofile_image%2F3506840%2F8ceff964-5ffc-471c-8e71-b38662b420c4.png" alt="bug-free-dev"&gt;
    &lt;/div&gt;
  &lt;/a&gt;
  &lt;a href="https://dev.to/bug-free-dev/something-big-is-coming-to-firechat-53l7" class="ltag__link__link"&gt;
    &lt;div class="ltag__link__content"&gt;
      &lt;h2&gt;Something BIG is coming to Firechat 🔥&lt;/h2&gt;
      &lt;h3&gt;Saurabh Kumar ・ Feb 16&lt;/h3&gt;
      &lt;div class="ltag__link__taglist"&gt;
        &lt;span class="ltag__link__tag"&gt;#webdev&lt;/span&gt;
        &lt;span class="ltag__link__tag"&gt;#chatapp&lt;/span&gt;
        &lt;span class="ltag__link__tag"&gt;#nextjs&lt;/span&gt;
        &lt;span class="ltag__link__tag"&gt;#announcement&lt;/span&gt;
      &lt;/div&gt;
    &lt;/div&gt;
  &lt;/a&gt;
&lt;/div&gt;


</description>
      <category>webdev</category>
      <category>chatapp</category>
      <category>nextjs</category>
      <category>announcement</category>
    </item>
    <item>
      <title>Tell me something a fluent Pythonista doesn’t know 🐍</title>
      <dc:creator>Saurabh Kumar</dc:creator>
      <pubDate>Sun, 14 Dec 2025 05:43:20 +0000</pubDate>
      <link>https://dev.to/bug-free-dev/tell-me-something-a-fluent-pythonista-doesnt-know-455a</link>
      <guid>https://dev.to/bug-free-dev/tell-me-something-a-fluent-pythonista-doesnt-know-455a</guid>
      <description>&lt;p&gt;&lt;a href="https://i.giphy.com/media/KAq5w47R9rmTuvWOWa/giphy.gif" class="article-body-image-wrapper"&gt;&lt;img src="https://i.giphy.com/media/KAq5w47R9rmTuvWOWa/giphy.gif" alt="Python thinking" width="480" height="476"&gt;&lt;/a&gt;&lt;/p&gt;

&lt;p&gt;I’ve been working with Python for quite a while now and feel pretty fluent with it —&lt;br&gt;&lt;br&gt;
but let’s be honest… Python always has &lt;em&gt;something&lt;/em&gt; up its sleeve 😄&lt;/p&gt;

&lt;p&gt;So tell me 👇&lt;/p&gt;

&lt;ul&gt;
&lt;li&gt;A Python feature that surprised you
&lt;/li&gt;
&lt;li&gt;A weird quirk you discovered way too late
&lt;/li&gt;
&lt;li&gt;A clean trick you wish you’d known earlier
&lt;/li&gt;
&lt;li&gt;A “wait… Python can do &lt;em&gt;that&lt;/em&gt;?” moment
&lt;/li&gt;
&lt;/ul&gt;

&lt;p&gt;No beginner stuff please 🫡&lt;/p&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%2Fgagro6i73fjmz1sg5umq.gif" 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%2Fgagro6i73fjmz1sg5umq.gif" alt="Mind blown" width="200" height="200"&gt;&lt;/a&gt;&lt;/p&gt;

&lt;p&gt;I’m genuinely curious to see what even experienced Pythonistas miss sometimes.&lt;/p&gt;

&lt;p&gt;Drop your underrated Python knowledge below 🔥🐍&lt;/p&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%2Fwi2hz5s55b2q52z4vet4.gif" 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%2Fwi2hz5s55b2q52z4vet4.gif" alt="Typing fast" width="480" height="480"&gt;&lt;/a&gt;&lt;/p&gt;

</description>
      <category>python</category>
      <category>learning</category>
      <category>discuss</category>
      <category>developers</category>
    </item>
    <item>
      <title>It’s been a week since I shared my chat app — and I’m trying to understand why it didn’t click</title>
      <dc:creator>Saurabh Kumar</dc:creator>
      <pubDate>Sat, 13 Dec 2025 17:13:57 +0000</pubDate>
      <link>https://dev.to/bug-free-dev/its-been-a-week-since-i-shared-my-chat-app-and-im-trying-to-understand-why-it-didnt-click-19k0</link>
      <guid>https://dev.to/bug-free-dev/its-been-a-week-since-i-shared-my-chat-app-and-im-trying-to-understand-why-it-didnt-click-19k0</guid>
      <description>&lt;p&gt;It’s been almost &lt;strong&gt;7 days since I shared Firechat&lt;/strong&gt;, a small chat app I built, and it hasn’t really gone anywhere.&lt;/p&gt;

&lt;p&gt;Not ranting. Not upset. Just genuinely trying to understand &lt;em&gt;why&lt;/em&gt;.&lt;/p&gt;

&lt;p&gt;I originally built Firechat for my friends so we could chat privately without keeping message history. Over time, it slowly became a proper app, so I decided to share it publicly and see if others found it useful too.&lt;/p&gt;

&lt;p&gt;Maybe the idea isn’t clear.&lt;br&gt;&lt;br&gt;
Maybe the UI isn’t interesting enough.&lt;br&gt;&lt;br&gt;
Maybe people just don’t need another chat app.&lt;br&gt;&lt;br&gt;
Or maybe I’m just bad at presenting it.&lt;/p&gt;

&lt;p&gt;Here’s the app if you want to take a look:&lt;br&gt;&lt;br&gt;
👉 &lt;a href="https://fyrechatz.vercel.app" rel="noopener noreferrer"&gt;https://fyrechatz.vercel.app&lt;/a&gt;  &lt;/p&gt;

&lt;p&gt;And the source code is here:&lt;br&gt;&lt;br&gt;
👉 &lt;a href="https://github.com/bug-free-dev/firechat" rel="noopener noreferrer"&gt;https://github.com/bug-free-dev/firechat&lt;/a&gt;  &lt;/p&gt;

&lt;p&gt;If you’ve built side projects before, I’d really appreciate &lt;strong&gt;honest feedback&lt;/strong&gt; — even blunt feedback. “This already exists” or “I wouldn’t use this” is still helpful.&lt;/p&gt;

&lt;p&gt;If you have thoughts, ideas, or suggestions on what could be better (or why this didn’t click at all), I’m all ears.&lt;/p&gt;

&lt;p&gt;Thanks for reading 🙏&lt;br&gt;&lt;br&gt;
Still building. Still learning. 🔥&lt;/p&gt;

</description>
      <category>sideprojects</category>
      <category>webdev</category>
      <category>feedback</category>
      <category>nextjs</category>
    </item>
    <item>
      <title>Tryyyy out Firechat!!</title>
      <dc:creator>Saurabh Kumar</dc:creator>
      <pubDate>Sun, 07 Dec 2025 12:34:40 +0000</pubDate>
      <link>https://dev.to/bug-free-dev/tryyyy-out-firechat-1dgm</link>
      <guid>https://dev.to/bug-free-dev/tryyyy-out-firechat-1dgm</guid>
      <description>&lt;h2&gt;
  
  
  &lt;a href="https://fyrechatz.vercel.app" rel="noopener noreferrer"&gt;🔥 Firechat&lt;/a&gt;
&lt;/h2&gt;

&lt;h3&gt;
  
  
  Chat. Chill. Vanish. Repeat. 💨✨
&lt;/h3&gt;

&lt;p&gt;&lt;a href="https://fyrechatz.vercel.app" rel="noopener noreferrer"&gt;🚀 Try the Live Demo&lt;/a&gt;&lt;/p&gt;

&lt;p&gt;Connect with friends, talk freely, and watch your messages disappear like they never existed.  &lt;/p&gt;




&lt;h2&gt;
  
  
  😄 Why Firechat Exists (True Story)
&lt;/h2&gt;

&lt;p&gt;So here’s the lore.&lt;/p&gt;

&lt;p&gt;I just wanted to &lt;strong&gt;chat peacefully with my bro&lt;/strong&gt;.&lt;/p&gt;

&lt;p&gt;But… his sister kept peeping into our chats.&lt;br&gt;&lt;br&gt;
And me being a &lt;strong&gt;highly introverted, slightly isolated kid&lt;/strong&gt;, confrontation was NOT an option 😅&lt;/p&gt;

&lt;p&gt;So instead of arguing, blocking, or crying internally, I did the most reasonable thing:&lt;/p&gt;

&lt;blockquote&gt;
&lt;p&gt;&lt;strong&gt;I built my own chat app.&lt;/strong&gt;&lt;/p&gt;
&lt;/blockquote&gt;

&lt;p&gt;That’s how &lt;strong&gt;Firechat&lt;/strong&gt; was born 🔥&lt;br&gt;&lt;br&gt;
A place where messages disappear when the session ends —&lt;br&gt;&lt;br&gt;
no screenshots, no history, no “remember when you said that” trauma.&lt;/p&gt;

&lt;p&gt;Simple problem. Slightly overkill solution. Totally worth it.&lt;/p&gt;




&lt;h2&gt;
  
  
  🌟 What is Firechat?
&lt;/h2&gt;

&lt;p&gt;&lt;strong&gt;Firechat&lt;/strong&gt; is a lightweight, real-time chat app made for:&lt;/p&gt;

&lt;ul&gt;
&lt;li&gt;students&lt;/li&gt;
&lt;li&gt;friends&lt;/li&gt;
&lt;li&gt;late-night talks&lt;/li&gt;
&lt;li&gt;secret convos&lt;/li&gt;
&lt;li&gt;and people who just want peace 😌&lt;/li&gt;
&lt;/ul&gt;

&lt;p&gt;Messages &lt;strong&gt;vanish automatically&lt;/strong&gt; when you leave.&lt;br&gt;&lt;br&gt;
No clutter. No noise. Just vibes.&lt;/p&gt;

&lt;p&gt;Built originally &lt;em&gt;just for fun&lt;/em&gt;…&lt;br&gt;&lt;br&gt;
then somehow turned into a full project I kept polishing because I got attached 🫶&lt;/p&gt;




&lt;h2&gt;
  
  
  ✨ Features (aka cool stuff)
&lt;/h2&gt;

&lt;ul&gt;
&lt;li&gt;💬 &lt;strong&gt;Real-time chat&lt;/strong&gt; (talk, not wait)&lt;/li&gt;
&lt;li&gt;🔥 &lt;strong&gt;Ephemeral messages&lt;/strong&gt; – messages disappear when the session ends&lt;/li&gt;
&lt;li&gt;🎨 &lt;strong&gt;Clean &amp;amp; fun UI&lt;/strong&gt; – minimal, smooth, and distraction-free&lt;/li&gt;
&lt;li&gt;🎓 &lt;strong&gt;Made for students&lt;/strong&gt; – by a student, for students&lt;/li&gt;
&lt;li&gt;🙌 &lt;strong&gt;Kudos system&lt;/strong&gt; – appreciate your friends with virtual rewards&lt;/li&gt;
&lt;li&gt;⚡ &lt;strong&gt;Fast &amp;amp; lightweight&lt;/strong&gt; – no unnecessary drama&lt;/li&gt;
&lt;/ul&gt;




&lt;h2&gt;
  
  
  🔐 Privacy First. Student Safe.
&lt;/h2&gt;

&lt;p&gt;Firechat is &lt;strong&gt;private by design&lt;/strong&gt;.&lt;/p&gt;

&lt;p&gt;It’s made &lt;strong&gt;for students, by a student&lt;/strong&gt; — so privacy actually matters here.&lt;/p&gt;

&lt;ul&gt;
&lt;li&gt;No permanent chat history&lt;/li&gt;
&lt;li&gt;No awkward “wait… did I delete that?” moments&lt;/li&gt;
&lt;li&gt;No stress if you accidentally forget to clear chats&lt;/li&gt;
&lt;/ul&gt;

&lt;p&gt;Messages &lt;strong&gt;automatically disappear&lt;/strong&gt; when the session ends.&lt;br&gt;&lt;br&gt;
So even if you forget to clear chats… Firechat already did it for you 😌💨&lt;/p&gt;

&lt;p&gt;Basically:&lt;/p&gt;

&lt;blockquote&gt;
&lt;p&gt;&lt;em&gt;Oops-proof chatting for students.&lt;/em&gt;&lt;/p&gt;
&lt;/blockquote&gt;




&lt;h2&gt;
  
  
  🧠 How it was built (without the boring part)
&lt;/h2&gt;

&lt;p&gt;This project taught me &lt;em&gt;a lot&lt;/em&gt;.&lt;/p&gt;

&lt;p&gt;I explored ideas, tried things, broke stuff, fixed it again, and slowly shaped Firechat into what it is today.&lt;br&gt;&lt;br&gt;
Some tools helped along the way (you know… the smart kind 😉), but every decision, polish, and late-night tweak was &lt;strong&gt;hands-on learning&lt;/strong&gt;.&lt;/p&gt;

&lt;p&gt;It’s not perfect.&lt;br&gt;&lt;br&gt;
But it’s real.&lt;br&gt;&lt;br&gt;
And it works 🔥&lt;/p&gt;




&lt;h2&gt;
  
  
  🤝 Want to Help Build It?
&lt;/h2&gt;

&lt;p&gt;Firechat is &lt;strong&gt;open source&lt;/strong&gt;, and help is ALWAYS welcome 🙏&lt;/p&gt;

&lt;p&gt;👉 &lt;strong&gt;Source Code:&lt;/strong&gt;&lt;br&gt;&lt;br&gt;
&lt;a href="https://github.com/bug-free-dev/firechat" rel="noopener noreferrer"&gt;https://github.com/bug-free-dev/firechat&lt;/a&gt;&lt;/p&gt;

&lt;p&gt;You can help by:&lt;/p&gt;

&lt;ul&gt;
&lt;li&gt;🖼️ Adding &lt;strong&gt;media sharing&lt;/strong&gt; (images, GIFs, attachments)&lt;/li&gt;
&lt;li&gt;🎨 Improving UI / animations&lt;/li&gt;
&lt;li&gt;⚡ Making things faster &amp;amp; smoother&lt;/li&gt;
&lt;li&gt;🐛 Fixing bugs or cleaning code&lt;/li&gt;
&lt;li&gt;💡 Suggesting fun ideas&lt;/li&gt;
&lt;/ul&gt;

&lt;p&gt;Even &lt;strong&gt;small contributions matter a lot&lt;/strong&gt; — PRs, issues, suggestions, anything 💜&lt;/p&gt;

&lt;p&gt;(Also… I’m a bit busy these days, so help = instant good karma 😎&lt;br&gt;&lt;br&gt;
God might notice. No guarantees though.)&lt;/p&gt;




&lt;h2&gt;
  
  
  🔮 Future Ideas (aka “when motivation hits”)
&lt;/h2&gt;

&lt;ul&gt;
&lt;li&gt;🎨 Custom chat themes&lt;/li&gt;
&lt;li&gt;📸 Image &amp;amp; media sharing&lt;/li&gt;
&lt;li&gt;🔔 Notifications&lt;/li&gt;
&lt;li&gt;🎮 Mini-games inside chat&lt;/li&gt;
&lt;li&gt;✨ Even more playful UI&lt;/li&gt;
&lt;/ul&gt;




&lt;h2&gt;
  
  
  💜 Who is this for?
&lt;/h2&gt;

&lt;p&gt;Firechat started as a &lt;strong&gt;student-to-student&lt;/strong&gt; thing.&lt;br&gt;&lt;br&gt;
A safe, simple, and fun space to talk freely.&lt;/p&gt;

&lt;p&gt;Now it’s for &lt;strong&gt;anyone&lt;/strong&gt; who:&lt;/p&gt;

&lt;ul&gt;
&lt;li&gt;likes clean apps&lt;/li&gt;
&lt;li&gt;enjoys building&lt;/li&gt;
&lt;li&gt;or just wants messages to vanish dramatically 💨&lt;/li&gt;
&lt;/ul&gt;




&lt;h2&gt;
  
  
  🌱 A Small Request
&lt;/h2&gt;

&lt;p&gt;If you:&lt;/p&gt;

&lt;ul&gt;
&lt;li&gt;tried the app&lt;/li&gt;
&lt;li&gt;liked the idea&lt;/li&gt;
&lt;li&gt;or laughed at the backstory&lt;/li&gt;
&lt;/ul&gt;

&lt;p&gt;Consider ⭐ starring the repo or contributing something small.&lt;br&gt;&lt;br&gt;
It genuinely helps more than you think.&lt;/p&gt;

&lt;p&gt;And if you don’t — no pressure 😄&lt;br&gt;&lt;br&gt;
Firechat will still vanish your messages either way.&lt;/p&gt;




&lt;p&gt;🔥 Built for students&lt;br&gt;&lt;br&gt;
💬 Built for privacy&lt;br&gt;&lt;br&gt;
💨 Built to disappear  &lt;/p&gt;

&lt;p&gt;Ready to try it?&lt;/p&gt;

&lt;p&gt;👉 &lt;a href="https://fyrechatz.vercel.app" rel="noopener noreferrer"&gt;Launch the Live Demo&lt;/a&gt;&lt;/p&gt;

&lt;p&gt;Made with 💜, curiosity, and way too much caffeine&lt;br&gt;&lt;br&gt;
by a student who just wanted privacy.&lt;/p&gt;

</description>
      <category>webdev</category>
      <category>programming</category>
      <category>beginners</category>
      <category>productivity</category>
    </item>
  </channel>
</rss>
