<?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: Conrad Kac</title>
    <description>The latest articles on DEV Community by Conrad Kac (@newdadkonrad).</description>
    <link>https://dev.to/newdadkonrad</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%2F4098529%2Fbd8036b1-86c1-468d-bdea-78ab1e68c089.png</url>
      <title>DEV Community: Conrad Kac</title>
      <link>https://dev.to/newdadkonrad</link>
    </image>
    <atom:link rel="self" type="application/rss+xml" href="https://dev.to/feed/newdadkonrad"/>
    <language>en</language>
    <item>
      <title>What I built after becoming a dad: a free iPhone guide</title>
      <dc:creator>Conrad Kac</dc:creator>
      <pubDate>Fri, 28 Aug 2026 15:37:19 +0000</pubDate>
      <link>https://dev.to/newdadkonrad/what-i-built-after-becoming-a-dad-a-free-iphone-guide-1cao</link>
      <guid>https://dev.to/newdadkonrad/what-i-built-after-becoming-a-dad-a-free-iphone-guide-1cao</guid>
      <description>&lt;p&gt;I made &lt;strong&gt;Best Dad&lt;/strong&gt; because I am a new dad. Baby-care advice was scattered across long articles, books and notes, and I needed something I could actually use with one free hand at 3 a.m. So I built a short, week-by-week iPhone guide.&lt;/p&gt;

&lt;p&gt;One no-preparation activity from it: when your baby is awake and calm, place them on their back on a firm floor mat, sit 20–30 cm away, copy one soft sound or facial expression, pause, then repeat for up to two minutes. Stay with them and stop if they turn away, stiffen, cry, yawn or seem tired.&lt;/p&gt;

&lt;p&gt;For sleep, always place baby on their back in their own clear, firm, flat cot or bassinet—no pillows, loose blankets, toys or positioners. The app provides general parenting information, not medical advice; contact a pediatrician or midwife if you are worried, and emergency services for urgent symptoms.&lt;/p&gt;

&lt;p&gt;Best Dad is &lt;strong&gt;completely free and iPhone-only&lt;/strong&gt;:&lt;/p&gt;

&lt;p&gt;&lt;a href="https://apps.apple.com/us/app/best-dad-baby-guide-for-man/id6792512850" rel="noopener noreferrer"&gt;https://apps.apple.com/us/app/best-dad-baby-guide-for-man/id6792512850&lt;/a&gt;&lt;/p&gt;

&lt;p&gt;If you are a dad, parent, caregiver or product builder, I would genuinely value honest feedback: what helps, what is unclear, and what is still missing?&lt;/p&gt;

</description>
      <category>ios</category>
      <category>mobile</category>
      <category>showdev</category>
      <category>sideprojects</category>
    </item>
    <item>
      <title>I Built the Newborn Guide I Needed at 3 A.M.: Product Lessons From a New-Dad iOS App</title>
      <dc:creator>Conrad Kac</dc:creator>
      <pubDate>Fri, 28 Aug 2026 07:31:49 +0000</pubDate>
      <link>https://dev.to/newdadkonrad/i-built-the-newborn-guide-i-needed-at-3-am-product-lessons-from-a-new-dad-ios-app-18eg</link>
      <guid>https://dev.to/newdadkonrad/i-built-the-newborn-guide-i-needed-at-3-am-product-lessons-from-a-new-dad-ios-app-18eg</guid>
      <description>&lt;p&gt;I became a father with no baby-care experience and the usual problem: there was plenty of trustworthy information, but it was scattered across long articles, PDFs, videos, and advice from different people.&lt;/p&gt;

&lt;p&gt;At 3 a.m., “comprehensive” is often the opposite of useful.&lt;/p&gt;

&lt;p&gt;So I built &lt;strong&gt;Best Dad&lt;/strong&gt;, a free iPhone app that turns each baby stage into short practical actions, activities, safety reminders, and a quick overview. I am the maker, and I built it because I am a new dad.&lt;/p&gt;

&lt;p&gt;This post is not about pretending that an app can replace a pediatrician, midwife, or parent community. It is about what building for exhausted users taught me.&lt;/p&gt;

&lt;h2&gt;
  
  
  1. Design for the next useful action
&lt;/h2&gt;

&lt;p&gt;A sleep-deprived parent rarely opens an app to “explore content.” He has a much smaller question:&lt;/p&gt;

