# VelinStyle 0.9.0 > VelinStyle is the WCAG 2.2 AAA CSS framework with native JavaScript runtime and Web Components. > Full machine context: https://velinstyle.info/dist/velin-agent.json > MIME: application/vnd.velinstyle.meta+json ## Framework - npm: @birdapi/velinstyle - VelinStyle is the WCAG 2.2 AAA CSS framework with native JavaScript runtime and Web Components. - Components: 36 canonical Web Components (`velin-*`); 38 lazy-loader entries - HTML attributes: 27 `velin-*` bridges - CSS: utility-first `velin-*` classes + OKLCH tokens (WCAG 2.2 AAA defaults) - Runtime: native JavaScript modules (search, motion, highlight, attributes, meta, a11y) - CLI: velinstyle (scan, scaffold, docs generate, search index, meta) ## Conventions - Positioning: one product — WCAG 2.2 AAA CSS framework with native JS runtime and Web Components. - Use only velin-* utility classes and documented Web Components. - Prefer data-velin-theme on for theme switching. - Run velinstyle scan on generated HTML before shipping. - Do not put secrets, API keys, or raw emails in velin-meta or page meta. - Resolve doc links against docs root (/docs/), not the current page folder. - Canonical site: https://velinstyle.info ## Key guides - [Introduction](https://velinstyle.info/docs/getting-started/introduction.html) - [Einführung (DE)](https://velinstyle.info/docs/getting-started/einfuehrung.html) - [Velin-Meta](https://velinstyle.info/docs/guides/velin-meta.html) - [VelinSearch](https://velinstyle.info/docs/guides/velin-search.html) - [Syntax highlighting](https://velinstyle.info/docs/guides/syntax-highlight.html) - [API reference (generated)](https://velinstyle.info/docs/guides/api-reference.html) ## Generated reference - [Components index](https://velinstyle.info/docs/generated/components/README.md) - [Tokens](https://velinstyle.info/docs/generated/tokens/README.md) - [Utilities](https://velinstyle.info/docs/generated/utilities/README.md) - [CLI commands](https://velinstyle.info/docs/generated/cli/commands.md) ## Usage for agents ``` npx velinstyle meta npx velinstyle docs generate npx velinstyle search index ```