DEPOT ALPHA PROGRAM ONBOARDING PAGE
Structured data editor. Edit JSON like a spreadsheet.
Latest: v0.4.2
Getting started
- Install — macOS: open the
.dmg and drag to Applications. Windows: extract the zip and run setup. Linux: extract and run the binary.
- Create a file — click Create to make a new
.dpo file. This single file holds your schema and data.
- Add sheets and columns — sheets are tabs, columns are typed (text, number, bool, image, list, reference, etc).
- Edit — click any cell. Saves automatically. The
.dpo file is newline-delimited JSON, so it diffs cleanly in git.
Notes
- There is A LOT possible in the current version and a lot new from original Depot. Play around.
- There will eventually be documentation available.
- The app _should_ be updated to the latest version automatically as new versions are released.
- macOS builds aren't code-signed yet — right-click → Open on first launch.
- If you're targeting C#, consider using the corresponding source generator.
- Filter expressions and Eval panel both use CEL as their expression language.
- I highly recommend looking through CEL By Example for more information on using CEL.