AgnosticUI Local (v2) is a CLI-based UI component library that copies Lit web components directly into your project. You own the code, customize it freely, and avoid dependency lock-in.
For LLM Tools: See
llm.txtfor comprehensive project context, architecture, and structure information.
# Initialize AgnosticUI in your project
npx agnosticui-cli init
# Add components
npx agnosticui-cli add button input card
v2/site/docs/installation.mdv2/lib/src/components/v2/theme-registry/ for design tokens/v2/lib/ - Core component library/v2/cli/ - CLI tool for component management/v2/site/ - VitePress documentation site/v2/theme-registry/ - Design token system/v2/playgrounds/ - Development playgrounds (React, Vue, Lit)/v2/examples/ - Integration examplesAgnosticUI v2 is in alpha and represents a complete architectural rewrite:
Development is ongoing in the /v2 directory.
AgnosticUI v2 is a complete rewrite and is not compatible with v1. If you need v1, it remains available via git tags:
agnostic-angular, agnostic-react, agnostic-vue, agnostic-svelte, etc.v1-legacy