{
  "manifest_version": "1.0.0",
  "template": {
    "id": "d694ff5f-f7db-487b-b3f6-c0961643c520",
    "slug": "YaqTB9",
    "name": "Bolt.DIY",
    "description": "Build, run, and deploy full-stack web apps using any LLM of your choice!",
    "url": "https://railway.com/deploy/YaqTB9",
    "upstream": {
      "repo_url": "https://github.com/stackblitz-labs/bolt.diy"
    }
  },
  "services": [
    {
      "name": "bolt.diy",
      "source": {
        "repo": "https://github.com/stackblitz-labs/bolt.diy"
      },
      "needs_volume": false,
      "http": true
    }
  ],
  "required_inputs": [
    {
      "key": "PORT",
      "service": "bolt.diy",
      "description": "Provide a value for PORT.",
      "secret": false,
      "strategy": "default",
      "default": "5173"
    },
    {
      "key": "VITE_LOG_LEVEL",
      "service": "bolt.diy",
      "description": "Provide a value for VITE_LOG_LEVEL.",
      "secret": false,
      "strategy": "default",
      "default": "debug"
    }
  ],
  "deploy": {
    "mcp": {
      "server": "railway",
      "tool": "deploy_template",
      "args": {
        "template_code": "YaqTB9"
      }
    },
    "cli": "railway deploy --template YaqTB9",
    "api": {
      "method": "POST",
      "path": "/graphql/v2",
      "body": {
        "query": "mutation templateDeploy($input: TemplateDeployV2Input!) { templateDeployV2(input: $input) { projectId workflowId } }",
        "variables": {
          "input": {
            "templateId": "d694ff5f-f7db-487b-b3f6-c0961643c520",
            "serializedConfig": {
              "services": {
                "26147d86-e35c-4dd8-ae62-ee8c0b947a3c": {
                  "icon": "https://github.com/stackblitz-labs/bolt.diy/raw/refs/heads/main/public/favicon.svg",
                  "name": "bolt.diy",
                  "deploy": {
                    "startCommand": "pnpm run dev --host",
                    "healthcheckPath": "/"
                  },
                  "source": {
                    "repo": "stackblitz-labs/bolt.diy",
                    "branch": null,
                    "rootDirectory": null
                  },
                  "variables": {
                    "PORT": {
                      "isOptional": false,
                      "defaultValue": "5173"
                    },
                    "XAI_API_KEY": {
                      "isOptional": true,
                      "defaultValue": ""
                    },
                    "GROQ_API_KEY": {
                      "isOptional": true,
                      "defaultValue": ""
                    },
                    "COHERE_API_KEY": {
                      "isOptional": true,
                      "defaultValue": ""
                    },
                    "OPENAI_API_KEY": {
                      "isOptional": true,
                      "defaultValue": ""
                    },
                    "VITE_LOG_LEVEL": {
                      "isOptional": false,
                      "defaultValue": "debug"
                    },
                    "MISTRAL_API_KEY": {
                      "isOptional": true,
                      "defaultValue": ""
                    },
                    "ANTHROPIC_API_KEY": {
                      "isOptional": true,
                      "defaultValue": ""
                    },
                    "PERPLEXITY_API_KEY": {
                      "isOptional": true,
                      "defaultValue": ""
                    },
                    "HuggingFace_API_KEY": {
                      "isOptional": true,
                      "defaultValue": ""
                    },
                    "OPENAI_LIKE_API_KEY": {
                      "isOptional": true,
                      "description": "OpenAI Like API Key (OpenAI Like Base Url required)",
                      "defaultValue": ""
                    },
                    "OPEN_ROUTER_API_KEY": {
                      "isOptional": true,
                      "defaultValue": ""
                    },
                    "OPENAI_LIKE_API_BASE_URL": {
                      "isOptional": true,
                      "description": "Base Url if you want to use OpenAI Like Models",
                      "defaultValue": ""
                    },
                    "GOOGLE_GENERATIVE_AI_API_KEY": {
                      "isOptional": true,
                      "defaultValue": ""
                    }
                  },
                  "networking": {
                    "serviceDomains": {
                      "<hasDomain>": {}
                    }
                  }
                }
              }
            }
          }
        }
      }
    }
  },
  "post_deploy": {
    "healthcheck": {
      "service": "bolt.diy",
      "method": "GET",
      "path": "/",
      "expect_status": 200
    }
  },
  "resources": {
    "expected_services": 1,
    "needs_volume": false
  },
  "generated_at": "2026-09-22T04:14:41.730Z",
  "generator_version": "0.1.0",
  "status": "degraded",
  "validated_at": "2026-09-21T10:47:35.865Z",
  "success_rate_30d": 0,
  "validation": {
    "last_run_id": "run_5c571125440844ebae09",
    "checks": [
      {
        "name": "workflow_completed",
        "passed": true
      },
      {
        "name": "all_services_deployed",
        "passed": false,
        "detail": "DEPLOYING"
      }
    ]
  }
}
