Skip to content

Design kit

Download the Koder Design tokens in the format your design tool or codebase needs. Import them into Figma or Penpot and iterate in your tool while staying in sync with code.

Code is the source of truth: specs → design-gen → these token files. Regenerate on every token change; re-import to sync.

Import into a design tool

The W3C DTCG file is the tool-agnostic design kit — colours, dimensions, durations and easings, typed for import.

FormatUse caseDownload
W3C DTCGW3C Design Tokens — Penpot (native) + Figma (Tokens Studio plugin)Download tokens.dtcg.json
Style DictionaryStyle Dictionary input — IDE plugins, CI checksDownload tokens.json

Code formats

The same tokens for direct consumption in a codebase.

FormatUse caseDownload
CSSCSS custom properties — drop into any web projectDownload tokens.css
SCSSSCSS variable mapDownload tokens.scss
RustRust module — Kroma / native consumersDownload tokens.rs
TypeScriptTypeScript type definitionsDownload tokens.d.ts
KotlinKotlin object — Android / KMPDownload tokens.kt
SwiftSwift enum — iOS / macOSDownload tokens.swift
DartDart consts — Flutter (legacy)Download tokens.dart

Verge preset

The Verge product design system's own token export (distinct from the KDS site tokens above).

FormatUse caseDownload
Verge · CSSVerge tokens as CSS custom propertiesDownload verge.css
Verge · RustVerge tokens as a Rust moduleDownload verge.rs