Storefronts

Sites

The deployed storefronts: status, deployments, and the detail screen with its five tabs.

A site is a running storefront: a frontend build, deployed on the platform, bound to your tenant's data. The Sites screen lists them; the detail screen manages the deployments of one site.

Where you find it

Experience Studio › Extend and Develop › Sites/experience/sites. A row click opens the site detail at /experience/sites/:slug.

What it does

One row per site with its framework and deployment state. Create site starts a new one. The search field, filter and the list/grid switch narrow the view; the refresh icon reloads it.

Fields and controls

ColumnWhat it shows
NameDisplay name plus the slug, for example website. The slug is also the URL of the detail screen.
FrameworkThe frontend framework of the build, for example nuxt.
DeployedWhen the active deployment went out.
CreatedWhen the site was created.
StatusThe deployment state — Ready when the current build is live.

Each row carries a menu with the per-site actions.

The site detail

Five tabs: Overview, Deployment, Domains, Settings and Activity. The header shows the site's badges — Enabled, Git for a repository-connected site, and the slug.

The Overview tab carries three blocks:

BlockContent
Active deploymentDeployment ID, deploy time, and the Live marker — the build buyers are getting right now.
Latest deploymentStatus, Deployment ID, start time, duration and build size of the most recent build.
DeploymentsThe history, one row per build with a version like v2026.08.25.1 @ 60aca74, a Ready badge, an Activate button and a delete icon. Clicking a row opens its build logs.

What happens when you change it

Redeploy (top right) builds and ships the site again. Activate on an older deployment makes that build the live one — this is the rollback: the previous version is one click away as long as its row still exists. Deleting a deployment removes that option for the build you delete.

Permissions

Not verified — the sites platform does not publish an app manifest the way the catalog apps do.