{
  "manifest_version": "1.0.0",
  "template": {
    "id": "efebfc02-2127-4127-9aa6-10f3b19821f6",
    "slug": "nodejs-starter",
    "name": "Node.js",
    "description": "[Jul'26] A minimal Node.js web app starter built with Express.js 🚀",
    "url": "https://railway.com/deploy/nodejs-starter",
    "upstream": {
      "repo_url": "https://github.com/codestorm-official/nodejs-starter"
    }
  },
  "services": [
    {
      "name": "Node.js",
      "source": {
        "repo": "https://github.com/codestorm-official/nodejs-starter"
      },
      "needs_volume": false,
      "http": true
    }
  ],
  "required_inputs": [
    {
      "key": "PORT",
      "service": "Node.js",
      "description": "Provide a value for PORT.",
      "secret": false,
      "strategy": "default",
      "default": "3000"
    },
    {
      "key": "NODE_ENV",
      "service": "Node.js",
      "description": "Provide a value for NODE_ENV.",
      "secret": false,
      "strategy": "default",
      "default": "production"
    }
  ],
  "deploy": {
    "mcp": {
      "server": "railway",
      "tool": "deploy_template",
      "args": {
        "template_code": "nodejs-starter"
      }
    },
    "cli": "railway deploy --template nodejs-starter",
    "api": {
      "method": "POST",
      "path": "/graphql/v2",
      "body": {
        "query": "mutation templateDeploy($input: TemplateDeployV2Input!) { templateDeployV2(input: $input) { projectId workflowId } }",
        "variables": {
          "input": {
            "templateId": "efebfc02-2127-4127-9aa6-10f3b19821f6",
            "serializedConfig": {
              "services": {
                "a2d71746-20f5-4096-a24d-61ce640abf38": {
                  "icon": "https://nodejs.org/static/logos/nodejsHex.svg",
                  "name": "Node.js",
                  "source": {
                    "repo": "codestorm-official/nodejs-starter",
                    "branch": null,
                    "rootDirectory": null
                  },
                  "variables": {
                    "PORT": {
                      "defaultValue": "3000"
                    },
                    "NODE_ENV": {
                      "defaultValue": "production"
                    }
                  },
                  "networking": {
                    "serviceDomains": {
                      "<hasDomain>:3000": {
                        "port": 3000
                      }
                    }
                  }
                }
              }
            }
          }
        }
      }
    }
  },
  "post_deploy": {},
  "resources": {
    "expected_services": 1,
    "needs_volume": false
  },
  "generated_at": "2026-09-19T22:14:40.433Z",
  "generator_version": "0.1.0",
  "status": "validated",
  "validated_at": "2026-09-18T03:57:00.893Z",
  "success_rate_30d": 1,
  "validation": {
    "last_run_id": "run_706cdfba479f4ee7b89a",
    "checks": [
      {
        "name": "workflow_completed",
        "passed": true
      },
      {
        "name": "all_services_deployed",
        "passed": true
      },
      {
        "name": "stays_up",
        "passed": true
      }
    ],
    "typical_ready_seconds": 66,
    "typical_build_seconds": 10,
    "typical_start_seconds": 10,
    "slowest_service": "Node.js"
  }
}
