VibeVault logo
VibeVault
Getting Started
How To Use
Core Concepts
Recovery
Desktop Preview
Demo
Overview
Getting Started

What ships in the current VibeVault build

The current repo already contains the real CLI workflow, the WPF desktop preview, and the landing/docs app.

Why this step matters
Keep the docs aligned with the real repo workflow.

This is a source-first build today. The docs are written around the repo that exists right now instead of promising a different product shape.

CLI flow covers scan, sanitize, vault, run, backup, restore, and S3 connection setup.

Desktop preview is usable for dashboard, scanner, sanitizer planning, vault browsing, and restore-oriented flows.

After the hackathon stages, the strongest parts are intended to be hardened and then open sourced in stages.

Current workflow surface
Command-oriented reference
>vibevault scan
>vibevault sanitize --backup
>vibevault vault set DATABASE_URL --profile development
>vibevault run --profile development -- npm run dev
Repo-first install

Work from the repository root so the scripts, packages, and desktop app stay aligned.

Windows-first path

DPAPI-backed storage and the desktop preview make Windows the best-supported environment right now.

Guided demo included

The landing page and this docs route both include the sanitize and runtime demo flow.