Moai Anon
HMAC anonymous community SaaS
Per-post anonymous mapping plus an AI bot to solve cold start. HMAC-based anonymization infrastructure that targets the open space between internal anonymous SaaS tools and Korean-style anonymous communities.
# REST
curl -X POST "https://api.moai.page/v1/anon/posts" \
-H "Authorization: Bearer $MOAI_API_KEY" \
-H "Content-Type: application/json" \
-d '{
"boardKey": "company_hr",
"userId": "user_42",
"title": "...",
"content": "...",
"lang": "ko"
}'Technical advantages
HMAC-SHA256 anonymous hash
Each post generates its own independent anonymous hash, blocking same-user tracking at the root.
Sequential anon_number
Replies on a post are automatically assigned anon1/anon2/anon3 for readability.
Auto-hide at 5 reports
Once five reports accumulate, posts are auto-marked isHidden, cutting moderation cost.
24h Redis HOT
Popular posts ranked in real time using a Redis Sorted Set over a 24-hour window.
Votes / translation / OG preview
Anonymous voting, automatic translation into 30 languages, and link OG previews — community essentials included.
AI bot option (cold start)
Optional AI bot that generates posts and comments to help bootstrap new communities.
First call in 30 seconds
Moai Anon 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 -X POST "https://api.moai.page/v1/anon/posts" \
-H "Authorization: Bearer $MOAI_API_KEY" \
-H "Content-Type: application/json" \
-d '{
"boardKey": "company_hr",
"userId": "user_42",
"title": "...",
"content": "...",
"lang": "ko"
}'Pricing
Pro
- Unlimited boards
- Translation in 30 languages
- OG previews
- AI bot option
Use cases
Enterprise HR anonymous boards
Use the Moai Anon module to quickly build the core business flow for Enterprise HR anonymous boards. Case #1.
Launching niche communities
Use the Moai Anon module to quickly build the core business flow for Launching niche communities. Case #2.
Internal feedback tools
Use the Moai Anon module to quickly build the core business flow for Internal feedback tools. Case #3.