Versions
A version is an immutable snapshot of the experience as it was built at that moment. Saving one never overwrites an earlier version — it addsv2, v3, v4, each recorded with who saved it and when.
That gives you three things the workspace alone can’t:
- A stable thing to share. A version renders the same for everyone, whether or not the workspace is awake.
- A safety net. Every earlier version stays available and publishable.
- A record. Who saved what, and which version went live when.
Saving
Two buttons, one difference.Save version
Saves the current build as a new version. Nothing goes live —
use it to bank a good state before trying something risky, or to
hand a version to a colleague for review.
Save & publish
Saves the current build as a new version and makes it the live
one.
The version picker
The picker above the canvas controls what you’re looking at:
Switching between versions swaps the fragment on the canvas in place — the shop page around it doesn’t reload.
Rolling back
Rollback is publishing an older version. Pick it, publish it, and the live pointer moves — the experience isn’t rebuilt, re-validated, or re-rendered, so there’s no chance of the rollback producing something different from what that version originally was. This also means rollback is instant, and reversible in exactly the same way: publish the newer version again to move back.Unpublished changes
An experience card shows Unpublished changes when its latest saved version isn’t the live one. That’s the normal state while work is in progress — it’s a reminder, not a problem. When the live version is the newest one, the card showsLive · v{n} instead.
Where a published version goes live
Publishing marks a version as the live one for that experience. What happens next depends on how the experience is bound.- Bound to Shopware
- Not bound
Publishing writes the version’s rendered content into the Shopware CMS slot the experience was created from. The next storefront request renders it — no cache warm-up, no deploy, no Shopware plugin update.The success toast links straight to both sides: Open Layout goes to the Shopping Experience layout in your Shopware admin, Open Storefront goes to the live page.See Frontic Experiences in Shopware for the full round trip.
When the Shopware sync fails
Pushing to Shopware is best-effort on purpose: a Shopware outage must not block a publish. If the slot update fails, the version still goes live in Frontic and you get told exactly that — the toast reads “v3 is live, but updating the Shopware slot failed”, and the experience card flags that the live version isn’t synced to the slot. Publish again once Shopware is reachable, and the slot catches up.Sharing a preview
The share button copies a link to whatever you’re currently looking at — the live preview, or a specific version if one is pinned in the picker. Anyone on your team can open it. A shared version link is pinned, so a colleague opening it sees that exact version even if you keep building afterwards. That makes it the right thing to send for a sign-off.Preview links are team-scoped — the recipient needs a Frontic account on your team. Guest links for people outside the team aren’t available for experiences yet.
Who can publish
Saving a version and publishing one are separate permissions. A teammate can be allowed to build and save versions without being allowed to make one live, which keeps the “who decides what shoppers see” question with the people who should own it. See Members and roles for how roles are assigned.Publishing is not a release
Experiences sit outside Release Control. Publishing one doesn’t create a release, doesn’t wait for a release, and isn’t promoted fromdevelop to public — it goes live when you press the button.
That’s deliberate: the reason a campaign page can ship on a Tuesday afternoon is that it isn’t coupled to your backend’s release cadence. The flip side is that an experience isn’t rolled back by rolling back a release — roll it back by publishing an earlier version of the experience itself.
Backend changes an experience depends on — a new Detail Block or Search Listing feeding it data — do still flow through releases in the normal way.
Related
Building an experience
The canvas, stages, and Designer settings.
Shopware connector
Creating experiences from Shopware and publishing back into a
CMS slot.
Experience Designer
What experiences are and how to create one.
Release Control
How backend changes ship — a separate flow from experience
publishing.