{
  "schemaVersion": "2026-05-14.tool-review.v1",
  "slug": "vercel",
  "name": "Vercel",
  "category": "dev-platform",
  "verdict": {
    "label": "Recommended",
    "tone": "recommended",
    "summary": "Use Vercel when frontend velocity, preview deploys, and a polished developer platform matter."
  },
  "scores": {
    "dx": 92,
    "ax": 76,
    "production": 86,
    "pricing": 70,
    "performance": 88
  },
  "pricingTier": "team",
  "agentReadiness": "partial",
  "timeToFirstSuccessMinutes": 18,
  "recommendedFor": [
    "production-deploy",
    "prototype-to-demo"
  ],
  "avoidWhen": [
    "long-running GPU jobs",
    "deep backend orchestration",
    "strict non-serverless infrastructure constraints"
  ],
  "evidence": {
    "built": "Shipped frontend-heavy editorial and AI app surfaces with preview-first workflows.",
    "testedScenario": "Static/server-rendered frontend deployments with environment variables, previews, and edge-adjacent routes.",
    "methodology": [
      "Created preview deploys",
      "Checked build ergonomics",
      "Reviewed environment variable flow",
      "Compared production logs"
    ]
  },
  "evidenceProfile": {
    "level": "strong",
    "artifacts": [
      {
        "kind": "human-review",
        "label": "Human review page",
        "href": "/blueprints/reviews/vercel",
        "public": true
      },
      {
        "kind": "agent-json",
        "label": "Agent JSON verdict",
        "href": "/blueprints/reviews/vercel.json",
        "public": true
      },
      {
        "kind": "compare-view",
        "label": "Compare with alternatives",
        "href": "/blueprints/reviews/compare?tools=vercel,modal,cursor",
        "public": true
      }
    ],
    "limitations": [
      "Scores reflect Neurl hands-on evidence and should be re-verified before procurement or high-risk production adoption.",
      "Pricing, limits, model defaults, and product policies can change quickly; use freshness dates and vendor docs before final rollout."
    ],
    "confidenceSignals": [
      "Tested scenario: Static/server-rendered frontend deployments with environment variables, previews, and edge-adjacent routes.",
      "4 methodology checks",
      "Last verified: 2026-05-14",
      "2 agent safe-use notes"
    ],
    "agentEvidenceSummary": "Vercel was tested in scenario \"Static/server-rendered frontend deployments with environment variables, previews, and edge-adjacent routes.\" and last verified on 2026-05-14. Use the human review, agent JSON verdict, and compare view before trusting the recommendation."
  },
  "freshness": {
    "lastTestedAt": "2026-05-03",
    "lastVerifiedAt": "2026-05-14",
    "staleAfterDays": 90,
    "scoreDiffLog": [
      "2026-05-14: added agent-readiness and task-fit scoring"
    ],
    "changelogPulse": "Platform velocity is high; re-check AI SDK, workflow, and observability features quarterly."
  },
  "agent": {
    "skillText": "Use Vercel when the task is to deploy or preview a frontend-heavy AI app, marketing site, docs surface, or demo. Avoid it for long-running GPU compute or backend jobs that need persistent workers.",
    "manifestSnippet": {
      "name": "vercel",
      "useWhen": [
        "production-deploy",
        "prototype-to-demo",
        "frontend AI app"
      ],
      "avoidWhen": [
        "long-running GPU jobs",
        "persistent workers",
        "backend-only systems"
      ],
      "requiredContext": [
        "framework",
        "build command",
        "environment variables",
        "runtime constraints"
      ],
      "confidence": "high"
    },
    "safeUseNotes": [
      "Confirm runtime and function limits before choosing architecture",
      "Check production cost levers before launch"
    ]
  }
}