Skip to main content
Get your design tokens into your codebase in three steps.

Prerequisites

Step 1: Log in

This opens your browser to authenticate. After signing in, your credentials are saved locally.

Step 2: Create a design system

If you already have a design system on Humic, skip to step 3.
Pick your organization and name your design system. The --template flag seeds it with a starter set of tokens — choose from blank, tailwind, bootstrap, or material.

Step 3: Pull tokens

Initialize Humic in your project and pull the tokens:
This writes your design tokens as CSS custom properties (and optionally a Tailwind config) to your project. You’ll see files like:

Keep tokens in sync

Run watch mode to automatically update files when tokens change:
Or add a CI check to catch drift:

What’s next?

API Reference

Integrate Humic into your own tools with the REST API.

Export Formats

CSS, JSON (W3C), and Tailwind export options.

AI Agents

Use Humic with Claude Code, Cursor, and other AI coding agents.