iOS & Android

Your household.
Organised. Yours.

HomeVault keeps every appliance, warranty, and maintenance task in one place — stored as plain JSON files in the cloud folder you already use. No accounts, no subscriptions, no HomeVault servers.

No account required. No HomeVault servers. Your data lives in your cloud folder.

  • Your dishwasher breaks. You can't find the model number or the warranty.
  • You replaced the HVAC filter. You can't remember when.
  • An appliance is recalled. You're not sure which model you own.
01

Item Tracking

Every appliance, tool, and piece of furniture gets its own record. Capture make, model, serial number, room, purchase date, and warranty expiry. Attach receipts and photos. Organise by room and category. When you call support, the model number is one tap away — not buried in a drawer somewhere.

vault/
  items/
    3fa1b2c4.json    ← refrigerator
    8d9e0f12.json    ← washing machine
    c3d4e5f6.json    ← HVAC unit
  attachments/
    3fa1b2c4/
      receipt.pdf
      photo-front.jpg
02

Maintenance Tasks & Checklists

Track one-off repairs and recurring maintenance schedules. Replace the HVAC filter every 90 days. Clean the dryer vent annually. Task schedules are anchored to actual completion: if you do something a week late, the next reminder counts from when you actually did it — not the original schedule. Checklists break complex jobs into steps.

task: HVAC filter replacement
  interval: 90 days
  last_completed: 2026-03-12
  next_due: 2026-06-10      ← anchored to actual date
  recurrence: interval_from_completion
03

Warranty Alerts

HomeVault watches your warranty dates and sends push notifications at 90, 30, and 7 days before expiry. All notifications are local to your device — no server sees them. Each item carries a status badge so you know at a glance what's covered, what's expiring, and what's gone.

Status When Badge
Active > 30 days remaining Active
Expiring soon ≤ 30 days remaining Expiring soon
Expired Past expiry date Expired
Lifetime No expiry set Lifetime
04

Your Data, Your Storage

HomeVault has no backend. Your vault is a folder of JSON files you store wherever you want: iCloud Drive, Google Drive, Dropbox, or on-device. Sensitive fields — serial numbers, prices, receipts — can be encrypted on-device with a passphrase you set. The JSON schema is open and published on GitHub, so you can read, edit, or back up your data with any tool you like.

Plain text. Open schema.

{
  "schema_version": "1.0",
  "id":             "3fa1b2c4-d5e6-7890-abcd-ef1234567890",
  "name":           "LG French Door Refrigerator",
  "category":       "appliance",
  "room":           "kitchen",
  "brand":          "LG",
  "model_number":   "LRMVS3006S",
  "purchase_date":  "2022-04-15",
  "warranty_expires": "2027-04-15",
  "notes":          "Extended warranty purchased. Filter every 6 months.",
  "tags":           ["kitchen", "lg"],
  "created_at":     "2024-01-03T14:22:00Z",
  "updated_at":     "2024-01-03T14:22:00Z"
}

The vault is plain JSON. Read it, back it up, edit it. View the full schema on GitHub →

Download HomeVault

Free to download. No subscription.

iOS 16+  ·  Android 12+