{
  "name": "SC2 Replay AI Coach",
  "url": "https://sc2ai.coach",
  "category": "StarCraft II Replay Analysis",
  "price": "Free",
  "requiresAccount": false,
  "features": [
    "AI-powered replay coaching",
    "Economy & resource tracking graphs",
    "Army composition breakdown",
    "Build order comparison & timeline",
    "Battle detection & engagement scoring",
    "Strategy identification & benchmarking",
    "Personalized coaching advice per game",
    "Team game analysis (2v2, 3v3, 4v4)",
    "Match history tracking"
  ],
  "supportedFormats": [".SC2Replay"],
  "analysisTypes": [
    "Economy analysis",
    "Build order analysis",
    "Army composition tracking",
    "Battle timeline & engagement scoring",
    "Strategy identification",
    "AI coaching recommendations"
  ],
  "supportedGameTypes": ["1v1", "2v2", "3v3", "4v4"],
  "supportedRaces": ["Terran", "Protoss", "Zerg"],
  "techStack": {
    "frontend": "Next.js",
    "replayParser": "sc2reader (Python)",
    "aiModel": "Claude (Anthropic)"
  },
  "guides": [
    "/guides/terran",
    "/guides/protoss",
    "/guides/zerg",
    "/guides/build-orders",
    "/guides/economy",
    "/guides/army-composition",
    "/guides/micro",
    "/guides/scouting",
    "/guides/replay-analysis",
    "/guides/ai-coaching"
  ],
  "lastUpdated": "2026-02-26"
}
