SkyCanvass · Design System

Forensic interfaces
for storm-damage work.

A token-driven system for building evidence-grade tools across canvassing, supplements, and compliance. Built around precision, calm authority, and field-ready density.

v0.1 · Foundations May 2026 Light + Dark
primarysky-700 · #0369a1
neutralsslate (cool)
type · sanssystem-ui stack
type · monoui-monospace
radius · base6px · subtle
density36px controls · 4px grid
iconsLucide

Pillars

Four principles that resolve every design decision when in doubt.

Forensic precision

Every datum cites its source. No ambiguity, no lost context.

Field-ready density

Built for adjusters, estimators, and crews — not marketing decks. Information first.

Calm authority

Restrained color, technical typography. The product earns trust by feeling official.

Token-driven

Two CSS files theme the entire system. Brand changes, dark mode, and density are switches.

Foundations

The atomic decisions every component inherits.

Components & patterns

12 core components and 7 domain patterns. Each documented with anatomy, tokens, states, and do/don't.

Using the system

Two stylesheets. Drop them into any HTML file in this project.

<!-- Foundations: tokens, theme, layout -->
<link rel="stylesheet" href="design-system/tokens.css"/>

<!-- Components: buttons, inputs, cards, etc. -->
<link rel="stylesheet" href="design-system/components.css"/>

<!-- Toggle dark mode -->
<html data-theme="dark">