Spectra v0.1

Docs hub

Build with tokens. Compose with components.

Spectra’s docs stay framework-first: tokens first, components second, themes last. v0.1 now covers the core fundamentals, shell patterns, and the first helper/component set.

Quick start

Load Spectra base first, then a theme. Don’t hardcode styles in the page layer.

<link rel="stylesheet" href="https://cdn.spectraportal.dev/v0.1/css/spectra.min.css">
<link rel="stylesheet" href="https://cdn.spectraportal.dev/v0.1/themes/theme.min.css">

Fundamentals

Priority 1 foundation docs

Patterns & shell

Layout contracts and app frame pieces

Components

Priority 1 and Priority 2 component docs

Helpers & utilities

Docs-facing helpers and tiny escape hatches

Current coverage

This docs pass is now covering the core foundation, shell patterns, and the first helper-heavy component set. The next sync pass can trim overlap, tighten naming, and add deeper demos.

A few pages still need cleanup where older wording overlaps newer docs, but the map now matches the site much more closely.