{
  "manifest_version": "1.0.0",
  "template": {
    "id": "7daab02f-71f0-4d38-8f3f-92bd409ae4c1",
    "slug": "nodejs-web-app-starter",
    "name": "Node.js — Minimal Web App Starter",
    "description": "Deploy a minimal Node.js web app — HTTPS & Git deploys included",
    "url": "https://railway.com/deploy/nodejs-web-app-starter",
    "upstream": {
      "repo_url": "https://github.com/alphasecio/nodejs"
    }
  },
  "services": [
    {
      "name": "nodejs",
      "source": {
        "repo": "https://github.com/alphasecio/nodejs"
      },
      "needs_volume": false,
      "http": true
    }
  ],
  "required_inputs": [
    {
      "key": "PORT",
      "service": "nodejs",
      "description": "Provide a value for PORT.",
      "secret": false,
      "strategy": "default",
      "default": "3000"
    }
  ],
  "deploy": {
    "mcp": {
      "server": "railway",
      "tool": "deploy_template",
      "args": {
        "template_code": "nodejs-web-app-starter"
      }
    },
    "cli": "railway deploy --template nodejs-web-app-starter",
    "api": {
      "method": "POST",
      "path": "/graphql/v2",
      "body": {
        "query": "mutation templateDeploy($input: TemplateDeployV2Input!) { templateDeployV2(input: $input) { projectId workflowId } }",
        "variables": {
          "input": {
            "templateId": "7daab02f-71f0-4d38-8f3f-92bd409ae4c1",
            "serializedConfig": {
              "services": {
                "68e6351a-1721-4a23-a56a-f20fa868ae40": {
                  "icon": "https://devicons.railway.app/i/nodejs.svg",
                  "name": "nodejs",
                  "source": {
                    "repo": "alphasecio/nodejs",
                    "branch": null,
                    "rootDirectory": null
                  },
                  "variables": {
                    "PORT": {
                      "isOptional": false,
                      "description": "",
                      "defaultValue": "3000"
                    }
                  },
                  "networking": {
                    "serviceDomains": {
                      "<hasDomain>:3000": {
                        "port": 3000
                      }
                    }
                  }
                }
              }
            }
          }
        }
      }
    }
  },
  "post_deploy": {},
  "resources": {
    "expected_services": 1,
    "needs_volume": false
  },
  "generated_at": "2026-09-12T16:14:42.609Z",
  "generator_version": "0.1.0",
  "status": "validated",
  "validated_at": "2026-09-10T21:41:46.859Z",
  "success_rate_30d": 1,
  "validation": {
    "last_run_id": "run_a70528e4c67d4152b89c",
    "checks": [
      {
        "name": "workflow_completed",
        "passed": true
      },
      {
        "name": "all_services_deployed",
        "passed": true
      },
      {
        "name": "stays_up",
        "passed": true
      }
    ],
    "typical_ready_seconds": 86,
    "typical_build_seconds": 31,
    "typical_start_seconds": 5,
    "slowest_service": "nodejs"
  }
}
