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.0.0 Built 2026-05-17T18:33:56.912Z Repo AutoBridgeSystems/autobridge-design-system

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.0.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.0.0/, /v2/) are immutable and cached for 1 year. Pick the URL that matches your update appetite.