What happens to your numbers
You are being asked to hand your property's financials to a company you have not heard of. That is a reasonable thing to hesitate over, so here is exactly what the software does.
The preview stores nothing
When you drop a report into the try-it page, it is parsed in memory and the result is returned to your browser. No account, no database row, nothing written to disk.
Properties are isolated at the database
Separation between tenants is enforced by row-level security in Postgres, not by application code remembering to filter. One property cannot read another’s rows even if the application asks it to.
Sensitive employee data is sealed before it reaches us
Social security numbers, bank details and tax elections are encrypted in your browser. The server stores them sealed and never holds them in plaintext at rest.
The exit is real
The engine is Apache-2.0 and self-hostable. If you stop trusting us, you can run the same software yourself.