{
  "manifest_version": "1.0.0",
  "template": {
    "id": "14bf2124-5409-420a-8179-67d34149f20d",
    "slug": "nodejs",
    "name": "Node.js",
    "description": "Deploy Node.js and Express starter for modern web apps. Deploy in 1-click",
    "url": "https://railway.com/deploy/nodejs",
    "upstream": {
      "repo_url": "https://github.com/codestorm-official/nodejs"
    }
  },
  "status": "unvalidated",
  "validated_at": null,
  "success_rate_30d": null,
  "services": [
    {
      "name": "nodejs",
      "source": {
        "repo": "https://github.com/codestorm-official/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"
      }
    },
    "cli": "railway deploy --template nodejs",
    "api": {
      "method": "POST",
      "path": "/graphql/v2",
      "body": {
        "query": "mutation templateDeploy($input: TemplateDeployV2Input!) { templateDeployV2(input: $input) { projectId workflowId } }",
        "variables": {
          "input": {
            "templateId": "14bf2124-5409-420a-8179-67d34149f20d",
            "serializedConfig": {
              "services": {
                "98643190-932b-44b5-be8b-ccd50f220236": {
                  "name": "nodejs",
                  "source": {
                    "repo": "codestorm-official/nodejs",
                    "branch": null,
                    "rootDirectory": null
                  },
                  "variables": {
                    "PORT": {
                      "isOptional": false,
                      "description": "",
                      "defaultValue": "3000"
                    }
                  },
                  "networking": {
                    "serviceDomains": {
                      "<hasDomain>": {}
                    }
                  }
                }
              }
            }
          }
        }
      }
    }
  },
  "post_deploy": {},
  "resources": {
    "expected_services": 1,
    "needs_volume": false
  },
  "generated_at": "2026-09-08T05:54:19.399Z",
  "generator_version": "0.1.0"
}
