{
  "manifest_version": "1.0.0",
  "template": {
    "id": "31962c99-c540-4916-abd8-3128b3a3bb09",
    "slug": "bolt-diy-or-just-updated-boltnew-alterna",
    "name": "Bolt DIY | (Just Updated) bolt.new Alternative That Actually Boots",
    "description": "bolt.new alternative that boots, with your API keys behind a password",
    "url": "https://railway.com/deploy/bolt-diy-or-just-updated-boltnew-alterna",
    "upstream": {
      "image": "ghcr.io/bon5co/boltdiy-railway:2026.02.07"
    }
  },
  "services": [
    {
      "name": "boltdiy",
      "source": {
        "image": "ghcr.io/bon5co/boltdiy-railway:2026.02.07"
      },
      "needs_volume": false,
      "http": true
    }
  ],
  "required_inputs": [
    {
      "key": "BOLT_PASSWORD",
      "service": "boltdiy",
      "description": "Provide a value for BOLT_PASSWORD.",
      "secret": true,
      "strategy": "generate",
      "generate": "strong_password"
    }
  ],
  "deploy": {
    "mcp": {
      "server": "railway",
      "tool": "deploy_template",
      "args": {
        "template_code": "bolt-diy-or-just-updated-boltnew-alterna"
      }
    },
    "cli": "railway deploy --template bolt-diy-or-just-updated-boltnew-alterna",
    "api": {
      "method": "POST",
      "path": "/graphql/v2",
      "body": {
        "query": "mutation templateDeploy($input: TemplateDeployV2Input!) { templateDeployV2(input: $input) { projectId workflowId } }",
        "variables": {
          "input": {
            "templateId": "31962c99-c540-4916-abd8-3128b3a3bb09",
            "serializedConfig": {
              "buckets": {},
              "services": {
                "bcd07f83-ee24-425e-b824-d6bd87119bb7": {
                  "icon": null,
                  "name": "boltdiy",
                  "deploy": {
                    "startCommand": null,
                    "healthcheckPath": "/healthz",
                    "restartPolicyType": "ON_FAILURE",
                    "restartPolicyMaxRetries": 10
                  },
                  "source": {
                    "image": "ghcr.io/bon5co/boltdiy-railway:2026.02.07"
                  },
                  "variables": {
                    "BOLT_PASSWORD": {
                      "isOptional": false,
                      "defaultValue": "{{BOLT_PASSWORD}}"
                    }
                  },
                  "networking": {
                    "serviceDomains": {
                      "<hasDomain>:8080": {
                        "port": 8080
                      }
                    }
                  }
                }
              }
            }
          }
        }
      }
    }
  },
  "post_deploy": {
    "healthcheck": {
      "service": "boltdiy",
      "method": "GET",
      "path": "/healthz",
      "expect_status": 200
    }
  },
  "resources": {
    "expected_services": 1,
    "needs_volume": false
  },
  "generated_at": "2026-09-16T04:14:35.474Z",
  "generator_version": "0.1.0",
  "status": "validated",
  "validated_at": "2026-09-14T20:30:39.591Z",
  "success_rate_30d": 1,
  "validation": {
    "last_run_id": "run_87d2d28c18d347c6896a",
    "checks": [
      {
        "name": "workflow_completed",
        "passed": true
      },
      {
        "name": "all_services_deployed",
        "passed": true
      },
      {
        "name": "healthcheck",
        "passed": true
      },
      {
        "name": "stays_up",
        "passed": true
      }
    ],
    "typical_ready_seconds": 67,
    "typical_build_seconds": 0,
    "typical_start_seconds": 40,
    "slowest_service": "boltdiy"
  }
}
