<?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: 桂明</title>
    <description>The latest articles on DEV Community by 桂明 (@yuanbanqian3456).</description>
    <link>https://dev.to/yuanbanqian3456</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%2F3926562%2Fcdb75fd5-1bac-4cbd-b0a1-8a3bd1991747.jpg</url>
      <title>DEV Community: 桂明</title>
      <link>https://dev.to/yuanbanqian3456</link>
    </image>
    <atom:link rel="self" type="application/rss+xml" href="https://dev.to/feed/yuanbanqian3456"/>
    <language>en</language>
    <item>
      <title>Building a Modern Bazi (八字) Compatibility Platform with Next.js and AI</title>
      <dc:creator>桂明</dc:creator>
      <pubDate>Tue, 12 May 2026 08:18:57 +0000</pubDate>
      <link>https://dev.to/yuanbanqian3456/building-a-modern-bazi-ba-zi-compatibility-platform-with-nextjs-and-ai-5cdo</link>
      <guid>https://dev.to/yuanbanqian3456/building-a-modern-bazi-ba-zi-compatibility-platform-with-nextjs-and-ai-5cdo</guid>
      <description>&lt;h2&gt;
  
  
  Background
&lt;/h2&gt;

&lt;p&gt;Bazi (八字 / Eight Characters), also known as the Four Pillars of Destiny, is a traditional Chinese metaphysical system that maps personality, life patterns, and interpersonal dynamics using birth year, month, day, and hour. For centuries, families have consulted masters to evaluate relationship compatibility before marriage.&lt;/p&gt;

&lt;p&gt;I built &lt;strong&gt;CeJi (测吉)&lt;/strong&gt; to modernize this tradition — turning it into an accessible, AI-powered web experience that focuses on actionable insights rather than superstition.&lt;/p&gt;

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

&lt;p&gt;Visit &lt;a href="https://lucksol.com/" rel="noopener noreferrer"&gt;lucksol.com&lt;/a&gt; and enter two people's birth information. Here's what you get:&lt;/p&gt;

&lt;h3&gt;
  
  
  🆓 Free Quick Report
&lt;/h3&gt;

&lt;ul&gt;
&lt;li&gt;Overall compatibility score&lt;/li&gt;
&lt;li&gt;
&lt;strong&gt;5-dimension analysis&lt;/strong&gt;: Attraction sources, Complementarity &amp;amp; conflict points, Root conflict causes, Timing windows, Repair suggestions&lt;/li&gt;
&lt;li&gt;Basic destiny readings for both individuals&lt;/li&gt;
&lt;/ul&gt;

&lt;h3&gt;
  
  
  📊 Deep Report (¥39 / ~$5.50)
&lt;/h3&gt;

&lt;ul&gt;
&lt;li&gt;8 detailed chapters covering relationship patterns, conflict roots, and a 3-year trajectory&lt;/li&gt;
&lt;li&gt;Actionable communication and boundary suggestions tailored to the couple's specific Bazi configuration&lt;/li&gt;
&lt;li&gt;Reports are saved in the user's personal center and accessible across devices&lt;/li&gt;
&lt;/ul&gt;

&lt;h3&gt;
  
  
  🔗 Partner Invite Feature
&lt;/h3&gt;

&lt;p&gt;Don't know your partner's exact birth time? Generate an invite link — they fill in their own details privately. No awkward questions needed.&lt;/p&gt;

&lt;h3&gt;
  
  
  🏠 Master Chat (宅师问诊)
&lt;/h3&gt;

&lt;p&gt;For follow-up questions: relationship timing, family pressure, home layout &amp;amp; energy flow, workspace arrangement, and major life decisions.&lt;/p&gt;

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

