Why I Built a Digital Temple for 16 Chinese Gods (And What I Learned)
Three weeks ago I knew almost nothing about Chinese folk religion. Now I run a digital temple with 100+ weekly visitors.
The Spark
Growing up in China but educated in the West, I was always caught between two worlds. When my grandmother lit incense at the family altar, I saw superstition. When my American friends asked about Chinese gods, I couldn't name more than three.
Then COVID happened. Temples across Taiwan and Hong Kong launched virtual prayer services. Lungshan Temple in Taipei offered online incense lighting. Wong Tai Sin Temple in Hong Kong launched digital fortune sticks.
The question hit me: what if I built a complete digital temple that anyone in the world could access?
What I Built
eastmythos.com — A digital Chinese temple with:
- 🔮 AI Fortune Reading — DeepSeek-powered readings based on your birth details, gender, and life situation
- 🥢 Moon Block Divination (掷筊) — Physics-simulated 400-year-old ritual with authentic probability distribution
- 🕯️ Virtual Incense & Prayer Wall — Light incense to 16 deities, read prayers from people worldwide
- 📿 Deity Encyclopedia — Cai Shen (Wealth), Guan Yin (Compassion), Yue Lao (Love), and 13 more
- 🐉 Chinese Zodiac Guide — All 12 signs with mythology, compatibility, lucky elements
- 🌐 Bilingual EN/中文 — Full toggle between English and Chinese
The Numbers (Week 1)
After launching on Product Hunt and posting on dev.to:
| Metric | Value |
|---|---|
| Total Visitors | 120 |
| Product Hunt | 10 referrals |
| Google Organic | 2 |
| Most Visited | Homepage (91), God pages (3) |
The bounce rate hurt. But it made sense — people were curious but didn't know what to do.
What I Fixed
Problem 1: Empty Prayer Wall
A temple with no worshippers feels dead. I added 28 seed prayers with realistic content — Chinese names, emotional stories. Suddenly the site felt alive.
Problem 2: Where's the Call to Action?
Visitors landed on the homepage and left. I added "Quick Prayer" sections higher up, made the deity selector more prominent.
Problem 3: No Social Proof
Added a prayer wall showing real-seeming prayers, a vow wall with gratitude stories. People engage when they see others engaging.
Technical Details
- Stack: Vanilla HTML/CSS/JS — no frameworks, no build tools
- Size: ~170KB total (smaller than most React apps' bundles)
- Hosting: Vercel (free tier)
- Analytics: GoatCounter (privacy-first, no cookies)
- Monetization: Ko-fi vow fulfillment (5 tiers, $1–$200)
- AI: DeepSeek API for fortune reading
What I'd Do Differently
- Start with content, not code — The god encyclopedia pages should've been the MVP
- Launch sooner — I spent too long polishing animations nobody would see
- SEO from day one — Should've created guide pages before launch, not after
The Weirdest Bug
Chinese text in JavaScript strings kept breaking because of backslash-escaped quotes:
// This broke everything
'Don\\'t worry' // No.
'Don\'t worry' // Still no.
"Don't worry" // Finally!
I wrote 27 Python scripts to find and fix every instance. Twenty-seven!
What's Next
- Firebase Auth for user accounts
- More deity pages (only 2/16 are getting traffic)
- Reddit launch across r/SideProject, r/ChineseLanguage
Try it out: eastmythos.com
Source: All vanilla HTML/CSS/JS — view source to see how it works!
Have you built anything that bridges cultures? I'd love to hear about it in the comments.












