{
  "manifest_version": "1.0.0",
  "template": {
    "id": "d256e409-8cd8-4a67-a695-f08218bf0b58",
    "slug": "contactkit",
    "name": "contactkit",
    "description": "Self-hostable contact form backend with a zero-dependency TypeScript SDK.",
    "url": "https://railway.com/deploy/contactkit",
    "upstream": {
      "repo_url": "https://github.com/dimeloper/contactkit"
    }
  },
  "status": "unvalidated",
  "validated_at": null,
  "success_rate_30d": null,
  "services": [
    {
      "name": "contactkit",
      "source": {
        "repo": "https://github.com/dimeloper/contactkit"
      },
      "needs_volume": false,
      "http": true
    }
  ],
  "required_inputs": [
    {
      "key": "PORT",
      "service": "contactkit",
      "description": "Provide a value for PORT.",
      "secret": false,
      "strategy": "default",
      "default": "3000"
    },
    {
      "key": "MAIL_TO",
      "service": "contactkit",
      "description": "Provide a value for MAIL_TO.",
      "secret": false,
      "strategy": "ask_user"
    },
    {
      "key": "MAIL_FROM",
      "service": "contactkit",
      "description": "Provide a value for MAIL_FROM.",
      "secret": false,
      "strategy": "ask_user"
    },
    {
      "key": "EMAIL_PROVIDER",
      "service": "contactkit",
      "description": "Provide a value for EMAIL_PROVIDER.",
      "secret": false,
      "strategy": "default",
      "default": "resend"
    },
    {
      "key": "RESEND_API_KEY",
      "service": "contactkit",
      "description": "Provide a value for RESEND_API_KEY.",
      "secret": true,
      "strategy": "generate",
      "generate": "random_base64_32"
    },
    {
      "key": "ALLOWED_ORIGINS",
      "service": "contactkit",
      "description": "Provide a value for ALLOWED_ORIGINS.",
      "secret": false,
      "strategy": "default",
      "default": "*"
    }
  ],
  "deploy": {
    "mcp": {
      "server": "railway",
      "tool": "deploy_template",
      "args": {
        "template_code": "contactkit"
      }
    },
    "cli": "railway deploy --template contactkit",
    "api": {
      "method": "POST",
      "path": "/graphql/v2",
      "body": {
        "query": "mutation templateDeploy($input: TemplateDeployV2Input!) { templateDeployV2(input: $input) { projectId workflowId } }",
        "variables": {
          "input": {
            "templateId": "d256e409-8cd8-4a67-a695-f08218bf0b58",
            "serializedConfig": {
              "services": {
                "3d444274-46f3-44ea-aa3f-9e0ec4d9a2db": {
                  "name": "contactkit",
                  "deploy": {
                    "healthcheckPath": "/health"
                  },
                  "source": {
                    "repo": "dimeloper/contactkit",
                    "branch": null,
                    "rootDirectory": null
                  },
                  "variables": {
                    "PORT": {
                      "isOptional": false,
                      "description": "",
                      "defaultValue": "3000"
                    },
                    "MAIL_TO": {
                      "isOptional": false,
                      "description": "",
                      "defaultValue": "{{MAIL_TO}}"
                    },
                    "MAIL_FROM": {
                      "isOptional": false,
                      "description": "",
                      "defaultValue": "{{MAIL_FROM}}"
                    },
                    "EMAIL_PROVIDER": {
                      "isOptional": false,
                      "description": "",
                      "defaultValue": "resend"
                    },
                    "RESEND_API_KEY": {
                      "isOptional": false,
                      "description": "",
                      "defaultValue": "{{RESEND_API_KEY}}"
                    },
                    "ALLOWED_ORIGINS": {
                      "isOptional": false,
                      "description": "",
                      "defaultValue": "*"
                    }
                  },
                  "networking": {
                    "serviceDomains": {
                      "<hasDomain>:3000": {
                        "port": 3000
                      }
                    }
                  }
                }
              }
            }
          }
        }
      }
    }
  },
  "post_deploy": {
    "healthcheck": {
      "service": "contactkit",
      "method": "GET",
      "path": "/health",
      "expect_status": 200
    }
  },
  "resources": {
    "expected_services": 1,
    "needs_volume": false
  },
  "generated_at": "2026-09-20T10:14:37.339Z",
  "generator_version": "0.1.0"
}
