lowest.dev

This page will remove one design convention per section until only the minimum remains. You are looking at the full design: authored colors, a two-column grid, custom typography, decorative elements, and semantic HTML structure. Everything here is intentional. Everything here will be taken away.

The premise is simple: what is the lowest a web page can go? Not the least it can say, but the least it can be -- the fewest design conventions required for a document to exist as a document. Each section below removes one convention and observes what survives.

Current state: Full design. All conventions active.


Remove: Color

The authored palette is gone. Background: browser-default white. Text: browser-default black. No warmth, no tone, no atmosphere, no identity. What the removal of color takes: the page's emotional register, the signal that someone made a choice about what this space should feel like. What survives: structure, hierarchy, legibility. The grid holds. The typography holds. The page is still designed -- it is just no longer colored.

Removed: background-color, color, accent color, sidebar tint, code highlight.


Remove: Layout

The two-column grid collapses. Content flows in a single column at full viewport width with only the browser's default 8px body margin for spacing. There is no spatial composition. The sidebar and content area stack vertically, undifferentiated.

What the removal of layout takes: orientation, density control, reading rhythm, the sense that content has been placed rather than poured. What survives: typography still provides hierarchy. Headings are still headings. The text still has voice, even if it has no home.

Removed: CSS Grid, column definitions, sidebar positioning, gap, max-width constraints.


Remove: Custom Typography

The custom fonts are gone. What you see now is the browser's default serif -- most likely Times New Roman, the typeface that is everywhere because it was designed to be nowhere in particular. Font sizes have reverted to browser defaults: 16px for body text, proportionally scaled headings.

What the removal of custom typography takes: voice, pacing, the illusion that someone is speaking to you in a particular register. The page now looks like every unstyled HTML document since 1996. It is readable, but it is nobody's page. It belongs to the browser.

Removed: Google Fonts, font-family, font-size, font-weight overrides, line-height, letter-spacing.


Remove: Imagery and Decoration

The table of contents is gone. The section numbering is gone. The horizontal rules between sections are gone. The only remaining elements are paragraphs and headings. The bullets, the sidebar, the ordered list -- all decoration, it turns out, even when they felt functional.

What the removal of decoration takes: orientation. Without the table of contents, you have no map. Without section rules, you have no borders. Content is now an undifferentiated stream. You know where you are only because you remember where you were.

The headings are gone. Everything is a paragraph now. There is no hierarchy. This sentence and the next sentence have the same importance, the same size, the same weight. Without heading levels, the reader has no map. Everything is the same altitude. Every sentence is equally important, which means no sentence is important.

What the removal of semantic structure takes: the ability to scan, to skip, to know what a section is about before reading it. Content without structure is a river without banks.

lowest.dev.