<?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: Ce Sun</title>
    <description>The latest articles on DEV Community by Ce Sun (@ce_legend).</description>
    <link>https://dev.to/ce_legend</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%2F3861019%2F3426f65d-7c30-4a6e-8330-7c4d4a56e10d.png</url>
      <title>DEV Community: Ce Sun</title>
      <link>https://dev.to/ce_legend</link>
    </image>
    <atom:link rel="self" type="application/rss+xml" href="https://dev.to/feed/ce_legend"/>
    <language>en</language>
    <item>
      <title>I Built TaroMind AI: A Slower, More Reflective Tarot App</title>
      <dc:creator>Ce Sun</dc:creator>
      <pubDate>Sat, 04 Apr 2026 13:32:46 +0000</pubDate>
      <link>https://dev.to/ce_legend/i-built-taromind-ai-a-slower-more-reflective-tarot-app-4gek</link>
      <guid>https://dev.to/ce_legend/i-built-taromind-ai-a-slower-more-reflective-tarot-app-4gek</guid>
      <description>&lt;p&gt;I recently built &lt;strong&gt;TaroMind AI&lt;/strong&gt;, a web app for guided tarot readings:&lt;/p&gt;

&lt;p&gt;&lt;a href="https://taromindai.com" rel="noopener noreferrer"&gt;https://taromindai.com&lt;/a&gt;&lt;/p&gt;

&lt;p&gt;At a surface level, it is an AI tarot product.&lt;/p&gt;

&lt;p&gt;But what I actually wanted to build was something more specific:&lt;/p&gt;

&lt;blockquote&gt;
&lt;p&gt;a calmer, more deliberate reflective tool that uses tarot structure without feeling like a thin chat wrapper.&lt;/p&gt;
&lt;/blockquote&gt;

&lt;p&gt;Most AI products in this space felt like one of two things:&lt;/p&gt;

&lt;ul&gt;
&lt;li&gt;a generic chatbot with mystical wording&lt;/li&gt;
&lt;li&gt;a flashy tarot app optimized more for stimulation than reflection&lt;/li&gt;
&lt;/ul&gt;

&lt;p&gt;I wanted something slower.&lt;/p&gt;

&lt;p&gt;Something that felt closer to a ritual than a prompt box.&lt;/p&gt;

&lt;h2&gt;
  
  
  The product idea
&lt;/h2&gt;

&lt;p&gt;TaroMind AI is built around a guided flow:&lt;/p&gt;

&lt;ol&gt;
&lt;li&gt;set an intention&lt;/li&gt;
&lt;li&gt;choose an interpretive guide&lt;/li&gt;
&lt;li&gt;draw cards in sequence&lt;/li&gt;
&lt;li&gt;receive a reading&lt;/li&gt;
&lt;/ol&gt;

&lt;p&gt;That pacing is intentional.&lt;/p&gt;

&lt;p&gt;I did not want the product to feel like:&lt;/p&gt;

&lt;ul&gt;
&lt;li&gt;type question&lt;/li&gt;
&lt;li&gt;get instant blob of text&lt;/li&gt;
&lt;li&gt;leave&lt;/li&gt;
&lt;/ul&gt;

&lt;p&gt;The point was to make the interaction feel more grounded and a little more intimate.&lt;/p&gt;

&lt;h2&gt;
  
  
  The core product distinction
&lt;/h2&gt;

&lt;p&gt;The part I care about most is the interpretive framing.&lt;/p&gt;

&lt;p&gt;TaroMind is not just “AI generates tarot text.”&lt;/p&gt;

&lt;p&gt;The product is built around two lenses:&lt;/p&gt;

&lt;ul&gt;
&lt;li&gt;one leans more toward Western archetypes and Jungian-style interpretation&lt;/li&gt;
&lt;li&gt;one is more contemplative and influenced by Eastern thought&lt;/li&gt;
&lt;/ul&gt;

&lt;p&gt;So the same question can be approached in more than one way.&lt;/p&gt;

&lt;p&gt;That is the experiment behind the product.&lt;/p&gt;

&lt;p&gt;Not prediction.&lt;br&gt;
Not certainty.&lt;br&gt;
More like structured reflection through symbolic language.&lt;/p&gt;

&lt;h2&gt;
  
  
  What is in the current version
&lt;/h2&gt;

&lt;p&gt;Right now the product includes:&lt;/p&gt;

&lt;ul&gt;
&lt;li&gt;3 complimentary readings for new users&lt;/li&gt;
&lt;li&gt;a guided tarot flow from intention to result&lt;/li&gt;
&lt;li&gt;22 public Major Arcana card meaning pages&lt;/li&gt;
&lt;li&gt;a private journal for saved readings&lt;/li&gt;
&lt;li&gt;premium plans through PayPal subscriptions&lt;/li&gt;
&lt;/ul&gt;

&lt;p&gt;I also wanted the public site to do real work, not just act as a shell around the app.&lt;/p&gt;

&lt;p&gt;So the card library is public and indexable:&lt;/p&gt;

&lt;ul&gt;
&lt;li&gt;&lt;code&gt;/cards&lt;/code&gt;&lt;/li&gt;
&lt;li&gt;&lt;code&gt;/cards/[slug]&lt;/code&gt;&lt;/li&gt;
&lt;/ul&gt;

