<?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: Mikk</title>
    <description>The latest articles on DEV Community by Mikk (@kyami).</description>
    <link>https://dev.to/kyami</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%2F3813008%2F057fc63c-26b8-41f3-9ed2-579397f6184e.jpg</url>
      <title>DEV Community: Mikk</title>
      <link>https://dev.to/kyami</link>
    </image>
    <atom:link rel="self" type="application/rss+xml" href="https://dev.to/feed/kyami"/>
    <language>en</language>
    <item>
      <title>How I built Meetsy — a full-featured private messaging app with Laravel 11</title>
      <dc:creator>Mikk</dc:creator>
      <pubDate>Sun, 08 Mar 2026 14:08:20 +0000</pubDate>
      <link>https://dev.to/kyami/how-i-built-meetsy-a-full-featured-private-messaging-app-with-laravel-11-4m43</link>
      <guid>https://dev.to/kyami/how-i-built-meetsy-a-full-featured-private-messaging-app-with-laravel-11-4m43</guid>
      <description>&lt;p&gt;&lt;strong&gt;What I built&lt;/strong&gt;&lt;/p&gt;

&lt;p&gt;&lt;strong&gt;Meetsy&lt;/strong&gt; is a privacy-first messaging web app — no ads, no tracking. Built solo as a side project, it grew into a full-featured messenger.&lt;/p&gt;

&lt;p&gt;🔗 &lt;em&gt;getmeetsy.app&lt;/em&gt;&lt;/p&gt;

&lt;p&gt;&lt;strong&gt;Features&lt;/strong&gt;&lt;/p&gt;

&lt;ul&gt;
&lt;li&gt;Real-time private &amp;amp; group messaging (AJAX polling)&lt;/li&gt;
&lt;li&gt;Voice &amp;amp; video calls (WebRTC)&lt;/li&gt;
&lt;li&gt;Voice messages, file &amp;amp; image attachments&lt;/li&gt;
&lt;li&gt;Message reactions, replies, edit &amp;amp; delete&lt;/li&gt;
&lt;li&gt;Web Push Notifications (VAPID)&lt;/li&gt;
&lt;li&gt;Installable PWA (iOS &amp;amp; Android)&lt;/li&gt;
&lt;li&gt;Typing indicators &amp;amp; read receipts&lt;/li&gt;
&lt;li&gt;Friend requests, block &amp;amp; report users&lt;/li&gt;
&lt;li&gt;Full admin panel with moderation tools&lt;/li&gt;
&lt;/ul&gt;

&lt;p&gt;&lt;strong&gt;Tech Stack&lt;/strong&gt;&lt;/p&gt;

&lt;ul&gt;
&lt;li&gt;Backend: Laravel 11 + MySQL&lt;/li&gt;
&lt;li&gt;Frontend: Alpine.js + Tailwind CSS + Vite&lt;/li&gt;
&lt;li&gt;Auth: Laravel Breeze + Sanctum&lt;/li&gt;
&lt;li&gt;Storage: Cloudflare R2&lt;/li&gt;
&lt;li&gt;Hosting: Hostinger VPS&lt;/li&gt;
&lt;li&gt;Push: Web Push API + minishlink/web-push&lt;/li&gt;
&lt;li&gt;Real-time without WebSockets&lt;/li&gt;
&lt;li&gt;Instead of running a WebSocket server, I used AJAX polling every 3 seconds. Simple, reliable, no extra infrastructure needed.&lt;/li&gt;
&lt;/ul&gt;

&lt;p&gt;&lt;strong&gt;What's next&lt;/strong&gt;&lt;br&gt;
Would love feedback from the dev community!&lt;/p&gt;

</description>
      <category>laravel</category>
      <category>webdev</category>
      <category>php</category>
      <category>showdev</category>
    </item>
  </channel>
</rss>
