Changelog

Latest changes and updates to Soul.

July 2025

Card Component

We've added a new Card component that provides a flexible container with optional link functionality and hover states. The previous Card component has been renamed to CategoryCard.


FileInput Component

We've added a new FileInput component that supports drag & drop, progress tracking, and file validation.


Launch of VIBES CLI

We're excited to announce the launch of the VIBES CLI – a command-line tool for installing VIBES components directly into your project.

Key features:

  • Smart package manager detection (pnpm, yarn, bun, npm)
  • Interactive dependency installation with user prompts
  • Intelligent component resolution with automatic dependency handling
  • Flexible installation options with --dry-run and --no-install flags

Get started:

# Install a componentnpx vibes@latest add button# Install with dependenciesnpx vibes@latest add navigation# Preview changes without installingnpx vibes@latest add accordion --dry-run