News / Publish web pages from flows

Publish web pages from flows

Flows have always worked behind the scenes. Now they can face the world. A new web-page trigger lets a flow respond to a URL by rendering a live HTML page from your data.

What's new

  • Public endpoints — give a flow a URL and it answers requests with a rendered page, no separate app or hosting required.
  • HTML variables — build the page's content from your live records, so it always reflects the current state of your workspace.
  • Fully data-driven — the page is generated on each request, which means it's never stale.

What you can build

Status pages, customer-facing lookups ("track your order"), simple portals, a directory, a public schedule — anything that's really just "show this slice of my data as a web page." Because it's powered by the same flow engine, you can add logic: check a token, look up a record, format the result, and return it.

Your workspace can now power pages, not just store data. See more on the features page.