<?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: Embyr Dating</title>
    <description>The latest articles on DEV Community by Embyr Dating (@embyrdating).</description>
    <link>https://dev.to/embyrdating</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%2F3948357%2Fe22eeaca-19f5-4fc5-8ae6-5d016bbb1e10.png</url>
      <title>DEV Community: Embyr Dating</title>
      <link>https://dev.to/embyrdating</link>
    </image>
    <atom:link rel="self" type="application/rss+xml" href="https://dev.to/feed/embyrdating"/>
    <language>en</language>
    <item>
      <title>Show HN: I Built a Free Grindr Alternative — No Ads, No Paywalls, Just Men Connecting</title>
      <dc:creator>Embyr Dating</dc:creator>
      <pubDate>Sat, 23 May 2026 23:51:05 +0000</pubDate>
      <link>https://dev.to/embyrdating/show-hn-i-built-a-free-grindr-alternative-no-ads-no-paywalls-just-men-connecting-33g3</link>
      <guid>https://dev.to/embyrdating/show-hn-i-built-a-free-grindr-alternative-no-ads-no-paywalls-just-men-connecting-33g3</guid>
      <description>&lt;p&gt;I got tired of Grindr. The ads, the paywalls, the endless subscriptions just to see who liked you. So I built my own.&lt;/p&gt;

&lt;h2&gt;
  
  
  What is Embyr?
&lt;/h2&gt;

&lt;p&gt;&lt;strong&gt;Embyr&lt;/strong&gt; is a free gay dating app — no ads, no paywalls, no "subscribe to see who messaged you." Just men connecting.&lt;/p&gt;

&lt;p&gt;It's built with &lt;strong&gt;Next.js&lt;/strong&gt; (App Router), &lt;strong&gt;Tailwind CSS&lt;/strong&gt;, and &lt;strong&gt;PostgreSQL&lt;/strong&gt;. Fully responsive (mobile-first), multilingual (25 languages), and designed to be inclusive.&lt;/p&gt;

&lt;h2&gt;
  
  
  Why I built it
&lt;/h2&gt;

&lt;p&gt;Grindr charges €30+/month just for basic features. Scruff is going the same way. These platforms treat their users like products. Meanwhile, the gay community deserves better digital spaces.&lt;/p&gt;

&lt;p&gt;Embyr is:&lt;/p&gt;

&lt;ul&gt;
&lt;li&gt;
&lt;strong&gt;100% free&lt;/strong&gt; during launch phase&lt;/li&gt;
&lt;li&gt;
&lt;strong&gt;No ads&lt;/strong&gt; — your feed isn't an auction&lt;/li&gt;
&lt;li&gt;
&lt;strong&gt;Unlimited messaging&lt;/strong&gt; — talk to anyone&lt;/li&gt;
&lt;li&gt;
&lt;strong&gt;Founder badges&lt;/strong&gt; — first users get lifetime perks&lt;/li&gt;
&lt;li&gt;
&lt;strong&gt;Privacy-first&lt;/strong&gt; — no data selling&lt;/li&gt;
&lt;/ul&gt;

&lt;h2&gt;
  
  
  What's under the hood
&lt;/h2&gt;

&lt;ul&gt;
&lt;li&gt;⚡ &lt;strong&gt;Next.js 15&lt;/strong&gt; with App Router, Turbopack&lt;/li&gt;
&lt;li&gt;🎨 &lt;strong&gt;Dark aesthetic UI&lt;/strong&gt; with Aurora gradients&lt;/li&gt;
&lt;li&gt;🌍 &lt;strong&gt;25 languages&lt;/strong&gt; (i18n via next-intl)&lt;/li&gt;
&lt;li&gt;🗺️ &lt;strong&gt;City-based discovery&lt;/strong&gt; with geolocation&lt;/li&gt;
&lt;li&gt;🔐 &lt;strong&gt;Secure auth&lt;/strong&gt; (session-based + OAuth-ready)&lt;/li&gt;
&lt;li&gt;📱 &lt;strong&gt;Mobile-first responsive design&lt;/strong&gt;
&lt;/li&gt;
&lt;/ul&gt;

&lt;h2&gt;
  
  
  The stack
&lt;/h2&gt;



&lt;div class="highlight js-code-highlight"&gt;
&lt;pre class="highlight typescript"&gt;&lt;code&gt;&lt;span class="nx"&gt;Frontend&lt;/span&gt;&lt;span class="p"&gt;:&lt;/span&gt; &lt;span class="nx"&gt;Next&lt;/span&gt;&lt;span class="p"&gt;.&lt;/span&gt;&lt;span class="nx"&gt;js&lt;/span&gt; &lt;span class="mi"&gt;15&lt;/span&gt; &lt;span class="o"&gt;+&lt;/span&gt; &lt;span class="nx"&gt;Tailwind&lt;/span&gt; &lt;span class="nx"&gt;CSS&lt;/span&gt; &lt;span class="o"&gt;+&lt;/span&gt; &lt;span class="nx"&gt;Framer&lt;/span&gt; &lt;span class="nx"&gt;Motion&lt;/span&gt;
&lt;span class="nx"&gt;Backend&lt;/span&gt;&lt;span class="p"&gt;:&lt;/span&gt; &lt;span class="nx"&gt;Next&lt;/span&gt;&lt;span class="p"&gt;.&lt;/span&gt;&lt;span class="nx"&gt;js&lt;/span&gt; &lt;span class="nx"&gt;API&lt;/span&gt; &lt;span class="nx"&gt;routes&lt;/span&gt; &lt;span class="o"&gt;+&lt;/span&gt; &lt;span class="nx"&gt;Prisma&lt;/span&gt; &lt;span class="nx"&gt;ORM&lt;/span&gt;
&lt;span class="nx"&gt;Database&lt;/span&gt;&lt;span class="p"&gt;:&lt;/span&gt; &lt;span class="nx"&gt;PostgreSQL&lt;/span&gt;
&lt;span class="nx"&gt;Deployment&lt;/span&gt;&lt;span class="p"&gt;:&lt;/span&gt; &lt;span class="nx"&gt;PM2&lt;/span&gt; &lt;span class="o"&gt;+&lt;/span&gt; &lt;span class="nx"&gt;Nginx&lt;/span&gt; &lt;span class="nx"&gt;on&lt;/span&gt; &lt;span class="nx"&gt;VPS&lt;/span&gt;
&lt;/code&gt;&lt;/pre&gt;

&lt;/div&gt;



&lt;h2&gt;
  
  
  Check it out
&lt;/h2&gt;

&lt;p&gt;👉 &lt;strong&gt;&lt;a href="https://embir.xyz" rel="noopener noreferrer"&gt;https://embir.xyz&lt;/a&gt;&lt;/strong&gt;&lt;/p&gt;

&lt;p&gt;Feedback welcome. I'm building this in public and want to make something the community actually wants to use.&lt;/p&gt;

&lt;p&gt;&lt;em&gt;Gratuit aujourd'hui, 5x moins cher que Grindr demain.&lt;/em&gt;&lt;/p&gt;

</description>
      <category>showdev</category>
      <category>webdev</category>
      <category>javascript</category>
      <category>opensource</category>
    </item>
  </channel>
</rss>
