{
  "ok": true,
  "free_ss": 1,
  "currency": "USD",
  "plans": {
    "free": {
      "id": "free",
      "name": "Free",
      "price_usd": 0,
      "interval": null,
      "store_screenshots": 1,
      "ai_tokens": 0,
      "all_slots_unlocked": false,
      "blurb": "1 free store screenshot — then paywall"
    },
    "pro_monthly": {
      "id": "pro_monthly",
      "name": "Pro",
      "price_usd": 9,
      "interval": "month",
      "store_screenshots": null,
      "ai_tokens": 50,
      "ai_tokens_period": "month",
      "all_slots_unlocked": false,
      "blurb": "$9 / month · 50 AI tokens"
    },
    "studio": {
      "id": "studio",
      "name": "Studio",
      "price_usd": 99,
      "interval": "once",
      "store_screenshots": null,
      "ai_tokens": 500,
      "ai_tokens_period": "once",
      "all_slots_unlocked": true,
      "blurb": "$99 once · 500 AI tokens · all slots unlocked"
    }
  },
  "paywall_after": "first_store_screenshot",
  "note": "Checkout via Firebase + Stripe (or App Store IAP later). See /docs on GitHub."
}