&lt;ul&gt;
&lt;li&gt;What can I do with my baby right now?&lt;/li&gt;
&lt;li&gt;What is normal at this stage?&lt;/li&gt;
&lt;li&gt;What should I watch for?&lt;/li&gt;
&lt;li&gt;Where is the full explanation if I need it?&lt;/li&gt;
&lt;/ul&gt;

&lt;p&gt;That changed the dashboard. The first screen now leads with two choices: a quick overview or the full stage guide. Detailed knowledge remains available, but it no longer blocks the next action.&lt;/p&gt;

&lt;p&gt;The broader product lesson: define the smallest decision your user is trying to make, then make that decision visible before your information architecture.&lt;/p&gt;

&lt;h2&gt;
  
  
  2. Short copy still needs a safety hierarchy
&lt;/h2&gt;

&lt;p&gt;Reducing words is not the same as removing context.&lt;/p&gt;

&lt;p&gt;For baby care, every short card has to distinguish between:&lt;/p&gt;

&lt;ol&gt;
&lt;li&gt;an everyday idea,&lt;/li&gt;
&lt;li&gt;a safety reminder,&lt;/li&gt;
&lt;li&gt;a reason to call a doctor,&lt;/li&gt;
&lt;li&gt;an emergency.&lt;/li&gt;
&lt;/ol&gt;

&lt;p&gt;If these categories look alike, the interface creates false confidence. We used clearer labels and separated urgent guidance from ordinary activities.&lt;/p&gt;

&lt;p&gt;The lesson applies well beyond health-adjacent products: concise interfaces need stronger hierarchy, not weaker caveats.&lt;/p&gt;

&lt;h2&gt;
  
  
  3. Personalization can be simple
&lt;/h2&gt;

&lt;p&gt;The app does not need a complex recommendation engine to feel relevant. A baby's current week or stage already changes which overview, activity, and “coming up” note should appear.&lt;/p&gt;

&lt;p&gt;That single piece of context makes a big difference. It also keeps the app understandable: users can see why they are receiving a suggestion.&lt;/p&gt;

&lt;p&gt;Simple, legible rules often beat clever personalization that users cannot inspect.&lt;/p&gt;

&lt;h2&gt;
  
  
  4. Localization is product work
&lt;/h2&gt;

&lt;p&gt;The app supports English, Spanish, German, French, Italian, Swedish, and Polish, following the iOS language by default with an in-app switch.&lt;/p&gt;

&lt;p&gt;Translation was only the first layer. Temperature, measurements, sentence length, navigation labels, and the tone of advice also had to work locally. A technically correct translation can still feel tiring or strange to a new parent.&lt;/p&gt;

&lt;p&gt;We aimed for the voice of an experienced friend: calm, gentle, and direct.&lt;/p&gt;

&lt;h2&gt;
  
  
  5. Feedback questions must be specific
&lt;/h2&gt;

&lt;p&gt;“Any feedback?” is easy to ignore. These questions are more useful:&lt;/p&gt;

&lt;ul&gt;
&lt;li&gt;Which screen is too slow when you have one free hand?&lt;/li&gt;
&lt;li&gt;What would you want answered during a difficult night?&lt;/li&gt;
&lt;li&gt;Which activity would you actually try today?&lt;/li&gt;
&lt;li&gt;Where does the app sound confident when it should be more cautious?&lt;/li&gt;
&lt;/ul&gt;

&lt;p&gt;That is the feedback I am looking for now.&lt;/p&gt;

&lt;p&gt;Best Dad is &lt;strong&gt;free, iPhone-only, and has no paywall&lt;/strong&gt;:&lt;/p&gt;

&lt;p&gt;&lt;a href="https://apps.apple.com/us/app/best-dad-baby-guide-for-man/id6792512850" rel="noopener noreferrer"&gt;https://apps.apple.com/us/app/best-dad-baby-guide-for-man/id6792512850&lt;/a&gt;&lt;/p&gt;

&lt;p&gt;If you are a parent or build products for high-stress moments, I would value blunt, practical feedback. What would make this more useful in real life?&lt;/p&gt;

</description>
      <category>ios</category>
      <category>productivity</category>
      <category>mobile</category>
      <category>uxdesign</category>
    </item>
  </channel>
</rss>
