{
  "manifest_version": "1.0.0",
  "template": {
    "id": "c5e64f4e-9e07-4d4e-8f27-084630d8f00c",
    "slug": "nextjs-supabase-saas-starter-lite",
    "name": "nextjs-supabase-saas-starter-lite",
    "description": "Lite version of the Makerkit Next.js Supabase kit",
    "url": "https://railway.com/deploy/nextjs-supabase-saas-starter-lite",
    "upstream": {
      "repo_url": "https://github.com/makerkit/nextjs-saas-starter-kit-lite"
    }
  },
  "status": "unvalidated",
  "validated_at": null,
  "success_rate_30d": null,
  "services": [
    {
      "name": "web",
      "source": {
        "repo": "https://github.com/makerkit/nextjs-saas-starter-kit-lite"
      },
      "needs_volume": false,
      "http": true
    }
  ],
  "required_inputs": [
    {
      "key": "NEXT_PUBLIC_SITE_URL",
      "service": "web",
      "description": "The URL to your website including the protocol",
      "secret": false,
      "strategy": "ask_user"
    },
    {
      "key": "NEXT_PUBLIC_SITE_TITLE",
      "service": "web",
      "description": "The <title> tag",
      "secret": false,
      "strategy": "ask_user"
    },
    {
      "key": "NEXT_PUBLIC_PRODUCT_NAME",
      "service": "web",
      "description": "Your product name",
      "secret": false,
      "strategy": "ask_user"
    },
    {
      "key": "NEXT_PUBLIC_SUPABASE_URL",
      "service": "web",
      "description": "The public URL of your Supabase instance",
      "secret": false,
      "strategy": "ask_user"
    },
    {
      "key": "SUPABASE_SERVICE_ROLE_KEY",
      "service": "web",
      "description": "The secret key or service role key of your Supabase instance",
      "secret": true,
      "strategy": "generate",
      "generate": "random_base64_32"
    },
    {
      "key": "NEXT_PUBLIC_SITE_DESCRIPTION",
      "service": "web",
      "description": "The description of your product",
      "secret": false,
      "strategy": "ask_user"
    },
    {
      "key": "NEXT_PUBLIC_SUPABASE_ANON_KEY",
      "service": "web",
      "description": "The public key or anon key of your Supabase instance",
      "secret": true,
      "strategy": "generate",
      "generate": "random_base64_32"
    }
  ],
  "deploy": {
    "mcp": {
      "server": "railway",
      "tool": "deploy_template",
      "args": {
        "template_code": "nextjs-supabase-saas-starter-lite"
      }
    },
    "cli": "railway deploy --template nextjs-supabase-saas-starter-lite",
    "api": {
      "method": "POST",
      "path": "/graphql/v2",
      "body": {
        "query": "mutation templateDeploy($input: TemplateDeployV2Input!) { templateDeployV2(input: $input) { projectId workflowId } }",
        "variables": {
          "input": {
            "templateId": "c5e64f4e-9e07-4d4e-8f27-084630d8f00c",
            "serializedConfig": {
              "buckets": {},
              "services": {
                "c6648d68-3c67-409c-86de-cbbcac30a208": {
                  "icon": "https://makerkit.dev/images/favicon/favicon.ico",
                  "name": "web",
                  "deploy": {
                    "startCommand": "pnpm run --filter=web start",
                    "healthcheckPath": null,
                    "restartPolicyType": "ON_FAILURE",
                    "restartPolicyMaxRetries": 10
                  },
                  "source": {
                    "repo": "https://github.com/makerkit/nextjs-saas-starter-kit-lite",
                    "rootDirectory": null
                  },
                  "variables": {
                    "NEXT_PUBLIC_SITE_URL": {
                      "isOptional": false,
                      "description": "The URL to your website including the protocol",
                      "defaultValue": "{{NEXT_PUBLIC_SITE_URL}}"
                    },
                    "NEXT_PUBLIC_SITE_TITLE": {
                      "isOptional": false,
                      "description": "The <title> tag",
                      "defaultValue": "{{NEXT_PUBLIC_SITE_TITLE}}"
                    },
                    "NEXT_PUBLIC_PRODUCT_NAME": {
                      "isOptional": false,
                      "description": "Your product name",
                      "defaultValue": "{{NEXT_PUBLIC_PRODUCT_NAME}}"
                    },
                    "NEXT_PUBLIC_SUPABASE_URL": {
                      "isOptional": false,
                      "description": "The public URL of your Supabase instance",
                      "defaultValue": "{{NEXT_PUBLIC_SUPABASE_URL}}"
                    },
                    "SUPABASE_SERVICE_ROLE_KEY": {
                      "isOptional": false,
                      "description": "The secret key or service role key of your Supabase instance",
                      "defaultValue": "{{SUPABASE_SERVICE_ROLE_KEY}}"
                    },
                    "NEXT_PUBLIC_SITE_DESCRIPTION": {
                      "isOptional": false,
                      "description": "The description of your product",
                      "defaultValue": "{{NEXT_PUBLIC_SITE_DESCRIPTION}}"
                    },
                    "NEXT_PUBLIC_SUPABASE_ANON_KEY": {
                      "isOptional": false,
                      "description": "The public key or anon key of your Supabase instance",
                      "defaultValue": "{{NEXT_PUBLIC_SUPABASE_ANON_KEY}}"
                    }
                  },
                  "networking": {
                    "serviceDomains": {
                      "<hasDomain>": {}
                    }
                  }
                }
              }
            }
          }
        }
      }
    }
  },
  "post_deploy": {},
  "resources": {
    "expected_services": 1,
    "needs_volume": false
  },
  "generated_at": "2026-09-21T10:14:42.516Z",
  "generator_version": "0.1.0"
}
