Skip to content
Drivn logoDrivn
Changelog
v1.0.0February 2026

Initial Release

The first stable release of Drivn — a React component library built on dot notation, zero runtime UI dependencies, and the copy-and-own philosophy. Ships with the CLI for scaffolding projects and adding components, plus a full documentation site.

What's new

Core Components

The initial release includes Button, Card, Badge, Input, Switch, Tabs, Avatar, Dialog, Dropdown, Checkbox, Select, Popover, Separator, Textarea, Toast, Tooltip, Progress, and Alert — all with the const styles pattern, type-safe variants, and dot notation API.

CLI

The drivn CLI scaffolds new projects with npx drivn@latest create and adds individual components with npx drivn add [name]. Smart dependency resolution ensures required components are installed automatically.

1npx drivn@latest create