[
  {
    "id": "cursor",
    "name": "Cursor",
    "kind": "ide",
    "domain": "coding",
    "deployment": "saas",
    "short_description": "AI-first editor (VS Code fork) with inline chat, agent mode, and codebase-aware assistance.",
    "official_url": "https://cursor.com",
    "docs_url": "https://cursor.com/docs",
    "tags": ["agentic", "ide", "subscription"]
  },
  {
    "id": "vscode",
    "name": "Visual Studio Code",
    "kind": "ide",
    "domain": "coding",
    "deployment": "local",
    "short_description": "Extensible editor; AI features via extensions (e.g. Copilot, Continue) rather than built-in.",
    "official_url": "https://code.visualstudio.com",
    "docs_url": "https://code.visualstudio.com/docs",
    "tags": ["editor", "extensions", "open_source"]
  },
  {
    "id": "github-copilot",
    "name": "GitHub Copilot",
    "kind": "editor_plugin",
    "domain": "coding",
    "deployment": "saas",
    "short_description": "Inline completions and chat inside VS Code, JetBrains, Neovim, and other hosts.",
    "official_url": "https://github.com/features/copilot",
    "docs_url": "https://docs.github.com/copilot",
    "tags": ["completion", "chat", "subscription"]
  },
  {
    "id": "aider",
    "name": "Aider",
    "kind": "cli",
    "domain": "coding",
    "deployment": "local",
    "short_description": "Terminal pair programmer; edits git-tracked files with your own API keys.",
    "official_url": "https://aider.chat",
    "docs_url": "https://aider.chat/docs",
    "tags": ["agentic", "cli", "open_source", "bring_your_own_key"]
  },
  {
    "id": "anthropic-api",
    "name": "Anthropic API (Claude)",
    "kind": "hosted_platform",
    "domain": "coding",
    "deployment": "saas",
    "short_description": "HTTP API for Claude models; common backend for custom agents and IDE integrations.",
    "official_url": "https://www.anthropic.com/api",
    "docs_url": "https://docs.anthropic.com",
    "tags": ["api", "models", "usage_based"]
  },
  {
    "id": "ollama",
    "name": "Ollama",
    "kind": "local_runtime",
    "domain": "coding",
    "deployment": "local",
    "short_description": "Run open-weight chat and code models locally with a simple CLI and HTTP API.",
    "official_url": "https://ollama.com",
    "docs_url": "https://github.com/ollama/ollama",
    "tags": ["local", "open_weights", "self_hosted"]
  },
  {
    "id": "continue",
    "name": "Continue",
    "kind": "editor_plugin",
    "domain": "coding",
    "deployment": "hybrid",
    "short_description": "Open-source VS Code / JetBrains extension; connects to many model providers.",
    "official_url": "https://continue.dev",
    "docs_url": "https://docs.continue.dev",
    "tags": ["open_source", "multi_model", "ide"]
  },
  {
    "id": "windsurf",
    "name": "Windsurf",
    "kind": "ide",
    "domain": "coding",
    "deployment": "saas",
    "short_description": "Codeium’s agentic IDE with flows and workspace-wide edits.",
    "official_url": "https://windsurf.com",
    "docs_url": "https://docs.windsurf.com",
    "tags": ["agentic", "ide", "free_tier"]
  },
  {
    "id": "zed",
    "name": "Zed",
    "kind": "ide",
    "domain": "coding",
    "deployment": "local",
    "short_description": "Fast multi-player editor with optional AI features and collaboration.",
    "official_url": "https://zed.dev",
    "docs_url": "https://zed.dev/docs",
    "tags": ["editor", "collaboration", "performance"]
  },
  {
    "id": "jetbrains-ai",
    "name": "JetBrains AI Assistant",
    "kind": "editor_plugin",
    "domain": "coding",
    "deployment": "hybrid",
    "short_description": "AI chat and refactoring inside IntelliJ, PyCharm, WebStorm, and sibling IDEs.",
    "official_url": "https://www.jetbrains.com/ai/",
    "docs_url": "https://www.jetbrains.com/help/ai-assistant/",
    "tags": ["ide", "refactoring", "subscription"]
  },
  {
    "id": "replit",
    "name": "Replit",
    "kind": "hosted_platform",
    "domain": "coding",
    "deployment": "saas",
    "short_description": "Browser IDE, hosting, and agent features for quick prototypes and teaching.",
    "official_url": "https://replit.com",
    "docs_url": "https://docs.replit.com",
    "tags": ["browser_ide", "hosting", "education"]
  },
  {
    "id": "codeium",
    "name": "Codeium",
    "kind": "editor_plugin",
    "domain": "coding",
    "deployment": "saas",
    "short_description": "Free-tier completions and chat for many editors; same vendor as Windsurf.",
    "official_url": "https://codeium.com",
    "docs_url": "https://docs.codeium.com",
    "tags": ["completion", "free_tier", "multi_editor"]
  }
]
