<?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: Evans Owusu</title>
    <description>The latest articles on DEV Community by Evans Owusu (@evans_owusu_6801c8d54ae89).</description>
    <link>https://dev.to/evans_owusu_6801c8d54ae89</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%2F4007891%2F5408dcba-1b30-4432-9b70-464f00ef2e29.png</url>
      <title>DEV Community: Evans Owusu</title>
      <link>https://dev.to/evans_owusu_6801c8d54ae89</link>
    </image>
    <atom:link rel="self" type="application/rss+xml" href="https://dev.to/feed/evans_owusu_6801c8d54ae89"/>
    <language>en</language>
    <item>
      <title>Yhuu: What Happens When You Build "Relationship Loyalty Testing" as a Product</title>
      <dc:creator>Evans Owusu</dc:creator>
      <pubDate>Fri, 10 Jul 2026 13:14:22 +0000</pubDate>
      <link>https://dev.to/evans_owusu_6801c8d54ae89/yhuu-what-happens-when-you-build-relationship-loyalty-testing-as-a-product-30jc</link>
      <guid>https://dev.to/evans_owusu_6801c8d54ae89/yhuu-what-happens-when-you-build-relationship-loyalty-testing-as-a-product-30jc</guid>
      <description>&lt;p&gt;I came across a small app called Yhuu recently — built with React 19, Supabase, and the Gemini API — and it's a good case study in a genre I hadn't thought much about: anonymous quiz apps aimed specifically at relationships.&lt;br&gt;
The pitch: an interactive platform to test relationship loyalty through shared quizzes and honest, anonymous responses. Structurally it's the same shape as NGL or other anonymous-messaging apps — a link, a form, a reveal — but the content is pointed at partners instead of strangers, which changes the product's whole risk profile.&lt;br&gt;
A few things stood out from a builder's perspective:&lt;br&gt;
The stack is straightforward. React + Vite + Tailwind on the front end, Supabase for auth/data, Gemini presumably powering some kind of response generation or evaluation layer. Nothing exotic — the interesting part isn't the code, it's the product decisions layered on top of a fairly standard anonymous-Q&amp;amp;A architecture.&lt;br&gt;
Anonymity is doing a lot of work. The same mechanic that makes NGL fun for "guess who sent this" among friends becomes something heavier when it's "is my partner being honest with me." Anonymous honesty and relationship trust are in tension — the app is betting that removing social cost produces more truthful answers, but it could just as easily produce answers optimized to look good rather than be honest, since there's no real verification layer.&lt;br&gt;
The engagement loop matters more than the quiz content. Is this a one-time trust exercise you do together, or something designed to pull you back in to keep "checking" on a partner? That design choice is the difference between a fun bonding tool and something that quietly feeds insecurity — and it's a decision made in the retention mechanics, not the quiz copy.&lt;br&gt;
If you're building anything in this space — anonymous feedback, trust-testing, relationship tech — the technical challenge is trivial. The hard part is the product ethics: what does honesty actually mean when there's no cost to lying, and what does "testing loyalty" do to a relationship regardless of the result?&lt;br&gt;
Curious if anyone else has looked at apps in this space — where do you think the line is between a fun trust-building exercise and something that just manufactures suspicion?&lt;/p&gt;

</description>
      <category>webdev</category>
      <category>react</category>
    </item>
    <item>
      <title>The hardest part of building Yhuu wasn't the code. It was 
