DEPOT ALPHA PROGRAM ONBOARDING PAGE

Depot

Depot alpha

Structured data editor. Edit JSON like a spreadsheet.

Latest: v0.4.2

Downloads

macOS (Apple Silicon) .dmg, arm64
macOS (Intel) .dmg, x64
Windows .zip, x64
Linux .tar.gz, x64

Getting started

  1. Install — macOS: open the .dmg and drag to Applications. Windows: extract the zip and run setup. Linux: extract and run the binary.
  2. Create a file — click Create to make a new .dpo file. This single file holds your schema and data.
  3. Add sheets and columns — sheets are tabs, columns are typed (text, number, bool, image, list, reference, etc).
  4. Edit — click any cell. Saves automatically. The .dpo file is newline-delimited JSON, so it diffs cleanly in git.

Notes