{
  "schema_version": "2026-07-09",
  "name": "Spala Example Backend Contracts",
  "boundary": "Public illustrative examples only. Not live customer APIs, not Spala source code, and not private platform architecture.",
  "examples": [
    {
      "slug": "client-portal",
      "title": "Client Portal Backend Example",
      "description": "A public example of the backend contract Spala can help create for a client portal: users, cases, messages, documents, invoices, auth, API docs, and frontend handoff.",
      "page": "https://spala.ai/examples/client-portal/",
      "handoff_json": "https://spala.ai/examples/client-portal/handoff.json",
      "openapi_json": "https://spala.ai/examples/client-portal/openapi.json"
    },
    {
      "slug": "property-listings",
      "title": "Property Listings Backend Example",
      "description": "A public example of the backend contract Spala can help create for real estate listings: properties, agents, saved listings, inquiries, auth, search filters, and API docs.",
      "page": "https://spala.ai/examples/property-listings/",
      "handoff_json": "https://spala.ai/examples/property-listings/handoff.json",
      "openapi_json": "https://spala.ai/examples/property-listings/openapi.json"
    },
    {
      "slug": "metrics-collector",
      "title": "Metrics Collector Backend Example",
      "description": "A public example of the backend contract Spala can help create for metrics ingestion: events, dashboards, alerts, incidents, auth, API keys, and docs.",
      "page": "https://spala.ai/examples/metrics-collector/",
      "handoff_json": "https://spala.ai/examples/metrics-collector/handoff.json",
      "openapi_json": "https://spala.ai/examples/metrics-collector/openapi.json"
    }
  ]
}