&lt;ul&gt;
&lt;li&gt;
&lt;strong&gt;Frontend&lt;/strong&gt;: Next.js with SSR — fast initial loads and SEO-friendly&lt;/li&gt;
&lt;li&gt;
&lt;strong&gt;AI Layer&lt;/strong&gt;: LLM-powered report generation with structured JSON output, ensuring consistent report quality&lt;/li&gt;
&lt;li&gt;
&lt;strong&gt;Analytics&lt;/strong&gt;: Full UTM tracking (source/medium/campaign/content) with page dwell time measurement&lt;/li&gt;
&lt;li&gt;
&lt;strong&gt;Payments&lt;/strong&gt;: Integrated payment gateway with credit points system and VIP memberships&lt;/li&gt;
&lt;li&gt;
&lt;strong&gt;Auth&lt;/strong&gt;: JWT-based authentication with report persistence and cross-device access&lt;/li&gt;
&lt;/ul&gt;

&lt;h2&gt;
  
  
  Design Philosophy
&lt;/h2&gt;

&lt;p&gt;We deliberately position CeJi as &lt;strong&gt;"folk culture exploration"&lt;/strong&gt; and &lt;strong&gt;"environmental psychology reference"&lt;/strong&gt; — not fortune telling. Every report includes a clear disclaimer that it's reference material, not a substitute for professional advice.&lt;/p&gt;

&lt;p&gt;Key design principles:&lt;/p&gt;

&lt;ul&gt;
&lt;li&gt;Reports must be &lt;strong&gt;readable, shareable, and reviewable&lt;/strong&gt;
&lt;/li&gt;
&lt;li&gt;Insights are grounded in &lt;strong&gt;communication advice&lt;/strong&gt;, not mystical guarantees&lt;/li&gt;
&lt;li&gt;The free tier is &lt;strong&gt;genuinely useful&lt;/strong&gt; — not a teaser with no substance&lt;/li&gt;
&lt;li&gt;User privacy is paramount — partner data is submitted directly by the partner&lt;/li&gt;
&lt;/ul&gt;

&lt;h2&gt;
  
  
  Business Model
&lt;/h2&gt;

&lt;ul&gt;
&lt;li&gt;
&lt;strong&gt;Freemium&lt;/strong&gt;: Free 5-dimension quick report → ¥39 (~$5.50) deep report&lt;/li&gt;
&lt;li&gt;
&lt;strong&gt;Additional products&lt;/strong&gt;: Annual/monthly destiny reports, VIP memberships, credit points&lt;/li&gt;
&lt;li&gt;
&lt;strong&gt;Primary conversion goal (Phase 1)&lt;/strong&gt;: Free report → ¥39 marriage compatibility deep report&lt;/li&gt;
&lt;/ul&gt;

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

&lt;p&gt;👉 &lt;strong&gt;&lt;a href="https://lucksol.com/?utm_source=devto&amp;amp;utm_medium=social&amp;amp;utm_campaign=2026-05-marriage-launch&amp;amp;utm_content=article-tech-stack" rel="noopener noreferrer"&gt;lucksol.com&lt;/a&gt;&lt;/strong&gt;&lt;/p&gt;

&lt;p&gt;I'd love feedback from this community on:&lt;/p&gt;

&lt;ul&gt;
&lt;li&gt;The landing page UX and conversion flow&lt;/li&gt;
&lt;li&gt;Report content quality and depth&lt;/li&gt;
&lt;li&gt;Ideas for reaching a broader audience beyond the Chinese-speaking market&lt;/li&gt;
&lt;/ul&gt;

</description>
      <category>webdev</category>
      <category>nextjs</category>
      <category>ai</category>
      <category>startup</category>
    </item>
    <item>
      <title>Test CeJi</title>
      <dc:creator>桂明</dc:creator>
      <pubDate>Tue, 12 May 2026 08:15:35 +0000</pubDate>
      <link>https://dev.to/yuanbanqian3456/test-ceji-401p</link>
      <guid>https://dev.to/yuanbanqian3456/test-ceji-401p</guid>
      <description>&lt;p&gt;test &lt;a href="https://lucksol.com" rel="noopener noreferrer"&gt;lucksol.com&lt;/a&gt;&lt;/p&gt;

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