The Potter's Settling Slip: On the Substrate of a Painted Layer

In a ceramics studio, the moment just before the glaze is applied is one of quiet tension. The potter examines the bisque-fired piece—the porous, unfinished clay body—ensuring its surface is perfectly prepared to receive the liquid colors. This preparation is everything. A potter knows that the most vibrant glaze, if applied to an unstable or dusty surface, will craze, peel, or simply slide off during the final firing, ruining weeks of work. The success of the visible, decorative layer is entirely dependent on the integrity of the unseen substrate.

This principle translates with uncanny accuracy to the web, particularly to the practice of applying styles and initiating interactions. We spend immense effort crafting beautiful, dynamic user interfaces—our ‘glaze.’ Yet, if this layer is applied before the underlying ‘clay body’ of the page is stable, the entire experience can crack under pressure. We see this in flashes of unstyled content, in janky scroll behavior as new elements pop into existence, and in buttons that stutter when clicked. The user sees the failure of the glossy surface, but the flaw lies in the foundation.

The potter’s key technique here is the use of ‘slip’—a liquid mixture of clay and water—to create a stable, consistent surface for decoration. In our craft, this is the equivalent of establishing Core Web Vital metrics like Cumulative Layout Shift (CLS) not as after-the-fact measurements, but as a precondition for rendering. It means understanding that the initial HTML and CSS, the very structure of the page, must be settled before any significant scripting or late-loading content begins its work. It’s about creating a substrate that won’t shift.

Imagine treating your initial DOM like that bisque-fired pot. Before a single line of non-critical JavaScript is parsed, before a web font loads, before any lazy-loaded hero image decides to claim its space, the core layout must be cemented. This involves a shift in priority: dimensions defined, space reserved, and a layout that is fundamentally complete in its skeletal form. It’s the discipline of avoiding the temptation to ‘paint’ the experience with dynamic content until the scaffolding is proven solid.

The potter’s wisdom is in patience and sequence. The firing process is a series of irreversible steps, each dependent on the last. There is no going back to fix the substrate once the glaze has been set. Similarly, our rendering sequence is a one-way street. By borrowing this mindset, we stop trying to fix layout instability with patches and instead build a process where instability is designed out from the very beginning. The final, interactive page, like a finely glazed vessel, then bears the weight of user engagement not just with beauty, but with a deep, inherent stability.

Notes & further reading

A few pages I came back to while writing this: