{
  "manifest_version": "1.0.0",
  "template": {
    "id": "7010dcfb-dddf-47ed-b03d-cef90788235f",
    "slug": "bun-nextjs-starter",
    "name": "Bun + Next.js Starter",
    "description": "Deploy and Host Next.js + Bun with Railway",
    "url": "https://railway.com/deploy/bun-nextjs-starter",
    "upstream": {
      "repo_url": "https://github.com/bun-templates/railway-nextjs-starter"
    }
  },
  "services": [
    {
      "name": "Bun",
      "source": {
        "repo": "https://github.com/bun-templates/railway-nextjs-starter"
      },
      "needs_volume": false,
      "http": false
    }
  ],
  "required_inputs": [],
  "deploy": {
    "mcp": {
      "server": "railway",
      "tool": "deploy_template",
      "args": {
        "template_code": "bun-nextjs-starter"
      }
    },
    "cli": "railway deploy --template bun-nextjs-starter",
    "api": {
      "method": "POST",
      "path": "/graphql/v2",
      "body": {
        "query": "mutation templateDeploy($input: TemplateDeployV2Input!) { templateDeployV2(input: $input) { projectId workflowId } }",
        "variables": {
          "input": {
            "templateId": "7010dcfb-dddf-47ed-b03d-cef90788235f",
            "serializedConfig": {
              "services": {
                "7ca10d00-1ab8-422c-b1af-cc000ac280ea": {
                  "icon": "https://bun.com/logo.svg",
                  "name": "Bun",
                  "source": {
                    "repo": "bun-templates/railway-nextjs-starter",
                    "branch": null,
                    "rootDirectory": null
                  }
                }
              }
            }
          }
        }
      }
    }
  },
  "post_deploy": {},
  "resources": {
    "expected_services": 1,
    "needs_volume": false
  },
  "generated_at": "2026-09-20T16:14:49.616Z",
  "generator_version": "0.1.0",
  "status": "validated",
  "validated_at": "2026-09-18T20:38:38.315Z",
  "success_rate_30d": 1,
  "validation": {
    "last_run_id": "run_02fb66a037114ed69925",
    "checks": [
      {
        "name": "workflow_completed",
        "passed": true
      },
      {
        "name": "all_services_deployed",
        "passed": true
      },
      {
        "name": "stays_up",
        "passed": true
      }
    ],
    "typical_ready_seconds": 97,
    "typical_build_seconds": 42,
    "typical_start_seconds": 10,
    "slowest_service": "Bun"
  }
}
