{
  "generated_at": "2026-04-10T10:31:25.576Z",
  "system": {
    "id": "topolo-quro",
    "name": "Topolo Quro",
    "slug": "topolo-quro",
    "kind": "application",
    "summary": "QR creation, redirect, and scan-tracking application with modern and legacy UI surfaces.",
    "aliases": [],
    "lifecycle": "active",
    "last_verified": "2026-04-07",
    "owners": [
      "growth-platform"
    ],
    "repo_paths": [
      "PlatformApplications/TopoloQuro"
    ],
    "service_ids": [
      "svc_quro_api"
    ],
    "visibility": "public",
    "api_contract": {
      "type": "curated",
      "source": "PlatformApplications/TopoloDocs/src/content/public/applications/quro.mdx",
      "notes": "Canonical Quro coverage now lives in the docs application."
    },
    "primary_hosts": [],
    "doc_paths": [
      "applications/quro",
      "internal/apps/quro"
    ],
    "dependencies": [
      "topolo-auth"
    ],
    "public_hub_url": "/systems/topolo-quro",
    "internal_hub_url": null,
    "application_api_url": "/reference/apps/topolo-quro",
    "generated_openapi_url": null,
    "machine_urls": {
      "system": "/machine/systems/topolo-quro.json",
      "application": "/machine/applications/topolo-quro.json"
    }
  },
  "docs": {
    "public": [
      {
        "id": "applications/quro.mdx",
        "title": "Topolo Quro",
        "summary": "Public overview of the QR creation, redirect, analytics, and authenticated UI surface in the Topolo portfolio.",
        "audience": "public",
        "tags": [
          "qr",
          "redirects",
          "analytics"
        ],
        "url": "/applications/quro.mdx",
        "last_verified": "2026-04-07"
      }
    ],
    "internal": [],
    "runbooks": []
  },
  "authority": {
    "owners": [
      "growth-platform"
    ],
    "repo_paths": [
      "PlatformApplications/TopoloQuro"
    ],
    "service_ids": [
      "svc_quro_api"
    ],
    "dependencies": [
      "topolo-auth"
    ],
    "aliases": []
  },
  "interfaces": {
    "contract_type": "curated",
    "contract_source": "PlatformApplications/TopoloDocs/src/content/public/applications/quro.mdx",
    "contract_source_exists": true,
    "openapi": null,
    "readme": {
      "path": "PlatformApplications/TopoloQuro/README.md",
      "intro": [
        "Canonical documentation for Topolo Quro lives in `PlatformApplications/TopoloDocs`.",
        "Use this repository for implementation only. Local product and operational docs have been retired in favor of the docs application."
      ],
      "headings": [
        "Topolo Quro"
      ],
      "routeHighlights": [],
      "commandHighlights": []
    }
  },
  "auth": {
    "depends_on_topolo_auth": true,
    "api_key_scopes": [
      {
        "name": "codes.read",
        "description": "View generated codes",
        "resourcePattern": null,
        "kind": "api_key_scope"
      },
      {
        "name": "codes.write",
        "description": "Manage generated codes",
        "resourcePattern": null,
        "kind": "api_key_scope"
      },
      {
        "name": "series.read",
        "description": "View QR series",
        "resourcePattern": null,
        "kind": "api_key_scope"
      },
      {
        "name": "series.write",
        "description": "Manage QR series",
        "resourcePattern": null,
        "kind": "api_key_scope"
      },
      {
        "name": "analytics.read",
        "description": "View QR analytics",
        "resourcePattern": null,
        "kind": "api_key_scope"
      },
      {
        "name": "analytics.write",
        "description": "Manage QR analytics exports",
        "resourcePattern": null,
        "kind": "api_key_scope"
      },
      {
        "name": "settings.read",
        "description": "View Quro settings",
        "resourcePattern": null,
        "kind": "api_key_scope"
      },
      {
        "name": "settings.write",
        "description": "Manage Quro settings",
        "resourcePattern": null,
        "kind": "api_key_scope"
      }
    ],
    "service_permissions": []
  },
  "runtime": {
    "primary_hosts": [],
    "repo_entries": [
      "PlatformApplications/TopoloQuro/README.md",
      "PlatformApplications/TopoloQuro/quro-system/",
      "PlatformApplications/TopoloQuro/topolo.cloudcontrol.json"
    ],
    "wrangler_surfaces": [
      {
        "path": "PlatformApplications/TopoloQuro/quro-system/quro-api/wrangler.toml",
        "observabilityEnabled": false,
        "environments": [],
        "routes": [],
        "vars": [
          "APP_URL",
          "AUTH_BASE_URL",
          "SERVICE_ID",
          "kv_namespaces",
          "routes"
        ],
        "bindings": [
          {
            "kind": "d1",
            "binding": "QURO_METADATA",
            "sourcePath": "PlatformApplications/TopoloQuro/quro-system/quro-api/wrangler.toml",
            "target": "64df2761-0e21-403d-a1c1-88abb09448f3"
          }
        ],
        "cronTriggers": [],
        "workerName": "quro-api",
        "main": "index.js",
        "compatibilityDate": "2025-05-01"
      },
      {
        "path": "PlatformApplications/TopoloQuro/quro-system/quro-redirect/wrangler.toml",
        "observabilityEnabled": false,
        "environments": [],
        "routes": [],
        "vars": [],
        "bindings": [
          {
            "kind": "d1",
            "binding": "QURO_METADATA",
            "sourcePath": "PlatformApplications/TopoloQuro/quro-system/quro-redirect/wrangler.toml",
            "target": "64df2761-0e21-403d-a1c1-88abb09448f3"
          }
        ],
        "cronTriggers": [],
        "workerName": "quro-redirect-system",
        "main": "index.js",
        "compatibilityDate": "2025-05-01"
      },
      {
        "path": "PlatformApplications/TopoloQuro/quro-system/quro-ui/wrangler.toml",
        "observabilityEnabled": false,
        "environments": [
          "preview",
          "production"
        ],
        "routes": [],
        "vars": [
          "VITE_API_BASE_URL",
          "VITE_SERVICE_ID"
        ],
        "bindings": [],
        "cronTriggers": [],
        "workerName": "quro-ui",
        "compatibilityDate": "2024-03-20"
      },
      {
        "path": "PlatformApplications/TopoloQuro/quro-system/quro-ui-legacy/wrangler.toml",
        "observabilityEnabled": false,
        "environments": [],
        "routes": [],
        "vars": [],
        "bindings": [],
        "cronTriggers": [],
        "workerName": "quro-ui-legacy",
        "compatibilityDate": "2026-03-31"
      }
    ],
    "packages": [
      {
        "path": "PlatformApplications/TopoloQuro/quro-system/quro-api/package.json",
        "name": "quro-api",
        "description": "QURO code API system using Cloudflare Workers, KV, and D1",
        "scripts": [
          "deploy",
          "dev",
          "deploy:dry-run",
          "lint",
          "build"
        ],
        "scriptCommands": [
          {
            "name": "deploy",
            "command": "wrangler deploy"
          },
          {
            "name": "dev",
            "command": "wrangler dev"
          },
          {
            "name": "deploy:dry-run",
            "command": "wrangler deploy --dry-run --config wrangler.toml"
          },
          {
            "name": "lint",
            "command": "find . -maxdepth 1 -name '*.js' -print0 | xargs -0 -n1 node --check"
          },
          {
            "name": "build",
            "command": "node --check index.js"
          }
        ]
      },
      {
        "path": "PlatformApplications/TopoloQuro/quro-system/quro-redirect/package.json",
        "name": "quro-redirect-system",
        "description": "QURO code redirect system using Cloudflare Workers, KV, and D1",
        "scripts": [
          "deploy",
          "dev",
          "deploy:dry-run",
          "lint",
          "build"
        ],
        "scriptCommands": [
          {
            "name": "deploy",
            "command": "wrangler deploy"
          },
          {
            "name": "dev",
            "command": "wrangler dev"
          },
          {
            "name": "deploy:dry-run",
            "command": "wrangler deploy --dry-run --config wrangler.toml"
          },
          {
            "name": "lint",
            "command": "find . -path './node_modules' -prune -o -path './dist' -prune -o -name '*.js' -print0 | xargs -0 -n1 node --check"
          },
          {
            "name": "build",
            "command": "node --check index.js"
          }
        ]
      },
      {
        "path": "PlatformApplications/TopoloQuro/quro-system/quro-ui/package.json",
        "name": "quro-ui",
        "scripts": [
          "dev",
          "build",
          "lint",
          "preview",
          "typecheck",
          "deploy",
          "deploy:preview"
        ],
        "scriptCommands": [
          {
            "name": "dev",
            "command": "vite --host 0.0.0.0 --port 3000"
          },
          {
            "name": "build",
            "command": "tsc -b && vite build"
          },
          {
            "name": "lint",
            "command": "eslint ."
          },
          {
            "name": "preview",
            "command": "vite preview --host 0.0.0.0 --port 3001"
          },
          {
            "name": "typecheck",
            "command": "tsc --noEmit"
          },
          {
            "name": "deploy",
            "command": "npm run build && wrangler pages deploy ./dist --project-name quro-ui"
          },
          {
            "name": "deploy:preview",
            "command": "npm run build && wrangler pages deploy ./dist --project-name quro-ui --env preview"
          }
        ]
      },
      {
        "path": "PlatformApplications/TopoloQuro/quro-system/quro-ui-legacy/package.json",
        "name": "quro-ui-legacy",
        "description": "Legacy static UI for TopoloQuro kept for reference only",
        "scripts": [
          "start",
          "dev",
          "dev:serve",
          "deploy:github",
          "deploy:netlify",
          "deploy:cloudflare",
          "deploy",
          "build:production"
        ],
        "scriptCommands": [
          {
            "name": "start",
            "command": "node server.js"
          },
          {
            "name": "dev",
            "command": "node server.js"
          },
          {
            "name": "dev:serve",
            "command": "npx serve -s ."
          },
          {
            "name": "deploy:github",
            "command": "npm run build:production && gh-pages -d ."
          },
          {
            "name": "deploy:netlify",
            "command": "npm run build:production && netlify deploy --prod"
          },
          {
            "name": "deploy:cloudflare",
            "command": "npm run build:production && wrangler pages deploy --project-name=quro-ui-legacy ."
          },
          {
            "name": "deploy",
            "command": "npm run deploy:cloudflare"
          },
          {
            "name": "build:production",
            "command": "echo 'Preparing legacy reference files for deployment...'"
          }
        ]
      }
    ]
  },
  "data": {
    "env_vars": [
      "APP_URL",
      "AUTH_BASE_URL",
      "SERVICE_ID",
      "VITE_API_BASE_URL",
      "VITE_SERVICE_ID",
      "kv_namespaces",
      "routes"
    ],
    "bindings": [
      {
        "kind": "d1",
        "binding": "QURO_METADATA",
        "sourcePath": "PlatformApplications/TopoloQuro/quro-system/quro-api/wrangler.toml",
        "target": "64df2761-0e21-403d-a1c1-88abb09448f3"
      },
      {
        "kind": "d1",
        "binding": "QURO_METADATA",
        "sourcePath": "PlatformApplications/TopoloQuro/quro-system/quro-redirect/wrangler.toml",
        "target": "64df2761-0e21-403d-a1c1-88abb09448f3"
      }
    ],
    "queue_bindings": [],
    "storage_kinds": [
      "d1"
    ],
    "workflow_signals": []
  },
  "deployment": {
    "commands": [
      {
        "name": "deploy",
        "command": "PlatformApplications/TopoloQuro/quro-system/quro-api/package.json :: wrangler deploy"
      },
      {
        "name": "deploy:dry-run",
        "command": "PlatformApplications/TopoloQuro/quro-system/quro-api/package.json :: wrangler deploy --dry-run --config wrangler.toml"
      },
      {
        "name": "build",
        "command": "PlatformApplications/TopoloQuro/quro-system/quro-api/package.json :: node --check index.js"
      },
      {
        "name": "deploy",
        "command": "PlatformApplications/TopoloQuro/quro-system/quro-redirect/package.json :: wrangler deploy"
      },
      {
        "name": "deploy:dry-run",
        "command": "PlatformApplications/TopoloQuro/quro-system/quro-redirect/package.json :: wrangler deploy --dry-run --config wrangler.toml"
      },
      {
        "name": "build",
        "command": "PlatformApplications/TopoloQuro/quro-system/quro-redirect/package.json :: node --check index.js"
      },
      {
        "name": "build",
        "command": "PlatformApplications/TopoloQuro/quro-system/quro-ui/package.json :: tsc -b && vite build"
      },
      {
        "name": "preview",
        "command": "PlatformApplications/TopoloQuro/quro-system/quro-ui/package.json :: vite preview --host 0.0.0.0 --port 3001"
      },
      {
        "name": "deploy",
        "command": "PlatformApplications/TopoloQuro/quro-system/quro-ui/package.json :: npm run build && wrangler pages deploy ./dist --project-name quro-ui"
      },
      {
        "name": "deploy:preview",
        "command": "PlatformApplications/TopoloQuro/quro-system/quro-ui/package.json :: npm run build && wrangler pages deploy ./dist --project-name quro-ui --env preview"
      },
      {
        "name": "deploy:github",
        "command": "PlatformApplications/TopoloQuro/quro-system/quro-ui-legacy/package.json :: npm run build:production && gh-pages -d ."
      },
      {
        "name": "deploy:netlify",
        "command": "PlatformApplications/TopoloQuro/quro-system/quro-ui-legacy/package.json :: npm run build:production && netlify deploy --prod"
      },
      {
        "name": "deploy:cloudflare",
        "command": "PlatformApplications/TopoloQuro/quro-system/quro-ui-legacy/package.json :: npm run build:production && wrangler pages deploy --project-name=quro-ui-legacy ."
      },
      {
        "name": "deploy",
        "command": "PlatformApplications/TopoloQuro/quro-system/quro-ui-legacy/package.json :: npm run deploy:cloudflare"
      },
      {
        "name": "build:production",
        "command": "PlatformApplications/TopoloQuro/quro-system/quro-ui-legacy/package.json :: echo 'Preparing legacy reference files for deployment...'"
      }
    ],
    "routes": [],
    "environments": [
      "preview",
      "production"
    ],
    "assets_directories": [],
    "observability_enabled": false
  },
  "debugging": {
    "failure_modes": [
      "No primary host is registered in the system registry."
    ],
    "entrypoints": [
      "PlatformApplications/TopoloQuro/quro-system/quro-api/wrangler.toml",
      "PlatformApplications/TopoloQuro/quro-system/quro-redirect/wrangler.toml",
      "PlatformApplications/TopoloQuro/quro-system/quro-ui/wrangler.toml",
      "PlatformApplications/TopoloQuro/quro-system/quro-ui-legacy/wrangler.toml",
      "PlatformApplications/TopoloDocs/src/content/public/applications/quro.mdx",
      "PlatformApplications/TopoloQuro/README.md",
      "PlatformApplications/TopoloQuro/quro-system/quro-api/package.json",
      "PlatformApplications/TopoloQuro/quro-system/quro-redirect/package.json",
      "PlatformApplications/TopoloQuro/quro-system/quro-ui/package.json",
      "PlatformApplications/TopoloQuro/quro-system/quro-ui-legacy/package.json"
    ]
  }
}