Back to intake

Compile pipeline: Demo Medical Systems

This page compiles raw demo data into a validated renderer snapshot and previews it through the existing component registry.

Compile report

Compile succeeded

local only

Pages

1

Sections

3

Products

2

Categories

3

Warnings

No warnings.

Errors

No errors.

Rendered compiled preview

Raw client JSON to mapping agreement to canonical Feasure model to design manifest to compiled snapshot to renderer preview.

Infrastructure for modern care environments

Modular systems for care environments

Demo copy for a controlled CMS renderer serving specialized operational spaces.

Compiled product categories

System Category A

A fake category for configurable infrastructure products.

System Category B

A second generic category used by the intake compiler.

System Category C

A third category to prove collection mapping.

Plan the next site snapshot

Compiled content can be reviewed before a static website snapshot is published.

Preview compiled site
Developer Preview: compiled snapshot JSON
{
  "siteId": "demo-client-a",
  "siteName": "Demo Medical Systems",
  "version": "0.1.0-local",
  "status": "draft",
  "publishedAt": null,
  "metadata": {
    "description": "Compiled locally from raw demo source data through the Feasure canonical model.",
    "sourceSystem": "manual_demo_json",
    "designPreset": "clinical",
    "theme": {
      "primaryColor": "#176b87",
      "stylePreset": "clinical",
      "cornerRadius": "medium"
    },
    "navigation": [
      {
        "label": "Home",
        "href": "/"
      }
    ]
  },
  "pages": [
    {
      "id": "home",
      "slug": "/",
      "title": "Home",
      "seo": {
        "title": "Demo Medical Systems | Feasure CMS",
        "description": "Demo copy for a controlled CMS renderer serving specialized operational spaces."
      },
      "sections": [
        {
          "id": "hero-1",
          "component": "hero",
          "props": {
            "eyebrow": "Infrastructure for modern care environments",
            "headline": "Modular systems for care environments",
            "body": "Demo copy for a controlled CMS renderer serving specialized operational spaces.",
            "primaryCtaLabel": "View categories",
            "primaryCtaHref": "#categories",
            "secondaryCtaLabel": "View intake",
            "secondaryCtaHref": "/clients/demo-client-a/intake"
          }
        },
        {
          "id": "cardGrid-2",
          "component": "cardGrid",
          "props": {
            "anchorId": "categories",
            "headline": "Compiled product categories",
            "cards": [
              {
                "title": "System Category A",
                "body": "A fake category for configurable infrastructure products."
              },
              {
                "title": "System Category B",
                "body": "A second generic category used by the intake compiler."
              },
              {
                "title": "System Category C",
                "body": "A third category to prove collection mapping."
              }
            ]
          }
        },
        {
          "id": "cta-3",
          "component": "cta",
          "props": {
            "headline": "Plan the next site snapshot",
            "body": "Compiled content can be reviewed before a static website snapshot is published.",
            "primaryCtaLabel": "Preview compiled site",
            "primaryCtaHref": "/clients/demo-client-a/compile"
          }
        }
      ]
    }
  ],
  "assets": [
    {
      "id": "A-100-primary-image",
      "url": "https://example.com/product-a100.jpg",
      "alt": "Product A100"
    },
    {
      "id": "A-200-primary-image",
      "url": "https://example.com/product-a200.jpg",
      "alt": "Product A200"
    }
  ],
  "products": [
    {
      "id": "A-100",
      "sku": "A-100",
      "name": "Product A100",
      "description": "Short product description for a configurable system.",
      "categoryId": "TYPE_A",
      "imageUrl": "https://example.com/product-a100.jpg",
      "categoryName": "System Category A"
    },
    {
      "id": "A-200",
      "sku": "A-200",
      "name": "Product A200",
      "description": "Another fake product from a different source shape.",
      "categoryId": "TYPE_B",
      "imageUrl": "https://example.com/product-a200.jpg",
      "categoryName": "System Category B"
    }
  ]
}