Velaro
A premium automotive brand on the Content SDK — the first agentic pipeline run taken all the way to a published, live site: provisioned, built, authored and shipped without leaving the IDE.
What it is
Velaro is a premium automotive brand site — "Drive Beyond Ordinary" — built on the Sitecore Content SDK against a live SitecoreAI tenant, and published to production at velaro-brand.vercel.app. No dealership, no configurator: a marketing site with the emotional register of a real car launch — a cinematic home, a five-model range, individual model pages, special editions, a brand story, and a technology narrative.
On its own it is a polished head app. What makes it a case study is that it is the first run of the full Content SDK pipeline taken all the way to a published, live site — the milestone the Umbra Roasters run set up but stopped short of. Umbra was the first complete run; it shipped with caveats. Velaro is the one that went the whole distance: provisioned, built, authored, and published to a live edge context, in a single continuous run inside the IDE.
one continuous run
one reusable template
before ship
commissioned + reviewed
How it actually works
When the pipeline's platform_target is content-sdk, it runs a
Sitecore-aware flow. The generic stages stay — architect, task breakdown,
implement, review, test — and a set of Sitecore-specific stages slot in around
them, owned by two agents that did not exist a few months ago.
That preview-first / publish-last ordering is the newest load-bearing piece. Going live is where layout items, authored content and media all have to agree on one live edge context or the site 404s. Making it a named, gated, last step — owned by the DevOps agent — is what turned "hold your breath at go-live" into a routine the pipeline just runs.

What was built
Most of Velaro is a net-new component set — built React-first, then bound to the exact Sitecore datasource contract each rendering reads. The structural decision that carries the whole range:
The honest part
Velaro shipped live — but it was not frictionless, and pretending otherwise would waste the most useful part of the story. Two things went sideways mid-run. A cloud CLI token expired during provisioning and had to be refreshed before the topology finished standing up. And a genuinely awkward publishing-projection quirk on the shared tenant meant some freshly authored pages did not emit their route onto the edge — a known shape from an earlier run, worked around by recreating the pages through the content API.
Both got handled. More to the point, both got recorded — the pipeline logs what actually happened, so a skipped gate reads as skipped and "it builds" never gets to pose as "it works". The go-live itself was attended: the authored items were pulled back into the CM code base for git durability, the live edge context was wired, the public host was deployed, and an anonymous smoke plus a media-200-not-302 check confirmed the site — and its imagery — actually serve.
Mocks are faithful to types. A live tenant is faithful to reality. Velaro was built against reality from the first component.
What it proves
End-to-end now means published.
Umbra proved the full flow could run start to finish. Velaro moved the finish line to a live, published site — provisioning, code, content, imagery and go-live, one run, without leaving the editor. The operator owned the gates, not the labour.
Preview-first, publish-last.
Every stage worked against preview; a single operator-confirmed publish flipped everything to a live edge context and then deployed the public host. Go-live stopped being the scary part and became a named step the DevOps agent runs.
The delivery loop caught breaks early.
Building one component tranche at a time — implement, review, test, then the next — meant regressions surfaced on the component that caused them, not stacked four phases deep at smoke time.
Honesty is still a feature.
Two blockers, both recorded, both recovered. The pipeline reports what it verified; a stale-green never gets to pose as done, even on the run that finally went all the way live.
Every prior run paid for this one.
The theme system, the navigation subsystem, the data-fetch discipline, the real-tenant probe — each was a wall an earlier dogfood run hit and turned into a rule. Velaro inherited all of them, which is exactly why it went smoothly.
A brand, not a template.
"Apple meets Porsche" as a design brief became real copy, real imagery and a coherent five-model range — evidence the flow can carry a distinct brand voice end-to-end, not just scaffold a generic site.
Where it goes next
Velaro closes the gap Umbra opened — a Content SDK site taken all the way to live in one run. The next bet is bigger: generating a whole site and its content model from close to nothing in a single pass, until the tooling makes the provisioning half a first-class primitive. Either way it ships through the same pipeline that built Velaro, and it starts the same way every run here does — a real-tenant probe before the deep planning, and a live tenant from the first component.
There is a companion blog post telling the same story from the driver's seat, and the Content SDK flow lays out the playbook the run followed.
Related case studies