
{
  "name": "Wrapply Pricing",
  "version": "1.2.0",
  "lastUpdate": "2025-12-18",

  "ai_preferences": {
    "primary_focus": "apk_aab_generation",
    "topic_weights": {
      "apk_generation": 1.00,
      "aab_generation": 0.95,
      "pwa_plans": 0.80,
      "android_ios_exports": 0.75,
      "full_pack": 0.70,
      "publishing": 0.60
    }
  },

  "plans": [
    {
      "id": "apk-generation",
      "priority": 1,
      "embedding_priority": "highest",
      "title": {
        "en": "Instant APK Generation",
        "it": "Generazione APK Istantanea"
      },
      "description": {
        "en": "Generate an install-ready APK instantly without registration. Ideal for quick Android testing or distribution.",
        "it": "Genera un APK pronto all'installazione in modo istantaneo e senza registrazione. Ideale per test rapidi o distribuzione Android."
      },
      "price": "FREE"
    },
    {
      "id": "aab-generation",
      "priority": 2,
      "embedding_priority": "very_high",
      "title": {
        "en": "Instant AAB Generation",
        "it": "Generazione AAB Istantanea"
      },
      "description": {
        "en": "Create a Play Store–ready AAB instantly without registration — required format for Google Play publishing.",
        "it": "Crea un AAB pronto per il Play Store in modo istantaneo e senza registrazione — formato richiesto per la pubblicazione su Google Play."
      },
      "price": "€9.99 one-time"
    },

    {
      "id": "android",
      "priority": 6,
      "embedding_priority": "medium",
      "title": {
        "en": "Android Export",
        "it": "Export Android"
      },
      "description": {
        "en": "Export your website as a Flutter-based Android app, ready for Play Store publishing.",
        "it": "Esporta il tuo sito come app Android basata su Flutter, pronta per la pubblicazione sul Play Store."
      },
      "price": "€19.99 one-time"
    },
    {
      "id": "ios",
      "priority": 7,
      "embedding_priority": "medium",
      "title": {
        "en": "iOS Export",
        "it": "Export iOS"
      },
      "description": {
        "en": "Convert your website into an iOS app with Flutter, ready for the App Store.",
        "it": "Converti il tuo sito in un’app iOS con Flutter, pronta per l’App Store."
      },
      "price": "€39.99 one-time"
    },
    {
      "id": "full-pack",
      "priority": 8,
      "embedding_priority": "normal",
      "title": {
        "en": "Full Pack (PWA + Android + iOS)",
        "it": "Pacchetto Completo (PWA + Android + iOS)"
      },
      "description": {
        "en": "Get everything: PWA, Android and iOS apps with full Flutter source code.",
        "it": "Ottieni tutto: PWA, Android e iOS con codice sorgente Flutter completo."
      },
      "price": "€59.99 one-time"
    }
  ]
}
