{
  "ok": true,
  "appName": "晚风AI",
  "serviceName": "wanfeng-ai-launch-skeleton",
  "version": "0.1.0",
  "environment": "production",
  "publicBaseUrl": "https://wfais.com",
  "primaryDomain": "wfais.com",
  "routes": {
    "main": "/",
    "payReview": "/pay-review",
    "chat": "/chat",
    "admin": "/admin",
    "apiHealth": "/api/healthz",
    "readiness": "/api/launch-readiness"
  },
  "domains": {
    "main": "wfais.com",
    "chat": "chat.wfais.com",
    "admin": "admin.wfais.com",
    "api": "api.wfais.com"
  },
  "status": {
    "dns": "ready",
    "https": "ready",
    "payment": "blocked",
    "model": "waiting",
    "apk": "pending",
    "server": "ready"
  },
  "adminAuth": {
    "enabled": true,
    "configured": true
  },
  "next": [
    "verify payment callback route with provider test credentials",
    "connect live backend repositories after DB/RLS checks",
    "prepare Android WebView shell",
    "switch payment and model adapters after credentials arrive"
  ]
}