{
  "@context": "https://schema.org",
  "@type": "ItemList",
  "name": "By JTT public studio catalog",
  "description": "Current products, available software, development work, and archived experiments published by By JTT.",
  "url": "https://www.byjtt.com/work",
  "itemListElement": [
    {
      "@type": "ListItem",
      "position": 1,
      "item": {
        "@type": "SoftwareApplication",
        "identifier": "vibecheck",
        "name": "VibeCheck",
        "description": "Scans a public repository across six source-quality categories and returns a bounded Source Score with source signals and gaps.",
        "url": "https://www.byjtt.com/vibecheck",
        "applicationCategory": "Repository scanner",
        "creativeWorkStatus": "Active product"
      }
    },
    {
      "@type": "ListItem",
      "position": 2,
      "item": {
        "@type": "SoftwareApplication",
        "identifier": "arc-raiders-loadout-planner",
        "name": "ARC Raiders Loadout Planner",
        "description": "A browser-based tool for assembling and sharing ARC Raiders loadouts.",
        "url": "https://arc-raiders-loadout-planner-seven.vercel.app/",
        "applicationCategory": "Browser tool",
        "creativeWorkStatus": "Live"
      }
    },
    {
      "@type": "ListItem",
      "position": 3,
      "item": {
        "@type": "SoftwareSourceCode",
        "identifier": "arc-optimizer",
        "name": "Arc Optimizer",
        "description": "Reviews and applies ARC Raiders configuration changes with backup and restore controls.",
        "url": "https://github.com/jordan-thirkle/arc-optimizer",
        "genre": "Windows utility",
        "codeRepository": "https://github.com/jordan-thirkle/arc-optimizer",
        "creativeWorkStatus": "Open source"
      }
    },
    {
      "@type": "ListItem",
      "position": 4,
      "item": {
        "@type": "CreativeWork",
        "identifier": "murmur",
        "name": "Murmur",
        "description": "A focused ambient-sound player designed for uninterrupted overnight playback.",
        "url": "https://www.byjtt.com/murmur",
        "genre": "Mobile app",
        "sameAs": [
          "https://github.com/jordan-thirkle/murmur"
        ],
        "creativeWorkStatus": "In development"
      }
    },
    {
      "@type": "ListItem",
      "position": 5,
      "item": {
        "@type": "SoftwareSourceCode",
        "identifier": "iron-rain",
        "name": "Iron Rain: Siege of Blackstone",
        "description": "A medieval melee action game with a repeatable siege loop, directional guard and parry rules, campaign progression, and a public Command Hub.",
        "url": "https://github.com/jordan-thirkle/iron-rain",
        "genre": "Browser game",
        "codeRepository": "https://github.com/jordan-thirkle/iron-rain",
        "creativeWorkStatus": "In development"
      }
    },
    {
      "@type": "ListItem",
      "position": 6,
      "item": {
        "@type": "SoftwareApplication",
        "identifier": "freetier",
        "name": "FreeTier",
        "description": "A browsable directory of software with useful free tiers for independent builders.",
        "url": "https://freetier.byjtt.com/",
        "applicationCategory": "Software directory",
        "sameAs": [
          "https://github.com/jordan-thirkle/mvp-freetier"
        ],
        "creativeWorkStatus": "Live"
      }
    },
    {
      "@type": "ListItem",
      "position": 7,
      "item": {
        "@type": "SoftwareApplication",
        "identifier": "wattwise",
        "name": "WattWise",
        "description": "A Windows desktop surface for observing PC power use.",
        "url": "https://wattwise.byjtt.com/",
        "applicationCategory": "Windows utility",
        "sameAs": [
          "https://github.com/jordan-thirkle/wattwise"
        ],
        "creativeWorkStatus": "Live"
      }
    },
    {
      "@type": "ListItem",
      "position": 8,
      "item": {
        "@type": "SoftwareApplication",
        "identifier": "byjt-ui-kit",
        "name": "ByJT UI Kit",
        "description": "Shared interface tokens and component patterns for related web products.",
        "url": "https://ui.byjtt.com/",
        "applicationCategory": "Design system",
        "sameAs": [
          "https://github.com/jordan-thirkle/ui.byjtt.com"
        ],
        "creativeWorkStatus": "Live"
      }
    }
  ]
}