Skip to content
Velkin LogoVelkin Logo
Velkin
VELKIN/UI

Modern UI components for product teams and their AI agents. Lit core, typed wrappers, live MCP.

sales@velkinui.com

Product

  • Docs
  • Components
  • Studio
  • Pricing

Resources

  • Quick start
  • Blog
  • Changelog
  • Roadmap
  • Status

Project

  • About
  • Contact
  • License
  • Privacy
  • Terms

© 2026 Velkin. MIT core · Pro licenses available.

VELKIN

Versions

Package matrix, peer requirements, and how Velkin lines upgrade together.

Overview

Velkin packages on the same line share one version number. Today that line is 0.1.0. Install one wrapper package for your framework — @velkin/ui (and Lit) come along as dependencies. Release notes live on the Changelog.

Package matrix

PackageRoleLicenseLine
@velkin/uiMIT Lit custom elements (source of truth)MIT0.1.0
@velkin/reactTyped React wrappers for MIT coreMIT0.1.0
@velkin/vueTyped Vue wrappers for MIT coreMIT0.1.0
@velkin/ui-proPro Lit components (data table, date picker, …)Commercial0.1.0
@velkin/react-proTyped React wrappers for ProCommercial0.1.0
@velkin/vue-proTyped Vue wrappers for ProCommercial0.1.0
@velkin/mcpMCP CLI + agent tooling (`velkin-mcp`)MIT0.1.0
@velkin/licenseLicense client helpers for ProCommercial0.1.0
create-velkin-appApp scaffolder (`npx create-velkin-app`)MIT0.1.0
Prefer matching versions across MIT and Pro packages in one app. Mixed lines can pull duplicate Lit copies or mismatched wrappers.

Peer requirements

StackRequirement
Node.js18+
React18 or 19 (App Router needs "use client" for onVu*)
Vue3.x
Lit3.x (pulled in by @velkin/ui)
Next.jsApp Router + webpack via defineVelkin from @velkin/react/next

Upgrade policy

  • Patch / minor — additive APIs and fixes. Public props, events, and slots stay compatible within a major.
  • Major — may rename or remove public surface. Check Changelog and use MCP diff_component_migration before regenerating UI.
  • Do not invent deprecated aliases — the component docs and MCP are the source of truth after an upgrade.

How to upgrade

npm install @velkin/react@0.1.0
# or @velkin/vue / @velkin/ui — then reinstall so lockfile settles
npm install

After bumping, run your app and ask MCP diff_component_migration for any component you touch. See Migration for playbooks from other libraries and for Velkin-to-Velkin upgrades.

Next steps

  • Changelog — release history
  • Migration — coming from another UI kit or upgrading Velkin
  • MCP servers — diff_component_migration
  • Roadmap — what is shipping next
PreviousScaffold & CLINextMigration