{}OPF
DocsIndustries exampleEdit on GitHub

Boutique Hotel Revenue Recovery

Boutique Hotel Revenue Recovery is a fictional OPF example for hospitality teams. It demonstrates a realistic presentation structure with catalog-backed design and content payloads.

Metadata

Source

examples/gallery/industries/boutique-hotel-revenue-recovery.opf.json

Slides

10

Audience

regulators, candidates

Purpose

sell

Tone

casual

Source JSON

examples/gallery/industries/boutique-hotel-revenue-recovery.opf.json
{
  "$schema": "https://openpresentation.org/schema/opf/v1",
  "name": "Boutique Hotel Revenue Recovery",
  "description": "Boutique Hotel Revenue Recovery is a fictional OPF example for hospitality teams. It demonstrates a realistic presentation structure with catalog-backed design and content payloads.",
  "filename": "boutique-hotel-revenue-recovery",
  "language": "english-us",
  "audience": [
    "regulators",
    {
      "id": "candidates",
      "attentionBudgetMinutes": 26,
      "technicalFluency": "low",
      "decisionPower": "decision-maker",
      "recommendedNarratives": [
        "early-startup-pitch"
      ],
      "recommendedTones": [
        "casual"
      ]
    }
  ],
  "purpose": {
    "id": "sell",
    "outcome": "Recover weekday occupancy through segmented offers and events",
    "successCriteria": [
      "The audience can state the decision in one sentence.",
      "The owner and next checkpoint are explicit."
    ]
  },
  "tone": {
    "id": "casual",
    "voiceCues": [
      "Make the decision visible.",
      "Use concrete operating language."
    ],
    "avoid": [
      "Do not bury the ask.",
      "Do not over-explain obvious context."
    ]
  },
  "narrative": {
    "id": "early-startup-pitch",
    "description": "Boutique Hotel Revenue Recovery uses a compact evidence-to-decision arc for Harbor & Loom Hotels.",
    "beats": [
      {
        "id": "context",
        "name": "Context",
        "slideType": "text",
        "layoutHint": "text-1x"
      },
      {
        "id": "evidence",
        "name": "Evidence",
        "slideType": "chart",
        "layoutHint": "chart-1x"
      },
      {
        "id": "commitment",
        "name": "Commitment",
        "slideType": "list",
        "layoutHint": "list-3x"
      }
    ]
  },
  "design": {
    "theme": "bold",
    "colorScheme": {
      "id": "golden-yellow",
      "primary": "#E2E8F0",
      "secondary": "#F59E0B",
      "accent": "#14B8A6",
      "background": "#FFFFFF",
      "text": "#0F172A",
      "custom": {
        "signal": "#1D4ED8",
        "risk": "#0F172A"
      }
    },
    "fontScheme": {
      "id": "century-schoolbook",
      "heading": {
        "family": "Aptos Display",
        "weight": 700
      },
      "body": {
        "family": "Aptos",
        "weight": 400
      },
      "code": {
        "family": "Consolas",
        "weight": 400
      }
    },
    "dimensions": "4:3",
    "background": "light1",
    "titleAlignment": "right",
    "contentAlignment": "left",
    "contentBox": false,
    "contentDirection": "horizontal",
    "chartPrimary": "top",
    "imageFill": "crop",
    "listBullet": "character",
    "logo": {
      "default": "asset:brand-logo",
      "light": "asset:brand-logo-light",
      "icon": "asset:brand-icon",
      "wordmark": "asset:brand-logo"
    },
    "watermark": false,
    "header": {
      "left": {
        "section": true
      },
      "right": {
        "image": "asset:brand-icon"
      }
    },
    "footer": {
      "left": {
        "organization": true
      },
      "center": {
        "text": "Internal planning draft"
      },
      "right": {
        "slideNumber": true
      }
    },
    "slideImage": {
      "src": "asset:cover-bg",
      "position": "left"
    }
  },
  "slides": [
    {
      "id": "s1",
      "section": "Opening",
      "layout": "title-subtitle",
      "tag": "Hospitality",
      "title": "Boutique Hotel Revenue Recovery",
      "subtitle": "Harbor & Loom Hotels Hospitality",
      "notes": "Open by naming the decision: Recover weekday occupancy through segmented offers and events."
    },
    {
      "id": "s2",
      "section": "Context",
      "layout": "text-3x",
      "title": "Why This Matters",
      "text": [
        "Harbor & Loom Hotels should focus the next cycle on ",
        {
          "text": "recover weekday occupancy through segmented offers and events",
          "bold": true,
          "color": "#E2E8F0"
        },
        " while making the operating tradeoffs clear to hospitality stakeholders."
      ]
    },
    {
      "id": "s3",
      "section": "Evidence",
      "layout": "chart-3x",
      "title": "Signal Trend",
      "type": "chart",
      "chart": {
        "type": "100pct-stacked-area-3x",
        "data": {
          "src": "asset:metric-data",
          "sheet": "Summary",
          "range": "A1:C8",
          "columns": [
            "Quarter",
            "Current",
            "Baseline"
          ]
        }
      }
    },
    {
      "id": "s4",
      "section": "Options",
      "layout": "table-1x",
      "title": "Decision Options",
      "table": {
        "columns": [
          "Workstream",
          "Owner",
          "Status",
          "Decision"
        ],
        "rows": [
          [
            "Hospitality",
            "Program lead",
            "At risk",
            "Continue"
          ],
          [
            "Data and reporting",
            "Analytics",
            "On track",
            "Tighten metric definitions"
          ],
          [
            "Field adoption",
            "Operations",
            "Watch",
            "Add weekly office hours"
          ]
        ]
      }
    },
    {
      "id": "s5",
      "section": "Plan",
      "layout": "text-2x",
      "title": "Execution Timeline",
      "type": "timeline",
      "timeline": {
        "name": "Hospitality execution path",
        "description": "Major milestones for Harbor & Loom Hotels.",
        "events": [
          {
            "when": "Jul",
            "what": "Baseline",
            "description": "Confirm current state, owners, and constraints."
          },
          {
            "when": "Aug",
            "what": "Pilot",
            "description": "Run a narrow pilot with visible success criteria."
          },
          {
            "when": "Sep",
            "what": "Scale",
            "description": "Expand the approach after risk review."
          },
          {
            "when": "Oct",
            "what": "Embed",
            "description": "Move reporting and routines into steady-state operations."
          }
        ]
      }
    },
    {
      "id": "s9-regions",
      "section": "Operating model",
      "layout": "number-3x",
      "title": "Operating Model",
      "top:left": {
        "metric": {
          "value": "18%",
          "label": "Primary signal",
          "description": "Recover weekday occupancy through segmented offers and events",
          "trend": "down"
        }
      },
      "top:center+right": {
        "text": [
          "Harbor & Loom Hotels should focus the next cycle on ",
          {
            "text": "recover weekday occupancy through segmented offers and events",
            "bold": true,
            "color": "#E2E8F0"
          },
          " while making the operating tradeoffs clear to hospitality stakeholders."
        ]
      },
      "middle+bottom:left": {
        "quote": {
          "text": "The path is workable if we keep the metric simple and the decision owner visible.",
          "attribution": "Hospitality working group",
          "source": "Stakeholder interview"
        }
      },
      "middle+bottom:center+right": {
        "table": {
          "columns": [
            "Workstream",
            "Owner",
            "Status",
            "Decision"
          ],
          "rows": [
            [
              "Hospitality",
              "Program lead",
              "At risk",
              "Continue"
            ],
            [
              "Data and reporting",
              "Analytics",
              "On track",
              "Tighten metric definitions"
            ],
            [
              "Field adoption",
              "Operations",
              "Watch",
              "Add weekly office hours"
            ]
          ]
        }
      },
      "notes": "Use this slide to slow the conversation down around ownership and operating rhythm."
    },
    {
      "id": "s9-blocks",
      "section": "Evidence",
      "layout": "blank",
      "title": "Evidence Pack",
      "blocks": [
        {
          "chart": {
            "type": "box-and-whisker-2x",
            "data": {
              "columns": [
                "Quarter",
                "Current",
                "Baseline"
              ],
              "rows": [
                [
                  "Q1",
                  12,
                  9
                ],
                [
                  "Q2",
                  16,
                  11
                ],
                [
                  "Q3",
                  19,
                  13
                ],
                [
                  "Q4",
                  23,
                  15
                ]
              ]
            }
          }
        },
        {
          "quote": {
            "text": "Teams already know where the friction is; the deck makes the sequence of choices explicit.",
            "attribution": "Program sponsor",
            "source": "Planning interview"
          }
        },
        {
          "metric": {
            "value": "11 days",
            "label": "Expected improvement",
            "unit": "%",
            "delta": "+6 pts",
            "trend": "up"
          }
        }
      ]
    },
    {
      "id": "s9-image",
      "section": "Context",
      "layout": "image-1x",
      "title": "Field Context",
      "type": "image",
      "image": {
        "src": "asset:supporting-photo",
        "alt": "Hospitality context photo for Harbor & Loom Hotels",
        "title": "Hospitality context"
      },
      "notes": "Use the image as context, not decoration."
    },
    {
      "id": "s9-code",
      "section": "Appendix",
      "layout": "code-1x",
      "title": "Decision Rule",
      "code": {
        "source": "const score = urgency * confidence;\nif (score >= threshold) {\n  routeToSponsor(workstream);\n} else {\n  keepInWeeklyReview(workstream);\n}",
        "language": "ts",
        "filename": "boutique-hotel-revenue-recovery-rule.ts"
      },
      "hidden": false
    },
    {
      "id": "s10",
      "section": "Close",
      "layout": "list-6x",
      "title": "Decision and Follow Through",
      "items": [
        [
          "Commit to ",
          {
            "text": "recover weekday occupancy through segmented offers and events",
            "bold": true
          }
        ],
        {
          "text": "Name the sponsor and operating owner.",
          "description": "Keep one person accountable for momentum."
        },
        {
          "text": "Publish the progress rhythm.",
          "description": "Use the same metric definitions every week."
        },
        {
          "text": "Return with proof.",
          "description": "Bring customer, employee, resident, or learner evidence into the next review."
        }
      ]
    }
  ],
  "organization": {
    "id": "harbor-and-loom-hotels",
    "name": "Harbor & Loom Hotels",
    "legalName": "Harbor & Loom Hotels, Inc.",
    "logo": "asset:brand-logo",
    "domain": "harbor-and-loom-hotels.example",
    "email": "hello@harbor-and-loom-hotels.example",
    "phone": "+15551000008",
    "tagline": "Recover weekday occupancy through segmented offers and events",
    "role": "primary",
    "socials": {
      "x": "@harbor-and-loom-hotels",
      "facebook": "https://facebook.example/harbor-and-loom-hotels"
    }
  },
  "speaker": {
    "id": "speaker",
    "name": "Samira Okafor",
    "title": "Chief of Staff",
    "organizationId": "harbor-and-loom-hotels",
    "bio": "Leads hospitality planning for Harbor & Loom Hotels.",
    "socials": {
      "x": "@harbor-and-loom-hotels-speaker"
    }
  },
  "author": [
    "OPF Example Generator",
    "Open Presentation"
  ],
  "takeaway": "Recover weekday occupancy through segmented offers and events",
  "duration": 16,
  "tags": [
    "industries",
    "hospitality",
    "sell",
    "casual",
    "dense"
  ],
  "assets": {
    "brand-logo": {
      "src": "./assets/harbor-and-loom-hotels-logo.svg",
      "alt": "Harbor & Loom Hotels logo",
      "mediaType": "image/svg+xml"
    },
    "brand-logo-light": {
      "src": "./assets/harbor-and-loom-hotels-logo-light.svg",
      "alt": "Harbor & Loom Hotels light logo",
      "mediaType": "image/svg+xml"
    },
    "brand-icon": {
      "src": "./assets/harbor-and-loom-hotels-icon.svg",
      "alt": "Harbor & Loom Hotels icon",
      "mediaType": "image/svg+xml"
    },
    "cover-bg": {
      "src": "./assets/harbor-and-loom-hotels-cover-4.jpg",
      "alt": "Hospitality background image",
      "mediaType": "image/jpeg"
    },
    "supporting-photo": {
      "src": "./assets/harbor-and-loom-hotels-field-photo.jpg",
      "alt": "Hospitality field context",
      "mediaType": "image/jpeg"
    },
    "demo-video": {
      "src": "./media/harbor-and-loom-hotels-demo.mp4",
      "title": "Hospitality walkthrough",
      "mediaType": "video/mp4"
    },
    "metric-data": {
      "src": "./data/boutique-hotel-revenue-recovery.csv",
      "format": "csv",
      "title": "Boutique Hotel Revenue Recovery data"
    },
    "watermark": {
      "src": "./assets/harbor-and-loom-hotels-watermark.png",
      "alt": "Harbor & Loom Hotels watermark",
      "mediaType": "image/png"
    }
  },
  "extensions": {
    "example": {
      "folder": "industries",
      "density": "dense",
      "scenario": "boutique-hotel-revenue-recovery",
      "generatedBy": "scripts/generate-example-suite.mjs"
    }
  },
  "catalogs": {
    "narratives": {
      "source": [
        "pkg:@openpresentation/gallery/narratives",
        "https://www.pptx.gallery/narratives"
      ],
      "records": [
        {
          "$schema": "https://openpresentation.org/schema/opf-narrative/v1",
          "id": "boutique-hotel-revenue-recovery-arc",
          "name": "Hospitality Decision Arc",
          "summary": "A custom arc for Harbor & Loom Hotels.",
          "beats": [
            {
              "id": "context",
              "name": "Context",
              "slideType": "text",
              "layoutHint": "text-1x"
            },
            {
              "id": "evidence",
              "name": "Evidence",
              "slideType": "chart",
              "layoutHint": "chart-1x"
            },
            {
              "id": "decision",
              "name": "Decision",
              "slideType": "list",
              "layoutHint": "list-3x"
            }
          ]
        }
      ]
    },
    "themes": {
      "records": [
        {
          "$schema": "https://openpresentation.org/schema/opf-theme/v1",
          "id": "harbor-and-loom-hotels-theme",
          "name": "Harbor & Loom Hotels Working Theme",
          "colorScheme": "golden-yellow",
          "fontScheme": "century-schoolbook",
          "background": "#F8FAFC",
          "tags": [
            "hospitality",
            "example"
          ]
        }
      ]
    },
    "colorSchemes": {
      "source": "https://www.pptx.gallery/color-schemes",
      "records": [
        {
          "$schema": "https://openpresentation.org/schema/opf-color-scheme/v1",
          "id": "harbor-and-loom-hotels-signal",
          "name": "Harbor & Loom Hotels Signal Palette",
          "accent1": "#E2E8F0",
          "accent2": "#F59E0B",
          "accent3": "#14B8A6",
          "accent4": "#0F172A",
          "accent5": "#1D4ED8",
          "accent6": "#047857",
          "dark1": "#0F172A",
          "dark2": "#334155",
          "light1": "#FFFFFF",
          "light2": "#F8FAFC",
          "hyperlink": "#2563EB",
          "followedHyperlink": "#7C3AED"
        }
      ]
    },
    "fontSchemes": {
      "source": "pkg:@openpresentation/gallery/font-schemes"
    },
    "layouts": {
      "source": "https://www.pptx.gallery/layouts"
    },
    "chartTypes": {
      "source": "https://www.pptx.gallery/chart-types"
    },
    "languages": {
      "source": "https://www.pptx.gallery/languages"
    },
    "audiences": {
      "source": "https://www.pptx.gallery/audiences"
    },
    "purposes": {
      "source": "https://www.pptx.gallery/purposes"
    },
    "tones": {
      "source": "https://www.pptx.gallery/tones"
    },
    "socialPlatforms": {
      "source": "https://www.pptx.gallery/social-platforms"
    }
  }
}