W3C DTCG-compliant design tokens for Vyre. OKLCH-native, framework-agnostic.
Linter for Vyre design tokens and skill output. Validates DTCG 2025.10 schema, broken alias refs, WCAG/APCA contrast, and UX rule compliance.
AI skill for frontend design: 50+ UI styles, 177 palettes, 90+ UX rules. Works with Claude Code, Cursor, Windsurf, Copilot, Codex.
useVyre design tokens — CSS variables, JS/TS, and DTCG-compliant JSON
useVyre AI context — inject into LLM system prompts to eliminate UI hallucinations
useVyre MCP server — gives Claude Desktop real-time access to component context
useVyre design system — Vue 3 components, AI-native, zero-runtime styling
useVyre React components — AI-native, accessible, zero-runtime styling
ESLint plugin for useVyre design system — detects AI hallucinations at lint time
Validate useVyre component usage — catches AI hallucinations before they ship
Ready-to-use prompt templates for building UI with useVyre + AI agents (Claude, Cursor, Copilot, Windsurf)
useVyre for React — components, tokens, and all AI tooling in one package
useVyre — install everything: React, Vue, tokens, and all AI tooling in one package
useVyre for Vue — components, tokens, and all AI tooling in one package
GPU compute intermediate representation with a standard operation library
Driver layer: registry, runtime, pipeline, routing, diagnostics. Substrate-agnostic backend machinery. Part of the vyre GPU compiler.
Cat-C hardware intrinsics for vyre — ops that require a dedicated Naga emitter arm and dedicated vyre-reference eval arm. Pure fn(...) -> Program builders over vyre::ir::* live in vyre-libs or user crates, not here.
Substrate-neutral lowering: vyre Program → KernelDescriptor consumed by vyre-emit-* crates.
Vyre self-substrate: vyre using its own primitives on its own scheduler problems. The recursion-thesis layer between vyre-primitives and vyre-driver.
Procedural macros for vyre compiler passes - #[vyre_pass], #[vyre_ast_registry]
vyre Category A library ecosystem - pure-IR compositions over vyre-ops hardware primitives
Naga IR emitter for vyre KernelDescriptor. Produces wgpu-compatible compute shaders.
PTX text emitter for vyre KernelDescriptor. Produces NVRTC-compatible CUDA assembly.
Compositional primitives for vyre - marker types (always on) + Tier 2.5 LEGO substrate (feature-gated per domain).
Universal Cat-A op harness registry: OpEntry, ConvergenceContract, FixpointContract, UniversalDiffExemption - the registry types every vyre-built library publishes through.
Vyre standard library: GPU DFA assembly pipeline, Aho-Corasick construction, and compositional arithmetic helpers