RE by GRESS — a sample book, in the format you would own
========================================================

This is not a screenshot and it is not a demo video. It is the actual
shape of the files RE writes, for a small organisation with twelve
entries across July and August 2026.

  data/bookkeep/
    accounts.json          the chart of accounts
    auth.json              users and roles (passwords are bcrypt hashes;
                           the one in this file is deliberately not valid)
    2026/
      book.json            every entry, reconciliation and audit line
      receipts/            the proof, filed with the entries

Open book.json in any text editor. Every entry has a date, a payee, a
memo, and two or more lines whose debits equal their credits — because
an entry that does not balance is rejected before it is written.

Three things worth checking while you are in there:

1. Nothing is encoded, minified or proprietary. It is indented JSON.
   If RE disappeared tomorrow, a competent developer — or any future
   tool — could read your books without anyone's permission.

2. The audit trail is in the same file. Who entered what, and when.

3. There is no database, no lock-in table, no export button to beg for.
   Copying this folder copies the books, completely.

That is the whole claim, and you are holding the evidence before you
have paid us anything.

  re.gress.ai
