Pho Design System

Pho Design System

Photon's unified design system — the single source of truth for our product UI. Built on Base UI andTailwind v4, themed with the--pho-* token system (light & dark via light-dark()), and shipped as tree-shakeable, per-component packages.

Foundations

Install

pnpm add @photon-ai/pho-ui

Then import per component for the best tree-shaking, and bring in the stylesheet:

import { Button } from "@photon-ai/pho-ui/components/button";
import "@photon-ai/pho-ui/styles";

Browse components →