Presentation publishing

Moves an existing HTML presentation, created by the sales team with the design system, customer branding, maps, and custom graphics, to a published Webflow link without a manual deployment or CMS handoff.

Sales team workflow from a customer-branded HTML presentation with maps and custom graphics through Cloud Scale Deploy, Vercel, Webflow CMS, and the returned published link.
01 · Purpose

Why it exists

Sales needs more than a generic deck. The team assembles a customer-specific HTML presentation from approved design-system components, customer branding, maps, and custom graphics. Cloud Scale Deploy then removes the repetitive hosting and CMS work without flattening or rebuilding the approved artifact.

02 · Sequence

How it works

Sales authors the branded HTML artifact; one deployment command then coordinates the existing presentation, Vercel API, Webflow CMS API, duplicate check, iframe write, site publication, and returned link.

  1. 01

    Create the branded HTML artifact

    The sales team combines the approved design system, customer branding, maps, custom graphics, and account-specific narrative into a reviewed HTML presentation.

  2. 02

    Call Cloud Scale Deploy

    Run /deploy/presentation with the existing approved presentation and intended Webflow page name.

  3. 03

    Deploy the existing presentation

    Send the presentation to Vercel through the API and capture the resulting hosted URL.

  4. 04

    Pass the deployed URL to Webflow

    Use the Vercel URL as the iframe source and call the Webflow API for the managed presentation collection.

  5. 05

    Validate and write the CMS record

    Check the proposed page name against the existing CMS to prevent a duplicate name, then paste the Vercel URL into the iframe embed field.

  6. 06

    Publish and return the link

    Publish the Webflow site, verify the managed page, and return the final link to the caller.

03 · Sources

Tools and data sources

Authoring uses approved brand and design-system inputs; publishing is a narrow, repeatable deployment path.

  • sales brief
  • customer branding
  • design system
  • maps and custom graphics
  • HTML presentation
  • Cloud Scale Deploy
  • /deploy/presentation
  • Vercel API
  • Webflow CMS API
  • existing CMS page-name lookup
  • iframe embed field
  • Webflow site publish

Output

What ships

A customer-branded HTML presentation with maps and custom graphics, its Vercel-hosted artifact, a managed Webflow page with the iframe field populated, and the published Webflow link returned to the caller.

Review

What stays human

The sales narrative, customer-brand fit, map and graphic choices, final presentation approval, intended page name, and decision that the existing presentation is ready to publish.

04 · Boundary

Public-safe proof and constraints

The generated diagram shows representative authoring inputs, the command, two API boundaries, duplicate-name check, iframe CMS write, site publish, and returned link without exposing credentials, tokens, internal identifiers, or private client content. Sales authors and approves the artifact; the deployment path does not invent customer claims, overwrite a duplicate CMS page, or report success before the managed Webflow page is published.