<?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: Ian Byun</title>
    <description>The latest articles on DEV Community by Ian Byun (@realpickai).</description>
    <link>https://dev.to/realpickai</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%2F4104703%2F3a5b1db8-89bb-4659-8d89-3a0ba75f5414.png</url>
      <title>DEV Community: Ian Byun</title>
      <link>https://dev.to/realpickai</link>
    </image>
    <atom:link rel="self" type="application/rss+xml" href="https://dev.to/feed/realpickai"/>
    <language>en</language>
    <item>
      <title>I built 12 free life tools with Next.js — tarot, MBTI, dream dictionary, birth chart, and more</title>
      <dc:creator>Ian Byun</dc:creator>
      <pubDate>Tue, 01 Sep 2026 16:04:08 +0000</pubDate>
      <link>https://dev.to/realpickai/i-built-12-free-life-tools-with-nextjs-tarot-mbti-dream-dictionary-birth-chart-and-more-2ifm</link>
      <guid>https://dev.to/realpickai/i-built-12-free-life-tools-with-nextjs-tarot-mbti-dream-dictionary-birth-chart-and-more-2ifm</guid>
      <description>&lt;p&gt;I was tired of personality tests that hide results behind a $29 paywall. So I built &lt;strong&gt;RealPick&lt;/strong&gt; — a collection of 12 completely free life tools.&lt;/p&gt;

&lt;h2&gt;
  
  
  What I built
&lt;/h2&gt;

&lt;p&gt;🔮 &lt;strong&gt;Fortune &amp;amp; Divination&lt;/strong&gt;&lt;/p&gt;

&lt;ul&gt;
&lt;li&gt;
&lt;strong&gt;Tarot Reading&lt;/strong&gt; — Full 78-card Rider-Waite deck, One Card / Three Card / Celtic Cross spreads, narrative interpretation&lt;/li&gt;
&lt;li&gt;
&lt;strong&gt;Zodiac Horoscope&lt;/strong&gt; — Daily, weekly, monthly for all 12 signs&lt;/li&gt;
&lt;li&gt;
&lt;strong&gt;Dream Dictionary&lt;/strong&gt; — 258 symbols with psychological interpretations&lt;/li&gt;
&lt;li&gt;
&lt;strong&gt;Western Astrology&lt;/strong&gt; — Birth chart calculator using real astronomical ephemeris, 3D celestial visualization&lt;/li&gt;
&lt;/ul&gt;

&lt;p&gt;🧠 &lt;strong&gt;Personality &amp;amp; Psychology&lt;/strong&gt;&lt;/p&gt;

&lt;ul&gt;
&lt;li&gt;
&lt;strong&gt;MBTI Test&lt;/strong&gt; — 48 questions, full cognitive function stack (not just 4 letters), career recs, famous people&lt;/li&gt;
&lt;li&gt;
&lt;strong&gt;Psychology Lab&lt;/strong&gt; — 4 evidence-based tests: Sternberg's Love Triangle, Maslach Burnout, Rosenberg Self-Esteem, VIA Character Strengths&lt;/li&gt;
&lt;li&gt;
&lt;strong&gt;Love &amp;amp; Attachment&lt;/strong&gt; — Attachment style + love language, 8 personas&lt;/li&gt;
&lt;li&gt;
&lt;strong&gt;Blood Type Personality&lt;/strong&gt; — All 16 pair combinations&lt;/li&gt;
&lt;/ul&gt;

&lt;p&gt;🛠 &lt;strong&gt;Tools&lt;/strong&gt;&lt;/p&gt;

&lt;ul&gt;
&lt;li&gt;
&lt;strong&gt;BMI Calculator&lt;/strong&gt; — Body fat estimation, BMR/TDEE, Imperial/Metric&lt;/li&gt;
&lt;li&gt;
&lt;strong&gt;Random Wheel Spinner&lt;/strong&gt; — 3D canvas, weighted odds, elimination mode&lt;/li&gt;
&lt;li&gt;
&lt;strong&gt;Face Reading&lt;/strong&gt; — Physiognomy with 3D parametric head model&lt;/li&gt;
&lt;li&gt;
&lt;strong&gt;Personal Color&lt;/strong&gt; — 4-season analysis with draping simulator&lt;/li&gt;
&lt;/ul&gt;

&lt;h2&gt;
  
  
  Tech Stack
&lt;/h2&gt;

&lt;ul&gt;
&lt;li&gt;
&lt;strong&gt;Framework:&lt;/strong&gt; Next.js 15 + React 19&lt;/li&gt;
&lt;li&gt;
&lt;strong&gt;Deployment:&lt;/strong&gt; Vercel&lt;/li&gt;
&lt;li&gt;
&lt;strong&gt;Tarot shuffle:&lt;/strong&gt; Fisher-Yates algorithm&lt;/li&gt;
&lt;li&gt;
&lt;strong&gt;Birth chart:&lt;/strong&gt; Astronomical ephemeris data (not AI-generated)&lt;/li&gt;
&lt;li&gt;
&lt;strong&gt;All client-side&lt;/strong&gt; — no user data collected, no accounts needed&lt;/li&gt;
&lt;li&gt;
&lt;strong&gt;Shareable cards&lt;/strong&gt; — every result generates a downloadable image&lt;/li&gt;
&lt;/ul&gt;

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

&lt;p&gt;Every time I found a personality test online, it was the same pattern:&lt;/p&gt;

&lt;ol&gt;
&lt;li&gt;Answer 30 questions&lt;/li&gt;
&lt;li&gt;"Enter your email to see results"&lt;/li&gt;
&lt;li&gt;"Unlock full analysis for $29"&lt;/li&gt;
&lt;/ol&gt;

&lt;p&gt;I wanted to prove that you can build premium-quality tools and give them away for free. No signup, no paywall, no ads.&lt;/p&gt;

&lt;h2&gt;
  
  
  Try it
&lt;/h2&gt;

&lt;p&gt;🔗 &lt;strong&gt;&lt;a href="https://realpickai.kr/en" rel="noopener noreferrer"&gt;realpickai.kr/en&lt;/a&gt;&lt;/strong&gt;&lt;/p&gt;

&lt;p&gt;Would love to hear feedback from the DEV community. What would you add?&lt;/p&gt;

</description>
      <category>javascript</category>
    </item>
  </channel>
</rss>
