Personal I Ching oracle powered by Claude AI — readings in plain, conversational Mandarin Chinese
Challenge: The I Ching (易经) is one of the oldest divination texts in the world, with 64 hexagrams and complex casting mechanics. Most digital I Ching apps show generic definitions copied from translations — they don't connect the hexagram to the user's actual situation, and they don't explain what changing lines mean in context.
Solution: Master Wong (王师父) simulates a knowledgeable I Ching teacher who reads your situation, casts the hexagrams using the traditional three-coin method, and delivers a full interpretation in plain, conversational Mandarin Chinese — as if you're consulting a trusted friend who has studied the I Ching for decades. The app supports all three reading types: 单卦, 变卦, and 对比卦.
Best for simple questions, getting a feel for the day's energy, or when you need a quick direction. One hexagram, no changing lines. Clean and direct. Master Wong recommends this for focused, clear questions.
Best for situations in motion — a decision you're weighing, something that's shifting, or a complex situation. You get a primary hexagram (where you are now), changing lines (the pivot), and a second hexagram (where things are heading).
Best when you're torn between two specific options — two jobs, two paths, two approaches. The app casts a hexagram for each option and Master Wong compares the energy of both, giving his honest take on which direction looks stronger.
Master Wong runs as a local Node.js + Express server. The hexagram casting logic (three-coin method, line generation, changing line detection) is handled entirely in JavaScript. The reading interpretation is generated by Claude Sonnet API with the hexagram data and the user's question as context. Sessions are saved as timestamped JSON files in the sessions/ folder.