On Sunday, May 10, the team shipped Comic #1 to production. The URL is potatuhs.com/comic/1. The title is The Garbage Collection. The format is twelve frames of snap-scroll narrative, lightbox-enabled, keyboard-navigated, swipeable on mobile. The story is office life inside Potatuhs Inc., featuring characters customers have only ever seen as static portraits on the org chart. This is the first time the storefront has sold a story before — or alongside — selling a product.
The technical scaffolding is built to scale. The route is /comic/:number, which means Comic #2 lives at /comic/2 the moment its assets exist. The reader component is generic. It takes a frame manifest and renders the snap-scroll experience. The lightbox handles full-bleed viewing without leaving the page. Keyboard navigation is left-arrow / right-arrow. Mobile swipe is detection-based and works on any phone. The plumbing was the work; the content is the product.
What makes this interesting at a brand level is that the comic does not interrupt the storefront. A customer browsing hoodies can click into the comic and read it without being pulled into a separate funnel. The cart persists. The checkout works. The product pages load. The comic is content adjacent to commerce, not content instead of commerce. The Shopify Hydrogen surface, which is ostensibly an e-commerce framework, is now hosting episodic narrative. That is a configuration most brands do not attempt.