How roles change
Show how hotel staff roles change under the new guest-centric operating model.
Try in PlaygroundExample brief
Create a comparison slide for our luxury hotel group's transformation project. I need to show how the roles of the Front Office Manager, Concierge Lead, and Revenue Director are shifting from traditional administrative tasks to high-value experience management. The Revenue Director is the most critical change, moving from manual data entry to strategic oversight of pricing algorithms. Use a 'Before vs. After' style to emphasize that while tasks are automated, the accountability and focus on guest satisfaction remain central.
Render it
Structured intent — create_slide payload
Copy-paste-ready. Renders deterministically (verbatim, no LLM). Add a theme_id for any of the built-in themes — the layout stays identical.
{
"form": "editorial_split",
"variant": "role_shift",
"headline": "Hyper-personalization at scale moves property teams from task execution to guest experience curation",
"context": "Evolution of operational responsibilities",
"takeaway": "Staff empowerment shifts from administrative overhead to high-value guest engagement.",
"blocks": [],
"data": {
"actors": [
{
"actor": "Front Office Manager",
"before_role": "Coordinates room assignments, manages manual check-in queues, handles billing disputes",
"after_role": "Orchestrates arrival journeys, manages VIP profile preferences, drives loyalty conversion rates"
},
{
"actor": "Concierge Lead",
"before_role": "Books standard reservations, provides local directions, maintains paper-based vendor lists",
"after_role": "Curates exclusive member experiences, validates partner quality standards, manages digital itinerary tools"
},
{
"actor": "Revenue Director",
"before_role": "Adjusts daily rates manually, monitors competitor pricing, runs weekly spreadsheet reports",
"after_role": "Sets algorithmic pricing guardrails, manages channel mix strategy, audits automated yield performance",
"emphasis": "primary"
}
],
"before_label": "Legacy Model",
"after_label": "Bespoke Model"
}
}cURL (REST)
curl -X POST https://api.slideforge.dev/v1/render/intent \
-H "Authorization: Bearer sf_live_..." \
-H "Content-Type: application/json" \
-d '{"form":"editorial_split","variant":"role_shift","headline":"Hyper-personalization at scale moves property teams from task execution to guest experience curation","context":"Evolution of operational responsibilities","takeaway":"Staff empowerment shifts from administrative overhead to high-value guest engagement.","blocks":[],"data":{"actors":[{"actor":"Front Office Manager","before_role":"Coordinates room assignments, manages manual check-in queues, handles billing disputes","after_role":"Orchestrates arrival journeys, manages VIP profile preferences, drives loyalty conversion rates"},{"actor":"Concierge Lead","before_role":"Books standard reservations, provides local directions, maintains paper-based vendor lists","after_role":"Curates exclusive member experiences, validates partner quality standards, manages digital itinerary tools"},{"actor":"Revenue Director","before_role":"Adjusts daily rates manually, monitors competitor pricing, runs weekly spreadsheet reports","after_role":"Sets algorithmic pricing guardrails, manages channel mix strategy, audits automated yield performance","emphasis":"primary"}],"before_label":"Legacy Model","after_label":"Bespoke Model"}}'Related templates
Agenda
Show two-day workshop schedule details
Bars vs target marker
Margin recovery is visible but three units are below target
Diverging variance bars
Cloud hosting and contractor spend offset hiring delay savings
Ranked magnitude bars
Three offer families drive 68% of FY25 growth
Frequently asked questions
How do I render the How roles change template?
Send a POST to /v1/render/auto with a brief, or call create_slide via MCP with the structured intent shown below. The response includes an editable .pptx, a PDF, and a PNG. $0.05 per slide.
Does an AI write the slide?
No. SlideForge renders deterministically from a structured intent — no LLM draws the slide, so text is never mangled or fabricated. The optional brief path uses a router to pick the pattern, then renders deterministically.
Can I customize the colors and fonts?
Yes. Pass a theme_id to apply a built-in or custom brand theme; the layout stays the same.
Try this template
Render How roles change deterministically — editable PowerPoint in under a second.