General settings
Manage your workspace details and preferences.
Production-ready React and React Native components with shared APIs, accessible behaviour, themes, and design tokens.
Every example below is rendered from the actual Vellira component library. Open it, type into it and interact with it.
Every semantic token updates React and React Native at the same time.
Build consistent product experiences across React and React Native without maintaining two unrelated design systems.
The same component decisions travel between web and native while each surface keeps its platform feel.
Inputs, selects, tabs, radio, and checkbox controls share the same value/change contract.
Use the same size and intent vocabulary while each renderer maps it to platform primitives.
Surfaces, borders, focus rings, and shadows resolve from theme tokens instead of hard-coded color.
Menus, sheets, touch targets, and web overlays keep native behavior without splitting the API.
Accessible primitives, product-ready patterns and shared design tokens working together in one coherent interface.
Manage your workspace details and preferences.
Move between React and React Native without learning two unrelated component systems. The package changes. The mental model stays.
01import { Button } from '@vellira-ui/react';02 03export function Example() {04 return (05 <Button color='primary'>06 Continue07 </Button>08 );09}@vellira-ui/reactIncludes team seats, design tokens, and support.
Every token, component and package moves through one validated release workflow before it reaches your product.
Compile semantic tokens to web and native outputs.
tokens.cssthemes.tsBuild React, Native, icons and assets.
dist/types/Run types, tests, accessibility and boundaries.
268 tests0 errorsSync Storybook, API references and examples.
StorybookAPI.mdPublish packages through trusted publishing.
npmGitHubAdd the package, import a component and render your first Vellira interface without leaving the flow.
$ pnpm add @vellira-ui/reactimport { Button } from "@vellira-ui/react";<Button>Get started</Button>Accessible defaults, semantic tokens and production-ready behavior are already included.
solid · mdPublic source, automated validation and explicit accessibility standards make every part of Vellira verifiable.
Follow what is available now, what is actively being built and where Vellira is heading next.
Core interactive components across React and Native.
Light, dark and high-contrast semantic themes.
Docs, Storybook and generated API references.
Broader coverage for production application patterns.
Faster setup, generation and workspace automation.
Continue aligning APIs and behaviours across platforms.
Collaboration and governance tools for growing teams.
Reusable foundations for common product experiences.
Deeper workflows, insights and release intelligence.
Latest stableJul 2026Trusted publishing and validation refinements.
Recent releaseJun 2026Semantic themes and live token controls.
Previous milestoneMay 2026Shared behaviours across web and native.
Foundation releaseApr 2026Keyboard, focus and semantic interaction patterns.
The open-source foundation will stay free. Vellira Pro will add collaborative workflows and advanced tooling for growing teams.
Everything needed to build production interfaces across React and React Native.
Tools for collaboration, governance and scaling a design system across a larger organization.
Shared libraries, ownership and collaboration around one design system.
Structured approval workflows for component and token changes.
Ready-to-use foundations for common product and application patterns.
Deeper automation, insights and workflows for larger teams.
Pro is being shaped in public. Follow the roadmap and share what your team needs.
Production-ready React and React Native components, shared APIs and semantic design tokens, ready for your next product.
pnpm add @vellira-ui/react