{
  "manifest_version": "1.0.0",
  "template": {
    "id": "14d3290b-0e24-4379-9088-c383ee66464e",
    "slug": "react-or-vite-spa-starter-that-actually-",
    "name": "React | Vite SPA Starter That Actually Has a Start Command",
    "description": "React 19 on Vite, served as static files with SPA routing and health check",
    "url": "https://railway.com/deploy/react-or-vite-spa-starter-that-actually-",
    "upstream": {
      "repo_url": "https://github.com/ak40u/react-vite-railway-starter"
    }
  },
  "status": "unvalidated",
  "validated_at": null,
  "success_rate_30d": null,
  "services": [
    {
      "name": "Web",
      "source": {
        "repo": "https://github.com/ak40u/react-vite-railway-starter"
      },
      "needs_volume": false,
      "http": true
    }
  ],
  "required_inputs": [
    {
      "key": "PORT",
      "service": "Web",
      "description": "Provide a value for PORT.",
      "secret": false,
      "strategy": "default",
      "default": "8080"
    }
  ],
  "deploy": {
    "mcp": {
      "server": "railway",
      "tool": "deploy_template",
      "args": {
        "template_code": "react-or-vite-spa-starter-that-actually-"
      }
    },
    "cli": "railway deploy --template react-or-vite-spa-starter-that-actually-",
    "api": {
      "method": "POST",
      "path": "/graphql/v2",
      "body": {
        "query": "mutation templateDeploy($input: TemplateDeployV2Input!) { templateDeployV2(input: $input) { projectId workflowId } }",
        "variables": {
          "input": {
            "templateId": "14d3290b-0e24-4379-9088-c383ee66464e",
            "serializedConfig": {
              "buckets": {},
              "services": {
                "4f61b772-f6a4-404f-895f-82d23003ed09": {
                  "icon": null,
                  "name": "Web",
                  "deploy": {
                    "startCommand": null,
                    "healthcheckPath": null,
                    "restartPolicyType": "ON_FAILURE",
                    "restartPolicyMaxRetries": 10
                  },
                  "source": {
                    "repo": "https://github.com/ak40u/react-vite-railway-starter",
                    "rootDirectory": null
                  },
                  "variables": {
                    "PORT": {
                      "isOptional": false,
                      "defaultValue": "8080"
                    }
                  },
                  "networking": {
                    "serviceDomains": {
                      "<hasDomain>": {}
                    }
                  }
                }
              }
            }
          }
        }
      }
    }
  },
  "post_deploy": {},
  "resources": {
    "expected_services": 1,
    "needs_volume": false
  },
  "generated_at": "2026-09-04T17:54:19.363Z",
  "generator_version": "0.1.0"
}
