All terms
Surface & Material/lexicon/blueprint-grid

Blueprint Grid

also known asgraph paper background · drafting grid · engineering grid

A page-wide background grid of faint horizontal and vertical lines, evoking architectural drafting paper.

blueprint
01 · Definition

A blueprint grid renders a subtle grid pattern across the entire page background — usually 32px or 64px squares, drawn with a single hairline color at low opacity. The aesthetic borrows from architectural and engineering drafting paper, suggesting precision, structure, and 'in-progress' craft.

In 2023–2025 it became a signature look for AI tools, dev platforms, and design tooling — the grid signals 'this is a workshop, not a finished product'. It pairs naturally with monospace typography and hairline UI elements.

Use when
  • Developer tools, AI products, design platforms
  • Marketing pages that want to signal craftsmanship
  • Hero sections needing texture without color
Avoid when
  • Consumer apps where the grid would feel cold
  • Content-heavy pages — the grid competes with text
02 · Do
  • +Keep grid line opacity below 8% on light, 12% on dark
  • +Use 32px or 64px squares — anything smaller looks like noise
  • +Apply a radial mask so the grid fades at the edges
03 · Don't
  • Don't use a hard-edged grid behind body text
  • Don't combine with another background pattern
  • Don't animate the grid — it's a static texture
05 · Systems that use this

Textbook examples in the directory

06 · Common questions

People also ask

How do I make a blueprint grid in CSS?

Use two linear-gradient backgrounds — one horizontal, one vertical — at the same line color and 32px spacing, then layer a radial-gradient mask to fade the edges.

07 · Related terms