Across UI · v2.0

The design language for the working day.

A quiet, precise, vanilla CSS + JS system. Warm paper and hairlines, Red Hat Mono figures, an 8px grid, and one signature gesture — the wing-wipe. No framework. Drop in two files and build.

Install

Two files

One stylesheet for the language and component vocabulary, one script for behaviour. Both are vanilla — no build step, no dependencies. Static markup needs only the stylesheet.

HTML · <head>
<!-- Theme (FOUC prevention) -->
<script>try{var t=localStorage.getItem("across-theme")||"system";if(t==="light"||t==="dark")document.documentElement.setAttribute("data-theme",t);}catch(x){}</script>

<!-- Across UI v2 — pin a version for cache-safety (same scheme as pkg.acrossacross.com) -->
<link rel="stylesheet" href="https://ui.acrossacross.com/v2.0.7/styles.css">

<!-- Behaviour (theme, combobox, toasts, modal…) -->
<script src="https://ui.acrossacross.com/v2.0.7/primitives.js" defer></script>
<!-- Or use /latest/ to track the newest release, /v2/ for the latest v2.x. -->

<!-- Icons -->
<link rel="stylesheet" href="https://unpkg.com/@phosphor-icons/web@2.0.3/src/light/style.css">

Design Tokens

Foundation

Everything sits on warm paper with hairline rules — no cool-gray, no shadows on chrome. Three product colors plus a chrome teal; one accent per surface.

Track
--track
#1589FF · see
Orbit
--orbit-base
#22C55E · do
Relay
--relay
#FF5E00 · send
Teal
--teal
#00F2FF · chrome
Paper
--bg
#FCFBF8
Surface 2
--surface-2
#F2EEE5
Obsidian
--obsidian
#0B0F14
Platinum
--platinum
#E8EAEE

Typography

Foundation

Plus Jakarta Sans for everything human; Red Hat Mono, tabular, for every number, rate, and timestamp.

Plus Jakarta Sans
Across the working day
--font · 400 / 600 / 700 / 800
Red Hat Mono · tabular
0.9234 · +0.23% · 14:42
--font-mono · tabular-nums

The Wing-Wipe

Signature

The one flourish — a sheared 2px accent edge sweeps in from the leading edge on hover, active, and press, then retreats. Interaction only, never idle. Hover any surface below.

Primary button
Interactive row
USD → EUR0.9234
Tool launcher
Open Orbit

What's Inside

The system is the source of truth for every Across app — the language, the components, and the prompts that let AI agents build in it.