Why I built it
Every design system on the market has two problems: they ship with bugs, and they're painful to update. You pull in a framework and spend the next month fighting it. You patch. You override. You write CSS to undo CSS.
I wanted the opposite. Something small enough that if a token needed changing, I could change it in a minute. Something honest enough that it didn't pretend to be a framework when all I needed was tokens and mixins. Something that got out of my way.
So I built it.
The joke that gave it a name
In 2009, a designer named Steven Frank posted a now-legendary image: the words CSS IS AWESOME stacked inside a crisp black square, with AWESOME spilling honestly past the right edge. The joke was affectionate. Everyone who had ever written a stylesheet recognized it instantly — a box that was slightly too small, a word that refused to stay put.
Most design systems hide that. They patch, clip, ellipsize, or pretend overflow never happens. This one keeps it. That's the spirit of the whole thing — honest about what it is, and about what it can't do.
The principles that followed
Tiny by default
A handful of tokens and a handful of mixins. If you can't read the system in an afternoon, it's too big.
Honest about limits
Keep the overflow. Don't hide imperfection — dimension it, annotate it, ship it.
Skins are themes
One HTML. Many stylesheets. Zen, Bricks, Brutalist, Terminal, Blueprint, Sketchbook — same system, different voices.
Tools, not stock
Don't ship finished products. Ship the pieces. The designer decides the shape.
Milestones, so far
- 2009 — the origin
A meme is posted.
Steven Frank ships the now-famous
CSS IS AWESOMEimage. The internet keeps it forever. - 2025 — the package
v0.1.0 on npm.
A token-driven SCSS design system ships. Light and dark themes, semantic tokens, an ~800-LOC mixin API, Figma tokens auto-generated from Tokens Studio.
- 2026 — the themes
Five voices, one system.
Zen, Bricks, Brutalist, Terminal, Blueprint — each a full skin, each honoring the overflow. Sketchbook arrives later in the year.
- next — what's coming
MCP, CLI, agent bots.
A companion CLI for scaffolding, an MCP server so agents can reason about the system directly, and custom bots in ChatGPT, Claude, and Gemini that speak it fluently.
What it isn't
This isn't Tailwind. It isn't Bootstrap. It isn't a component library with 80 prebuilt headers. It's a box of primitives — bricks, if you prefer — that hand you a palette, a grid, and the honest freedom to build the rest yourself.
If you want a system that looks like every other site, reach for something else. If you want one that gives you the tools and gets out of the way, this is it.
Approved · v0.1