{
  "@context": "https://schema.org",
  "@graph": [
    {
      "@type": "Organization",
      "@id": "https://veloxward.com/#organization",
      "name": "Veloxward",
      "url": "https://veloxward.com/",
      "email": "support@veloxward.com",
      "description": "Veloxward builds enterprise VDI edge and control-plane software for secure virtual desktop and workspace delivery.",
      "foundingDate": "2024",
      "knowsAbout": [
        "Virtual desktop infrastructure",
        "Application delivery controller",
        "Remote desktop services",
        "Workspace delivery"
      ]
    },
    {
      "@type": "WebSite",
      "@id": "https://veloxward.com/#website",
      "url": "https://veloxward.com/",
      "name": "Veloxward",
      "description": "Enterprise VDI edge and control-plane software",
      "publisher": { "@id": "https://veloxward.com/#organization" },
      "inLanguage": "en-US"
    },
    {
      "@type": "SoftwareApplication",
      "@id": "https://veloxward.com/#veloxward-adc",
      "name": "Veloxward ADC",
      "applicationCategory": "BusinessApplication",
      "operatingSystem": "Linux",
      "description": "Single-appliance application delivery controller with TLS termination, load balancing, WAF, WireGuard VPN, and Internet Gateway for Veloxward VDI.",
      "offers": {
        "@type": "Offer",
        "availability": "https://schema.org/PreOrder"
      },
      "provider": { "@id": "https://veloxward.com/#organization" }
    },
    {
      "@type": "SoftwareApplication",
      "@id": "https://veloxward.com/#veloxward-vdi",
      "name": "Veloxward VDI",
      "applicationCategory": "BusinessApplication",
      "operatingSystem": "Linux, Windows Server",
      "description": "Virtual desktop infrastructure control plane with workspace catalog, session broker, HTML5 gateway, and hypervisor provisioning for Proxmox, VMware, and Hyper-V.",
      "offers": {
        "@type": "Offer",
        "availability": "https://schema.org/PreOrder"
      },
      "provider": { "@id": "https://veloxward.com/#organization" }
    },
    {
      "@type": "ItemList",
      "@id": "https://veloxward.com/#vdi-services",
      "name": "Veloxward VDI infrastructure services",
      "itemListElement": [
        { "@type": "ListItem", "position": 1, "name": "VDI readiness assessment" },
        { "@type": "ListItem", "position": 2, "name": "VDI architecture and sizing" },
        { "@type": "ListItem", "position": 3, "name": "Veloxward VDI platform installation" },
        { "@type": "ListItem", "position": 4, "name": "Session host setup" },
        { "@type": "ListItem", "position": 5, "name": "Active Directory integration" },
        { "@type": "ListItem", "position": 6, "name": "Hypervisor connection" },
        { "@type": "ListItem", "position": 7, "name": "Desktop pool and catalog" },
        { "@type": "ListItem", "position": 8, "name": "Pilot and POC deployment" },
        { "@type": "ListItem", "position": 9, "name": "Production go-live support" },
        { "@type": "ListItem", "position": 10, "name": "VDI troubleshooting and support" }
      ]
    },
    {
      "@type": "FAQPage",
      "@id": "https://veloxward.com/#faq",
      "mainEntity": [
        {
          "@type": "Question",
          "name": "What does Veloxward provide?",
          "acceptedAnswer": {
            "@type": "Answer",
            "text": "Veloxward VDI provides workspace catalog, session broker, desktop pools, and HTML5/RDP brokering. Veloxward ADC provides TLS termination, load balancing, VPN, and clientless access at the network edge."
          }
        },
        {
          "@type": "Question",
          "name": "Which hypervisors are supported?",
          "acceptedAnswer": {
            "@type": "Answer",
            "text": "Veloxward VDI integrates with Proxmox, VMware, and Hyper-V for template-based provisioning and desktop pool operations."
          }
        },
        {
          "@type": "Question",
          "name": "Can we start with a pilot?",
          "acceptedAnswer": {
            "@type": "Answer",
            "text": "Yes. The VDI Pilot service package includes a controlled rollout for a pilot user group, session hosts, and go-live week support."
          }
        }
      ]
    }
  ]
}
