kindling-ui
v1.0.0
Published
The React component library that sparks your local-AI app — streaming chat, citations, trust/refusal states, token meters and eval charts. Like shadcn, but for local LLM/RAG apps.
Maintainers
Readme
🔥 kindling-ui
The React component library that sparks your local-AI app — streaming chat, citations, trust & refusal states, token meters and eval charts. Like shadcn/ui, but for local LLM/RAG apps.
npm i kindling-uiimport { TrustBadge } from "kindling-ui";
import "kindling-ui/styles.css";
<TrustBadge status="trusted" confidence={0.92} />;
<TrustBadge status="refused" label="Not enough context" />;- Accessible — built on Base UI primitives.
- Themeable — three oklch themes via
data-kdl-theme; override any--kdl-*token. - Framework-agnostic CSS —
import "kindling-ui/styles.css", no Tailwind required. - RSC-safe & tree-shakeable — ESM + CJS,
"use client"boundaries, optionalkindling-ui/chartsentry.
📖 Full docs, theming guide and the component roadmap: github.com/yusyuan9224/kindling-ui
MIT © yusyuan9224
