{
  "manifest_version": "1.0.0",
  "template": {
    "id": "04820ff6-723e-48b8-b13e-620a91c5a7c2",
    "slug": "nextjs-155-server-actions-with-shadcn",
    "name": "NextJS 15.5 (Server Actions) with Shadcn",
    "description": "Better-Auth Ready with Auth flows and Server actions (Prod ready)",
    "url": "https://railway.com/deploy/nextjs-155-server-actions-with-shadcn",
    "upstream": {
      "repo_url": "https://github.com/contourkde/railway_nextjs_with_shadcn"
    }
  },
  "services": [
    {
      "name": "NextJS with Better-Auth and Shadcn",
      "source": {
        "repo": "https://github.com/contourkde/railway_nextjs_with_shadcn"
      },
      "needs_volume": false,
      "http": true
    }
  ],
  "required_inputs": [
    {
      "key": "NODE_ENV",
      "service": "NextJS with Better-Auth and Shadcn",
      "description": "Environment",
      "secret": false,
      "strategy": "default",
      "default": "production"
    },
    {
      "key": "NEXT_PUBLIC_APP_NAME",
      "service": "NextJS with Better-Auth and Shadcn",
      "description": "Name of your deployment",
      "secret": false,
      "strategy": "default",
      "default": "NextJS App_Name"
    },
    {
      "key": "NEXT_PUBLIC_APP_VERSION",
      "service": "NextJS with Better-Auth and Shadcn",
      "description": "App Version",
      "secret": false,
      "strategy": "default",
      "default": "1.0.0"
    }
  ],
  "deploy": {
    "mcp": {
      "server": "railway",
      "tool": "deploy_template",
      "args": {
        "template_code": "nextjs-155-server-actions-with-shadcn"
      }
    },
    "cli": "railway deploy --template nextjs-155-server-actions-with-shadcn",
    "api": {
      "method": "POST",
      "path": "/graphql/v2",
      "body": {
        "query": "mutation templateDeploy($input: TemplateDeployV2Input!) { templateDeployV2(input: $input) { projectId workflowId } }",
        "variables": {
          "input": {
            "templateId": "04820ff6-723e-48b8-b13e-620a91c5a7c2",
            "serializedConfig": {
              "services": {
                "a614bd74-c8f0-458d-80e5-551643e3b8a1": {
                  "icon": "https://devicons.railway.com/i/nextjs-light.svg",
                  "name": "NextJS with Better-Auth and Shadcn",
                  "deploy": {
                    "startCommand": null,
                    "healthcheckPath": "/api/health"
                  },
                  "source": {
                    "repo": "https://github.com/contourkde/railway_nextjs_with_shadcn",
                    "rootDirectory": null
                  },
                  "variables": {
                    "NODE_ENV": {
                      "isOptional": false,
                      "description": "Environment",
                      "defaultValue": "production"
                    },
                    "NEXT_PUBLIC_APP_NAME": {
                      "isOptional": false,
                      "description": "Name of your deployment",
                      "defaultValue": "NextJS App_Name"
                    },
                    "NEXT_PUBLIC_APP_VERSION": {
                      "isOptional": false,
                      "description": "App Version",
                      "defaultValue": "1.0.0"
                    }
                  },
                  "networking": {
                    "serviceDomains": {
                      "<hasDomain>": {}
                    }
                  }
                }
              }
            }
          }
        }
      }
    }
  },
  "post_deploy": {
    "healthcheck": {
      "service": "NextJS with Better-Auth and Shadcn",
      "method": "GET",
      "path": "/api/health",
      "expect_status": 200
    }
  },
  "resources": {
    "expected_services": 1,
    "needs_volume": false
  },
  "generated_at": "2026-09-15T10:14:39.124Z",
  "generator_version": "0.1.0",
  "status": "degraded",
  "validated_at": "2026-09-14T02:58:52.070Z",
  "success_rate_30d": 0,
  "validation": {
    "last_run_id": "run_987337df903b418685ea",
    "checks": [
      {
        "name": "workflow_completed",
        "passed": true
      },
      {
        "name": "all_services_deployed",
        "passed": false,
        "detail": "FAILED"
      }
    ]
  }
}
