Moai Oracle
SBTI 27 types × 30 languages = 810 mappings
A Manseryeok OSS engine paired with a static SBTI animal-type dataset. A lightweight backend API that targets Korea's KRW 1.4 trillion fortune-telling market using static data, with no GPT dependency.
# REST
curl "https://api.moai.page/v1/oracle/sbti?birthDate=1990-03-15&birthTime=14:30&gender=F&lang=ko" \
-H "Authorization: Bearer $MOAI_API_KEY"
# Response
# {
# "type": "WISE_OWL",
# "animal": "지혜로운 부엉이",
# "element": "WOOD",
# "description": "..."
# }Technical advantages
SBTI 27 animal types
27 Saju-based animal-type classifications tap into the MBTI-alternative content market.
Animal names in 30 languages
27 types × 30 languages = 810 static animal-name mappings, immediately usable in global services.
Manseryeok OSS engine
Manseryeok calculations powered by lunar-javascript produce accurate saju, daily-fortune, and seasonal data.
Static dataset
All fortune, compatibility, and type descriptions are pre-written as static JSON, keeping per-call cost constant.
Zero GPT dependency
Runs without external LLM calls to OpenAI/Claude, protecting both margin and response time.
Daily fortune API
Daily, monthly, and yearly fortunes based on date of birth — all served from a single consistent endpoint.
First call in 30 seconds
Moai Oracle puts developer experience first. A few lines of code give you production-grade infrastructure immediately. Every API ships with zero-downtime deploys and high availability.
curl "https://api.moai.page/v1/oracle/sbti?birthDate=1990-03-15&birthTime=14:30&gender=F&lang=ko" \
-H "Authorization: Bearer $MOAI_API_KEY"
# Response
# {
# "type": "WISE_OWL",
# "animal": "지혜로운 부엉이",
# "element": "WOOD",
# "description": "..."
# }Pricing
Pro
- All 30 languages
- Compatibility matching
- Monthly / yearly fortune
- Cache optimization
Use cases
Backend for divination apps
Use the Moai Oracle module to quickly build the core business flow for Backend for divination apps. Case #1.
Fortune sections in content platforms
Use the Moai Oracle module to quickly build the core business flow for Fortune sections in content platforms. Case #2.
SBTI-based matching features
Use the Moai Oracle module to quickly build the core business flow for SBTI-based matching features. Case #3.