Finitless

Finitless Design System

Brand tokens, React components, and Tailwind preset for building consistent Finitless applications.

Quick Install

npm install @finitless/design-system
Then add the Tailwind preset to your config:
import { finitlessPreset } from '@finitless/design-system/tailwind';

export default {
  presets: [finitlessPreset],
  content: ['./node_modules/@finitless/design-system/dist/**/*.{js,mjs}'],
};

Machine-Readable Tokens

Access brand tokens programmatically via the JSON manifest.

https://brand.finitless.com/brand-manifest.json

For AI Assistants

Using Claude, ChatGPT, or other AI to build Finitless applications? Point them to our AI-readable brand guidelines for accurate styling.

https://brand.finitless.com/BRAND-GUIDELINES.md

This markdown file contains all colors, typography, components, and usage rules in a format optimized for LLMs.