{
  "@type": "Organization",
  "@id": "https://visiedrones.com/#org",
  "name": "Visie Drones, LLC",
  "url": "https://visiedrones.com",
  "logo": "https://visiedrones.com/assets/logo.svg",
  "email": "hello@visiedrones.com",
  "address": {
    "@type": "PostalAddress",
    "addressLocality": "Sanford",
    "addressRegion": "NC",
    "postalCode": "27330",
    "addressCountry": "US"
  },
  "areaServed": "US",
  "description": "US-based drone flight software engineering: PX4, ArduPilot and custom flight-stack development, autonomy, and Gazebo simulation. All work performed by US developers, no offshoring.",
  "knowsAbout": [
    "PX4",
    "ArduPilot",
    "MAVLink",
    "Gazebo simulation",
    "UAS autonomy",
    "flight controller firmware",
    "multi-UAS coordination"
  ],
  "@context": "https://schema.org",
  "services": [
    {
      "name": "Flight software development",
      "url": "https://visiedrones.com/flight-software"
    },
    {
      "name": "PX4 and ArduPilot firmware customization",
      "url": "https://visiedrones.com/firmware"
    },
    {
      "name": "Custom flight stack development",
      "url": "https://visiedrones.com/firmware/custom"
    },
    {
      "name": "Gazebo simulation and SITL/HIL",
      "url": "https://visiedrones.com/simulation"
    }
  ],
  "policies": {
    "developers": "US citizens, US-based",
    "offshoring": "none",
    "toolchain": "local-first, self-hosted"
  },
  "contact": {
    "email": "hello@visiedrones.com",
    "page": "https://visiedrones.com/contact"
  }
}