{
  "tool_id": "vibe_code_platform_comparison",
  "slug": "vibe-code-platform-comparison",
  "path": "/vibe-code-platform-comparison/",
  "mode": "engine_module",
  "usage": "Client-side calculator. Open https://aibizhub.io/vibe-code-platform-comparison/ and fill in the inputs; results render in-browser. Also importable as ES module from https://aibizhub.io/engines/vibe-code-platform-comparison.js — call compute(input) with the JSON shape below.",
  "methodology": "https://aibizhub.io/methodology/vibe-code-platform-comparison/",
  "sample_input": {
    "tool": "vibe_code_platform_comparison",
    "project_type": "web_app",
    "complexity": "medium",
    "user_scale": "1000",
    "coding_experience": "beginner"
  },
  "input_schema": {
    "type": "object",
    "properties": {
      "tool": {
        "type": "string"
      },
      "project_type": {
        "type": "string"
      },
      "complexity": {
        "type": "string"
      },
      "user_scale": {
        "type": "string"
      },
      "coding_experience": {
        "type": "string"
      }
    },
    "required": [
      "tool",
      "project_type",
      "complexity",
      "user_scale",
      "coding_experience"
    ]
  },
  "output_schema": {
    "type": "object",
    "properties": {
      "platforms": {
        "type": "array",
        "items": {
          "type": "object",
          "properties": {
            "name": {
              "type": "string"
            },
            "monthlyCost": {
              "type": "string"
            },
            "freeTier": {
              "type": "boolean"
            },
            "hostingIncluded": {
              "type": "boolean"
            },
            "databaseIncluded": {
              "type": "boolean"
            },
            "bestFor": {
              "type": "string"
            },
            "limitations": {
              "type": "string"
            },
            "score": {
              "type": "number"
            },
            "recommended": {
              "type": "boolean"
            }
          }
        }
      },
      "recommendedPlatform": {
        "type": "string"
      },
      "insight": {
        "type": "string"
      }
    }
  }
}
