What Livry does
- Stores tokens as JSON. Schema-less, so your token vocabulary is whatever your design system already uses.
- Layers brand overrides on a default theme. Each Organization expresses only what makes it different.
- Serves themes over signed URLs. Access is controlled by a signing key held by an Application, and delivery goes through a CDN.
- Separates environments. Sandbox and live Tenants are fully independent.
Who it’s for
Livry is developer-first. You integrate it into your own frontend; there is no drop-in widget and no visual page builder. If your team already thinks in design tokens — the way Chakra, Tailwind, or a bespoke token pipeline does — Livry will feel familiar.What Livry is not
- Not a CMS. Livry holds branding, not content.
- Not a component library. You bring your own components; Livry supplies the values they render with.
- Not a visual theme editor for end users. Managing brands happens through the developer portal and the Management API.
Core Concepts
Start here to understand Teams, Tenants, Organizations, and Applications.