Skip to main content
Gremorie

Overview

Two ways into Gremorie: the developer path, from install to first component, and the designer path, from tokens to Figma mapping.

Setup

Designers

Background

Gremorie is the AI-native design system for React and Angular: 83 components in two editions with one shared contract, a three-layer token system, and six brand themes, all documented in one place.

There are two ways in. Pick yours.

Pick your path

The developer path, step by step

  1. Installation: pick registry (you own the source) or npm (versioned package) and add Gremorie to a React or Angular project.
  2. Your first component: wire PromptInput, Conversation, and Message into a working chat surface.
  3. Project setup: Tailwind v4 config, the theme cascade, path aliases, and dark mode.

From there, browse the component catalog or go straight to the tokens that theme it.

Background

  • Philosophy: the non-negotiable decisions every component is held against, like tokens over values and composition over configuration.
  • Contributing: how to add components, patterns, and docs.

On this page