{
  "manifest_version": "1.0.0",
  "template": {
    "id": "4efae468-ded1-4dcf-986b-0fd7ae58e484",
    "slug": "open-lovable",
    "name": "Open Lovable",
    "description": "Deploy and host Open Lovable on Railway with ComputeSDK",
    "url": "https://railway.com/deploy/open-lovable",
    "upstream": {
      "repo_url": "https://github.com/dtice25/open-lovable"
    }
  },
  "status": "unvalidated",
  "validated_at": null,
  "success_rate_30d": null,
  "services": [
    {
      "name": "open-lovable",
      "source": {
        "repo": "https://github.com/dtice25/open-lovable"
      },
      "needs_volume": false,
      "http": true
    }
  ],
  "required_inputs": [
    {
      "key": "GROQ_API_KEY",
      "service": "open-lovable",
      "description": "Get from https://console.groq.com (Fast inference - Kimi K2 recommended)",
      "secret": true,
      "strategy": "default",
      "default": "your_groq_api_key"
    },
    {
      "key": "MORPH_API_KEY",
      "service": "open-lovable",
      "description": "Get yours at https://morphllm.com/",
      "secret": true,
      "strategy": "default",
      "default": "your_fast_apply_key"
    },
    {
      "key": "GEMINI_API_KEY",
      "service": "open-lovable",
      "description": "Get from https://aistudio.google.com/app/apikey",
      "secret": true,
      "strategy": "default",
      "default": "your_gemini_api_key"
    },
    {
      "key": "OPENAI_API_KEY",
      "service": "open-lovable",
      "description": "Get from https://platform.openai.com (GPT-5)",
      "secret": true,
      "strategy": "default",
      "default": "your_openai_api_key"
    },
    {
      "key": "RAILWAY_API_KEY",
      "service": "open-lovable",
      "description": "Workspace Settings > Tokens > New token",
      "secret": true,
      "strategy": "generate",
      "generate": "random_base64_32"
    },
    {
      "key": "ANTHROPIC_API_KEY",
      "service": "open-lovable",
      "description": "Get from https://console.anthropic.com",
      "secret": true,
      "strategy": "default",
      "default": "your_anthropic_api_key"
    },
    {
      "key": "FIRECRAWL_API_KEY",
      "service": "open-lovable",
      "description": "Required for crawling: www.firecrawl.dev",
      "secret": true,
      "strategy": "generate",
      "generate": "random_base64_32"
    },
    {
      "key": "AI_GATEWAY_API_KEY",
      "service": "open-lovable",
      "description": "Get from: https://vercel.com/dashboard/ai-gateway/api-keys",
      "secret": true,
      "strategy": "default",
      "default": "your_ai_gateway_api_key"
    },
    {
      "key": "COMPUTESDK_API_KEY",
      "service": "open-lovable",
      "description": "Required for sandbox creation. Get from: https://www.computesdk.com/",
      "secret": true,
      "strategy": "generate",
      "generate": "random_base64_32"
    },
    {
      "key": "RAILWAY_PROJECT_ID",
      "service": "open-lovable",
      "description": "Railway Project > Settings > Project Info",
      "secret": false,
      "strategy": "ask_user"
    },
    {
      "key": "RAILWAY_ENVIRONMENT_ID",
      "service": "open-lovable",
      "description": "Railway Project > Check URL for ?environmentId==",
      "secret": false,
      "strategy": "ask_user"
    }
  ],
  "deploy": {
    "mcp": {
      "server": "railway",
      "tool": "deploy_template",
      "args": {
        "template_code": "open-lovable"
      }
    },
    "cli": "railway deploy --template open-lovable",
    "api": {
      "method": "POST",
      "path": "/graphql/v2",
      "body": {
        "query": "mutation templateDeploy($input: TemplateDeployV2Input!) { templateDeployV2(input: $input) { projectId workflowId } }",
        "variables": {
          "input": {
            "templateId": "4efae468-ded1-4dcf-986b-0fd7ae58e484",
            "serializedConfig": {
              "services": {
                "7606bffb-7c42-4e1d-a9c0-e4506e3c0727": {
                  "icon": "https://www.computesdk.com/_astro/hv_main_logo_light.CpYMD9-V.svg",
                  "name": "open-lovable",
                  "source": {
                    "repo": "dtice25/open-lovable",
                    "branch": null,
                    "rootDirectory": null
                  },
                  "variables": {
                    "GROQ_API_KEY": {
                      "isOptional": true,
                      "description": "Get from https://console.groq.com (Fast inference - Kimi K2 recommended)",
                      "defaultValue": "your_groq_api_key"
                    },
                    "MORPH_API_KEY": {
                      "isOptional": true,
                      "description": "Get yours at https://morphllm.com/",
                      "defaultValue": "your_fast_apply_key"
                    },
                    "GEMINI_API_KEY": {
                      "isOptional": true,
                      "description": "Get from https://aistudio.google.com/app/apikey",
                      "defaultValue": "your_gemini_api_key"
                    },
                    "OPENAI_API_KEY": {
                      "isOptional": true,
                      "description": "Get from https://platform.openai.com (GPT-5)",
                      "defaultValue": "your_openai_api_key"
                    },
                    "RAILWAY_API_KEY": {
                      "description": "Workspace Settings > Tokens > New token",
                      "defaultValue": "{{RAILWAY_API_KEY}}"
                    },
                    "ANTHROPIC_API_KEY": {
                      "isOptional": true,
                      "description": "Get from https://console.anthropic.com",
                      "defaultValue": "your_anthropic_api_key"
                    },
                    "FIRECRAWL_API_KEY": {
                      "description": "Required for crawling: www.firecrawl.dev",
                      "defaultValue": "{{FIRECRAWL_API_KEY}}"
                    },
                    "AI_GATEWAY_API_KEY": {
                      "isOptional": true,
                      "description": "Get from: https://vercel.com/dashboard/ai-gateway/api-keys",
                      "defaultValue": "your_ai_gateway_api_key"
                    },
                    "COMPUTESDK_API_KEY": {
                      "description": "Required for sandbox creation. Get from: https://www.computesdk.com/",
                      "defaultValue": "{{COMPUTESDK_API_KEY}}"
                    },
                    "RAILWAY_PROJECT_ID": {
                      "description": "Railway Project > Settings > Project Info",
                      "defaultValue": "{{RAILWAY_PROJECT_ID}}"
                    },
                    "RAILWAY_ENVIRONMENT_ID": {
                      "description": "Railway Project > Check URL for ?environmentId==",
                      "defaultValue": "{{RAILWAY_ENVIRONMENT_ID}}"
                    }
                  },
                  "networking": {
                    "serviceDomains": {
                      "<hasDomain>:3000": {
                        "port": 3000
                      }
                    }
                  }
                }
              }
            }
          }
        }
      }
    }
  },
  "post_deploy": {},
  "resources": {
    "expected_services": 1,
    "needs_volume": false
  },
  "generated_at": "2026-09-20T10:14:37.339Z",
  "generator_version": "0.1.0"
}