&lt;p&gt;That lets someone discover the product through card meanings first, then move into a live reading later.&lt;/p&gt;

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

&lt;p&gt;I like products that create a certain pace.&lt;/p&gt;

&lt;p&gt;A lot of software is optimized to reduce friction at all costs, which is usually the right instinct. But sometimes a little structure is part of the value.&lt;/p&gt;

&lt;p&gt;With tarot, I felt that removing all pacing made the experience worse.&lt;/p&gt;

&lt;p&gt;Tarot already has a built-in symbolic grammar:&lt;/p&gt;

&lt;ul&gt;
&lt;li&gt;question&lt;/li&gt;
&lt;li&gt;spread&lt;/li&gt;
&lt;li&gt;card&lt;/li&gt;
&lt;li&gt;meaning&lt;/li&gt;
&lt;li&gt;interpretation&lt;/li&gt;
&lt;/ul&gt;

&lt;p&gt;So instead of replacing that structure with a chatbot, I wanted to preserve it and build around it.&lt;/p&gt;

&lt;p&gt;That became TaroMind.&lt;/p&gt;

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

&lt;p&gt;The app is built with:&lt;/p&gt;

&lt;ul&gt;
&lt;li&gt;Next.js 14 App Router&lt;/li&gt;
&lt;li&gt;Supabase for auth and persistence&lt;/li&gt;
&lt;li&gt;OpenAI for interpretation generation&lt;/li&gt;
&lt;li&gt;a local JSON-backed knowledge layer for card meaning context&lt;/li&gt;
&lt;li&gt;PayPal for subscriptions&lt;/li&gt;
&lt;/ul&gt;

&lt;p&gt;One practical constraint I cared about was making the app feel like a product, not just a wrapper.&lt;/p&gt;

&lt;p&gt;That influenced a lot of small decisions:&lt;/p&gt;

&lt;ul&gt;
&lt;li&gt;public pages have real metadata and structure&lt;/li&gt;
&lt;li&gt;pricing is visible before sign-in&lt;/li&gt;
&lt;li&gt;private features stay behind auth&lt;/li&gt;
&lt;li&gt;the reading flow is designed, not just generated&lt;/li&gt;
&lt;/ul&gt;

&lt;h2&gt;
  
  
  The part that was surprisingly tricky
&lt;/h2&gt;

&lt;p&gt;The hardest part was not generating tarot text.&lt;/p&gt;

&lt;p&gt;That part is relatively easy.&lt;/p&gt;

&lt;p&gt;The harder part was making the whole thing feel coherent:&lt;/p&gt;

&lt;ul&gt;
&lt;li&gt;the landing page&lt;/li&gt;
&lt;li&gt;the ritual flow&lt;/li&gt;
&lt;li&gt;the card pages&lt;/li&gt;
&lt;li&gt;the upgrade path&lt;/li&gt;
&lt;li&gt;the tone of the interpretations&lt;/li&gt;
&lt;/ul&gt;

&lt;p&gt;For a product like this, credibility does not come from saying “AI” more loudly.&lt;/p&gt;

&lt;p&gt;It comes from whether the experience feels internally consistent.&lt;/p&gt;

&lt;h2&gt;
  
  
  What I am trying to learn
&lt;/h2&gt;

&lt;p&gt;I am still figuring out what this product really is for people.&lt;/p&gt;

&lt;p&gt;A tarot skeptic might see it as a reflective writing tool.&lt;br&gt;
A tarot reader might see it as a guided interpretation companion.&lt;br&gt;
Someone else might just see it as an interesting AI product experiment.&lt;/p&gt;

&lt;p&gt;That is part of why I wanted to share it here.&lt;/p&gt;

&lt;h2&gt;
  
  
  I would love feedback on
&lt;/h2&gt;

&lt;ul&gt;
&lt;li&gt;whether the flow feels clear or too slow&lt;/li&gt;
&lt;li&gt;whether the two-lens framing feels meaningful&lt;/li&gt;
&lt;li&gt;whether the product feels distinct from a generic AI wrapper&lt;/li&gt;
&lt;li&gt;whether the card meaning pages make sense as a public entry point&lt;/li&gt;
&lt;/ul&gt;

&lt;p&gt;If you want to try it:&lt;/p&gt;

&lt;p&gt;&lt;a href="https://taromindai.com" rel="noopener noreferrer"&gt;https://taromindai.com&lt;/a&gt;&lt;/p&gt;

&lt;p&gt;If there is interest, I can also write a follow-up post about the technical side:&lt;/p&gt;

&lt;ul&gt;
&lt;li&gt;how I handled SEO for a new App Router site&lt;/li&gt;
&lt;li&gt;how I made the pricing page public without exposing payment actions&lt;/li&gt;
&lt;li&gt;how I structured the card library as a real content surface instead of a dead-end marketing page&lt;/li&gt;
&lt;/ul&gt;

</description>
      <category>webdev</category>
      <category>ai</category>
      <category>nextjs</category>
      <category>programming</category>
    </item>
  </channel>
</rss>
