{
  "platform": {
    "name": "Flyrix",
    "version": "2.0.0",
    "description": "All-in-one marketing platform for funnels, email marketing, courses, and blogs.",
    "website": "https://flyrix.app"
  },
  "capabilities": {
    "funnel_builder": {
      "description": "Drag-and-drop funnel builder with GrapesJS integration.",
      "features": ["A/B testing", "Deadline settings", "Conditional payment branching"]
    },
    "email_marketing": {
      "description": "Newsletter and automated campaign management.",
      "providers": ["Local SMTP", "SendGrid API"],
      "features": ["Analytics", "Custom headers/footers", "Powered by Flyrix branding"]
    },
    "learning_management": {
      "description": "Course creation and student management system.",
      "features": ["Free/Paid courses", "Student authentication", "Progress tracking", "Automated onboarding"]
    },
    "ecommerce": {
      "description": "Product selling and order management.",
      "gateways": ["Stripe", "Razorpay", "Payoneer", "PayPal"],
      "features": ["Seller notifications", "Buyer confirmations", "Affiliate tracking"]
    },
    "content_management": {
      "description": "Blog and page management system.",
      "features": ["SEO optimization", "Multi-language support"]
    }
  },
  "technical_specs": {
    "stack": ["PHP 8.1+", "MySQL 8.0+", "Apache/Nginx"],
    "integrations": {
      "payments": ["Stripe", "Razorpay", "Payoneer", "PayPal"],
      "email": ["SendGrid", "SMTP"],
      "editor": ["GrapesJS"]
    },
    "infrastructure": {
      "multi_language": "IP-based detection with JSON translation files.",
      "sub_accounts": "Unlimited sub-accounts with inherited plan limits.",
      "white_labeling": "Database-ready for multi-tenant white-labeling.",
      "security": ["2FA support", "Session tracking", "Centralized main account security"]
    }
  },
  "pricing_plans": {
    "free": {
      "contacts": 1000,
      "funnels": 3,
      "emails_mo": 1000
    },
    "starter": {
      "price_monthly": 27,
      "contacts": 5000,
      "funnels": 10
    },
    "pro": {
      "price_monthly": 47,
      "contacts": 25000,
      "funnels": 50
    },
    "scale": {
      "price_monthly": 97,
      "contacts": "Unlimited",
      "funnels": "Unlimited"
    }
  },
  "ai_agent_instructions": {
    "discovery": "Look for /ai-manifesto.json or /ai-manifesto.md for platform capabilities.",
    "interaction": "Use standard HTTP methods for API interaction where available.",
    "context": "Flyrix is designed for high-performance marketing automation and content delivery."
  }
}
