Shogun

Shogun is a page builder for Shopify. Merchants compose landing pages in its editor, and it renders them through its own layout and templates rather than through the theme's page templates, loading the theme's assets alongside its own so a built page still looks like the rest of the store.

Documented at https://getshogun.com/.

How We've Used It

A page built in the vendor's editor still needs everything the rest of the storefront has: email capture, review widgets, video scripts, the theme's settings object and its cart routes. Our work is that wiring — making the vendor-generated layout boot the same stack the theme layout boots, in an order the storefront controls, so a campaign page behaves like every other page rather than quietly losing capabilities. The password page is the same shape of job: the vendor's page kept intact, with the builder's hooks and the theme loader added around it.

Builds Using It

2 further gated builds use it; their pages follow.

Related Entities

Our Role

Integration, not authorship. The pages are composed in the vendor's editor; what we did is wire the storefront's stack into the layout those pages render in.

Builds