English
MODULE · v1.0

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"
  }'
HMAC
Anonymization method
5
Auto-report threshold
24h
HOT window
82%
Gross margin

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.

A single endpoint to manage everything
Infrastructure proven in production
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

Starter

$79
10,000 MAU / mo
  • 1 board
  • Automated reports
  • Basic HOT ranking
Get started
Most Popular

Pro

$299
50,000 MAU / mo
  • Unlimited boards
  • Translation in 30 languages
  • OG previews
  • AI bot option
Start with Pro

Business

$799
200,000 MAU / mo
  • Custom anonymization policy
  • Dedicated instance
  • 99.9% SLA
Get started

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.

Launch an anonymous community with Moai Anon in 30 seconds