figuring out how to make anonymity feel safe, not creepy. 
Still learning. yhuu.life — would love your thoughts.</title>
      <dc:creator>Evans Owusu</dc:creator>
      <pubDate>Mon, 29 Jun 2026 11:09:26 +0000</pubDate>
      <link>https://dev.to/evans_owusu_6801c8d54ae89/the-hardest-part-of-building-yhuu-wasnt-the-code-it-was-figuring-out-how-to-make-anonymity-feel-46ia</link>
      <guid>https://dev.to/evans_owusu_6801c8d54ae89/the-hardest-part-of-building-yhuu-wasnt-the-code-it-was-figuring-out-how-to-make-anonymity-feel-46ia</guid>
      <description></description>
      <category>discuss</category>
      <category>privacy</category>
      <category>showdev</category>
      <category>ux</category>
    </item>
    <item>
      <title>I built an anonymous Q&amp;A app for relationships using React + Supabase — here's how it works</title>
      <dc:creator>Evans Owusu</dc:creator>
      <pubDate>Mon, 29 Jun 2026 10:28:42 +0000</pubDate>
      <link>https://dev.to/evans_owusu_6801c8d54ae89/i-built-an-anonymous-qa-app-for-relationships-using-react-supabase-heres-how-it-works-1143</link>
      <guid>https://dev.to/evans_owusu_6801c8d54ae89/i-built-an-anonymous-qa-app-for-relationships-using-react-supabase-heres-how-it-works-1143</guid>
      <description>&lt;h2&gt;
  
  
  The Problem
&lt;/h2&gt;

&lt;p&gt;People rarely say what they actually mean — especially to someone they know personally.&lt;/p&gt;

&lt;p&gt;I wanted a way to ask honest questions without the social pressure of asking face-to-face. So I built &lt;strong&gt;Yhuu&lt;/strong&gt;.&lt;/p&gt;




&lt;h2&gt;
  
  
  What Yhuu Does
&lt;/h2&gt;

&lt;p&gt;Yhuu lets you send anonymous questions to anyone — a partner, friend, or someone you're getting to know. They answer freely because they don't know it's you. You then see their answers compared to what you &lt;em&gt;expected&lt;/em&gt; them to say.&lt;/p&gt;

&lt;p&gt;That gap between expected and actual? We call it the &lt;strong&gt;Vibe Check&lt;/strong&gt; — and it's where the real insight lives.&lt;/p&gt;




&lt;h2&gt;
  
  
  The Stack
&lt;/h2&gt;

&lt;ul&gt;
&lt;li&gt;
&lt;strong&gt;Frontend:&lt;/strong&gt; React + TypeScript&lt;/li&gt;
&lt;li&gt;
&lt;strong&gt;Backend:&lt;/strong&gt; Supabase (auth, database, edge functions)&lt;/li&gt;
&lt;li&gt;
&lt;strong&gt;Hosting:&lt;/strong&gt; Vercel&lt;/li&gt;
&lt;li&gt;
&lt;strong&gt;Delivery:&lt;/strong&gt; WhatsApp, Snapchat &amp;amp; Telegram integration&lt;/li&gt;
&lt;li&gt;
&lt;strong&gt;Encryption:&lt;/strong&gt; All session records are encrypted end-to-end&lt;/li&gt;
&lt;/ul&gt;




&lt;h2&gt;
  
  
  The Hardest Parts to Build
&lt;/h2&gt;

&lt;p&gt;&lt;strong&gt;1. The Vibe Check UI&lt;/strong&gt;&lt;br&gt;
Displaying two answers side-by-side (expected vs actual) in a way that felt intuitive took several iterations. The emotional weight of that comparison needed to feel meaningful, not clinical.&lt;/p&gt;

&lt;p&gt;&lt;strong&gt;2. Anonymous delivery without being creepy&lt;/strong&gt;&lt;br&gt;
The line between "anonymous and safe" and "anonymous and weird" is thin. A lot of the UX work went into making the recipient feel comfortable answering, not suspicious.&lt;/p&gt;

&lt;p&gt;&lt;strong&gt;3. Retention&lt;/strong&gt;&lt;br&gt;
This is still unsolved. The first session is compelling — but how do you bring someone back? Still experimenting.&lt;/p&gt;




&lt;h2&gt;
  
  
  Try It
&lt;/h2&gt;

&lt;p&gt;🔗 &lt;a href="https://yhuu.life" rel="noopener noreferrer"&gt;yhuu.life&lt;/a&gt;&lt;/p&gt;

&lt;p&gt;Would love feedback from developers — especially on the architecture and any edge cases you spot. Happy to answer questions about any part of the build!&lt;/p&gt;

</description>
      <category>react</category>
      <category>showdev</category>
      <category>sideprojects</category>
      <category>webdev</category>
    </item>
  </channel>
</rss>
