Skip to content
K&E product · Encrypted storage · Supabase

KE Vault

Buy hard drives. Run the vault server from this computer. Encrypt on device — ciphertext on iron you own. Optional cloud. A standalone K&E Studios product.

Coded by William Keenan · Supabase-backed cloud · K&E Studios LLC

Pricing

Local vault is free forever. Cloud plans store ciphertext only on Supabase under your quota.

Local

$0

Local only

Your hard drives. Encrypt on device. No cloud bill.

  • · Unlimited local storage (your disks)
  • · AES-256-GCM on device
  • · CLI + agent tools
  • · LAN vault serve

Cloud Starter

$4.99/mo

5 GB

Encrypted cloud backup on KE Supabase — 5 GB.

  • · Everything in Local
  • · 5 GB encrypted cloud storage
  • · Supabase-backed ciphertext only
  • · Passphrase never leaves device

Cloud Plus

$9.99/mo

50 GB

50 GB encrypted cloud for photo libraries & docs.

  • · Everything in Starter
  • · 50 GB encrypted cloud
  • · Priority restore bandwidth
  • · Email support

Cloud Pro

$19.99/mo

200 GB

200 GB for power users and small teams.

  • · Everything in Plus
  • · 200 GB encrypted cloud
  • · 3 vaults / workspaces
  • · Priority support

AES-256-GCM on device

Files and original filenames are encrypted before they touch disk or network. Nothing decrypts without your passphrase.

Your hard drives (default)

Buy disks. Mount them. Point KE Vault at the path. Ciphertext lives under vaults/…/blobs on iron you own — not a rental rack.

Server from this computer

prism vault serve --lan runs the storage server on your machine. Leave it up; agents and the app talk to your drive.

Optional cloud

Still want Supabase? --backend cloud or hybrid. Ciphertext only. Passphrase never leaves the device.

Two keys, clear jobs

Passphrase unlocks content. Vault key authorizes the server. Losing the passphrase loses the files forever — by design.

Photos & any file

Images, PDFs, zips, docs. Drop in the app, CLI put, or vault_* agent tools.

Quick start

Own the iron. Encrypt the rest.

# Point at a hard drive (external SSD/HDD recommended)
prism vault drive /Volumes/SafeBay/ke-vault

# Local vault — no cloud required
prism vault init --passphrase 'your-long-passphrase'

prism vault unlock --passphrase '…'
prism vault put ./photo.jpg
prism vault list

# Infra before Amazon drives arrive
prism vault setup          # staging + LaunchAgent :7441
prism vault infra          # phase / mounts / next steps

# When KE-VAULT volume is plugged in
prism vault migrate

# Optional cloud later
prism vault init --backend cloud --passphrase '…'

Local health: prism vault health · cloud API: GET /api/v1/vault · docs: VAULT_INFRA.md

Part of the K&E Studios stack

Same founder, same ship cadence. Vault sits next to Sheets, Game Host, Media API, and the tools published through Upgrade Your AI.