<?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: feroz feroz</title>
    <description>The latest articles on DEV Community by feroz feroz (@ai_fan369).</description>
    <link>https://dev.to/ai_fan369</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%2F3738141%2Fa3f9afe1-40ef-4bef-b687-3182e77265ce.png</url>
      <title>DEV Community: feroz feroz</title>
      <link>https://dev.to/ai_fan369</link>
    </image>
    <atom:link rel="self" type="application/rss+xml" href="https://dev.to/feed/ai_fan369"/>
    <language>en</language>
    <item>
      <title>Building a Viral, Zero-Friction Social Game (Lessons in UX &amp; Privacy)</title>
      <dc:creator>feroz feroz</dc:creator>
      <pubDate>Fri, 17 Jul 2026 07:49:16 +0000</pubDate>
      <link>https://dev.to/ai_fan369/building-a-viral-zero-friction-social-game-lessons-in-ux-privacy-392f</link>
      <guid>https://dev.to/ai_fan369/building-a-viral-zero-friction-social-game-lessons-in-ux-privacy-392f</guid>
      <description>&lt;p&gt;We just launched &lt;strong&gt;WhoKnowsMe&lt;/strong&gt;, a friendship trivia game built to settle scores in group chats. &lt;/p&gt;

&lt;p&gt;Many interactive web games are bloated with intrusive ads, load slowly, and force users to create accounts just to view their friends' scores. When building WhoKnowsMe, we set out to build a modern, high-performance alternative focused on absolute speed, privacy, and visual appeal.&lt;/p&gt;

&lt;p&gt;Here are the key product lessons we learned:&lt;/p&gt;

&lt;h3&gt;
  
  
  1. Zero Onboarding Friction is King
&lt;/h3&gt;

&lt;p&gt;Forcing sign-ups before someone can play a game is a major drop-off point. WhoKnowsMe requires zero accounts, emails, or password creation for both the creator and the quiz taker. You write your name, select your questions, and share.&lt;/p&gt;

&lt;h3&gt;
  
  
  2. Privacy via Local Storage
&lt;/h3&gt;

&lt;p&gt;Without user profiles, how do creators find their dashboard if they close their browser? Instead of database logins, we silently store quiz slugs and private management keys inside the user's local browser storage. This gives creators a private "My Quizzes" history list directly in the header/footer while keeping their data 100% private to their device.&lt;/p&gt;

&lt;h3&gt;
  
  
  3. Aesthetics Build Organic Growth Loops
&lt;/h3&gt;

&lt;p&gt;People love to share their scores, but plain text sharing is boring. We designed high-quality, downloadable 9:16 glassmorphic scorecard graphics. Takers can download these directly as PNGs to post on Instagram Stories or send in WhatsApp chats, creating a natural viral feedback loop.&lt;/p&gt;

&lt;p&gt;Check out the live product at &lt;a href="https://whoknowsme.techpick.tech/" rel="noopener noreferrer"&gt;whoknowsme.techpick.tech&lt;/a&gt; and let me know your thoughts in the comments!&lt;/p&gt;

</description>
      <category>ux</category>
      <category>webdev</category>
      <category>showdev</category>
      <category>productivity</category>
    </item>
    <item>
      <title>I Launched My First App on the Amazon Appstore: Halo</title>
      <dc:creator>feroz feroz</dc:creator>
      <pubDate>Sat, 20 Jun 2026 12:57:53 +0000</pubDate>
      <link>https://dev.to/ai_fan369/i-launched-my-first-app-on-the-amazon-appstore-halo-3dap</link>
      <guid>https://dev.to/ai_fan369/i-launched-my-first-app-on-the-amazon-appstore-halo-3dap</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.us-east-2.amazonaws.com%2Fuploads%2Farticles%2Fy11cibg3dqjmcj61e7yy.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.us-east-2.amazonaws.com%2Fuploads%2Farticles%2Fy11cibg3dqjmcj61e7yy.png" alt=" " width="800" height="800"&gt;&lt;/a&gt;Today, I published my first Android app on the Amazon Appstore.&lt;/p&gt;

&lt;p&gt;The app is called Halo, a task manager built around a simple idea:&lt;/p&gt;

&lt;p&gt;Productivity apps shouldn't just be useful — they should feel good to use.&lt;/p&gt;

&lt;p&gt;Most task managers already have reminders, priorities, and checklists. What I noticed is that many of them feel cluttered or overwhelming after a while.&lt;/p&gt;

&lt;p&gt;With Halo, I wanted to focus on a cleaner experience:&lt;/p&gt;

&lt;p&gt;Beautiful built-in themes&lt;br&gt;
Smooth task completion animations&lt;br&gt;
Swipe gestures&lt;br&gt;
Daily streak tracking&lt;br&gt;
Priority levels&lt;br&gt;
Subtasks&lt;br&gt;
Fully offline&lt;br&gt;
No login required&lt;/p&gt;

&lt;p&gt;One of the biggest milestones wasn't coding the features — it was getting through the app submission process and seeing the app go live on the Amazon Appstore.&lt;/p&gt;

&lt;p&gt;As an indie developer, seeing the app officially published was incredibly rewarding.&lt;/p&gt;

&lt;p&gt;What I Learned&lt;br&gt;
Shipping is harder than building.&lt;br&gt;
App store approval requires attention to details like privacy policies, screenshots, descriptions, and testing.&lt;br&gt;
User experience matters just as much as features.&lt;br&gt;
Launching is only the beginning. Getting users is the real challenge.&lt;br&gt;
What's Next&lt;/p&gt;

&lt;p&gt;I'm currently looking for feedback from Android users and productivity enthusiasts.&lt;/p&gt;

&lt;p&gt;What feature makes you stick with a task manager long-term?&lt;/p&gt;

&lt;p&gt;Is it:&lt;/p&gt;

&lt;p&gt;Simplicity?&lt;br&gt;
Design?&lt;br&gt;
Speed?&lt;br&gt;
Widgets?&lt;br&gt;
Reminders?&lt;br&gt;
Something else?&lt;br&gt;
Links&lt;/p&gt;

&lt;p&gt;Amazon Appstore:&lt;br&gt;
&lt;a href="http://amazon.com/Prism-Apps-Halo/dp/B0H5QL9957/ref=sr_1_1?s=mobile-apps&amp;amp;sr=1-1" rel="noopener noreferrer"&gt;Check here&lt;/a&gt;&lt;br&gt;
Landing Page:&lt;br&gt;
&lt;a href="https://task-steel-nine-65.vercel.app/landing" rel="noopener noreferrer"&gt;Visit Site&lt;/a&gt;&lt;/p&gt;

&lt;p&gt;I'd appreciate any feedback or suggestions for future improvements.&lt;/p&gt;

</description>
      <category>android</category>
      <category>productivity</category>
      <category>indiehackers</category>
      <category>showdev</category>
    </item>
  </channel>
</rss>
