AutoBridge Systems design system

CDN-hosted brand tokens, CSS, fonts, and SVG assets. Pair with the npm package @autobridgesystems/design-system for typed token access in JS/TS consumers.

Version v2.1.0 Built 2026-07-17T17:23:40.752Z Repo AutoBridgeSystems/autobridge-design-system

Patterns & recipes

Compose the tokens into a full-screen product surface: one cohesive background, translucent tiles, display numerals, and the gradient reserved for a single brand moment. The demos below render with the same v2 CSS you load, so this is exactly what ships. Full guide and the trap list: PATTERNS.md.

Provider workbench

Pricing models

Models

12

Active

9

Revenue

$4.2M

.surface-app cohesive shell + .glass-tile KPI tiles + .num-display numerals. Pair with .rail-panel for the hover-expand nav.

Tab to the button: .btn-grad ships its own keyboard focus ring as of v2.1.0 (navy on light, cyan on dark).

Quick start (HTML / static)

<link rel="stylesheet" href="https://design.autobridgesystems.com/latest/css/colors_and_type.v2.css">
<link rel="icon" href="https://design.autobridgesystems.com/latest/assets/abs-favicon.svg" type="image/svg+xml">

Pin to a major version

<link rel="stylesheet" href="https://design.autobridgesystems.com/v2/css/colors_and_type.v2.css">

Pin to a patch version (long-cache, immutable)

<link rel="stylesheet" href="https://design.autobridgesystems.com/v2.1.0/css/colors_and_type.v2.css">

npm install (GitHub Packages)

echo "@autobridgesystems:registry=https://npm.pkg.github.com" >> .npmrc
npm install @autobridgesystems/design-system

# In code:
import { tokens, colors, gradients } from "@autobridgesystems/design-system";
import "@autobridgesystems/design-system/css";

Available files (latest)


Cache policy: /latest/ revalidates every 5 minutes (synced mode); versioned paths (/v2.1.0/, /v2/) are immutable and cached for 1 year. Pick the URL that matches your update appetite.