Hospitech.

Legal Security

How Hospitech keeps your staff records safe

You are about to put your employees' PPS numbers, bank details, contracts and sick-leave records into software run by a small Irish company. You should ask how it is protected. Here is the honest answer, including the parts that are still work in progress.

The one that matters: other businesses cannot see your data

Hospitech is one system serving many hospitality businesses. The obvious fear is that a bug lets one of them see another's staff.

That separation is enforced in the database itself, not in the website. Every table carries the account it belongs to, and a rule attached to the table — not to the app — refuses to return rows belonging to anyone else. If the application had a bug tomorrow and asked for another company's employees, the database would return nothing.

Verified 31 July 2026: all 75 tables across the platform have row-level security switched on, with no exceptions. Isolation was also tested from the opposite direction, by taking a real signed-in account and attempting to read another account's records directly against the database: refused.

Why this design: an application-layer check is one forgotten where clause away from a breach. A database-layer rule has to be deliberately removed.

What is encrypted

Who can see what

Access follows the role someone holds — owner, manager, supervisor, staff — and, where you have several venues, the sites they are assigned to. Those limits are enforced by the same database rules as the isolation above, so they hold even if someone reaches the data by a route the interface does not offer.

Staff see their own records only. A supervisor does not see another venue's people unless you have given them that venue.

What we can see

We are a two-person-or-fewer company and we will not pretend otherwise: someone at Hospitech can reach production data, because someone has to be able to fix it.

What limits it:

Where your data lives

The European Union — Ireland region (AWS, via Supabase). Application hosting is Vercel. Files are held in private storage with per-account access rules and no public links; a certificate or a kitchen photograph cannot be reached by guessing a URL.

The full sub-processor list, with what each one does, is in the DPA §4.

The audit trail

Changes to records are written to an audit log with who, what, before and after. Sign-in events are recorded by the hosting provider. For food-safety records specifically, the trail of who signed what and when is the point of the product, not an add-on.

When something goes wrong

If personal data is breached, we notify affected customers without undue delay and within 72 hours of becoming aware, with what we know and what we are doing — that commitment is contractual, in DPA §6.

If you find a security problem, email hello@hospitech.ie. We would much rather hear it from you than read it somewhere else. We will not threaten anyone who reports a vulnerability in good faith.

What we do not do

Being straight about maturity

Hospitech is new. Things a larger vendor would have and we do not, yet:

If any of these is a blocker for you, tell us — it is better to know than to have you find out later.

← All documents · Questions: hello@hospitech.ie