{
  "@context": "https://schema.org",
  "@graph": [
    {
      "@type": "WebSite",
      "@id": "https://vestiaai.com/#website",
      "url": "https://vestiaai.com/",
      "name": "VestiaAI",
      "description": "AI-powered personal wardrobe assistant that recommends outfits based on your wardrobe, weather, and calendar.",
      "publisher": {
        "@id": "https://vestiaai.com/#organization"
      },
      "potentialAction": {
        "@type": "SearchAction",
        "target": {
          "@type": "EntryPoint",
          "urlTemplate": "https://vestiaai.com/?q={search_term_string}"
        },
        "query-input": "required name=search_term_string"
      }
    },
    {
      "@type": "Organization",
      "@id": "https://vestiaai.com/#organization",
      "name": "VestiaAI",
      "url": "https://vestiaai.com/",
      "logo": {
        "@type": "ImageObject",
        "url": "https://vestiaai.com/vestiaai-logo-primary.svg",
        "width": 512,
        "height": 512
      },
      "sameAs": [],
      "contactPoint": {
        "@type": "ContactPoint",
        "email": "hello@vestiaai.com",
        "contactType": "customer support"
      },
      "founder": {
        "@type": "Person",
        "name": "Josie de la Grana",
        "url": "https://www.linkedin.com/in/josiedelagrana/"
      }
    },
    {
      "@type": "SoftwareApplication",
      "@id": "https://vestiaai.com/#app",
      "name": "VestiaAI",
      "applicationCategory": "LifestyleApplication",
      "operatingSystem": "iOS 18+",
      "offers": [
        {
          "@type": "Offer",
          "price": "0",
          "priceCurrency": "USD",
          "name": "Free Tier"
        }
      ],
      "description": "VestiaAI is an AI-powered personal wardrobe assistant. It scans your clothing, analyzes your calendar and weather, and recommends the perfect outfit every morning.",
      "screenshot": "https://vestiaai.com/vestiaai-logo-primary.svg",
      "featureList": [
        "AI wardrobe scanning",
        "Daily outfit recommendations",
        "Weather-aware styling",
        "Calendar event context",
        "Smart wardrobe declutter",
        "Outfit memory and history",
        "Travel packing assistant"
      ],
      "publisher": {
        "@id": "https://vestiaai.com/#organization"
      }
    },
    {
      "@type": "FAQPage",
      "@id": "https://vestiaai.com/#faq",
      "mainEntity": [
        {
          "@type": "Question",
          "name": "Is VestiaAI free?",
          "acceptedAnswer": {
            "@type": "Answer",
            "text": "VestiaAI launches with a free tier for the core experience, and a premium plan for power users who want the full feature set. Early beta members will receive a special founding rate."
          }
        },
        {
          "@type": "Question",
          "name": "Which devices does VestiaAI support?",
          "acceptedAnswer": {
            "@type": "Answer",
            "text": "VestiaAI is launching on iPhone with iOS 18 or later. iPad and Android are on the roadmap."
          }
        },
        {
          "@type": "Question",
          "name": "Is my wardrobe data private?",
          "acceptedAnswer": {
            "@type": "Answer",
            "text": "Yes. Your wardrobe images are stored privately with no public access. Calendar context stays on-device and is never stored or sent to any server."
          }
        },
        {
          "@type": "Question",
          "name": "How do I get early access to VestiaAI?",
          "acceptedAnswer": {
            "@type": "Answer",
            "text": "Join the beta waitlist at vestiaai.com. You'll receive a TestFlight invite when your spot opens."
          }
        }
      ]
    }
  ]
}
