AREA 01
Consumer mobile applications In development
Focused, single-purpose applications for iOS and Android. We aim for software that works offline, opens instantly, holds no account when it does not need one, and asks for a permission only at the moment it is used — with a plain explanation of why.
Our mobile work is built against Apple's Human Interface Guidelines and App Review Guidelines and Google's equivalents, including accurate privacy nutrition labels, age ratings that match the actual content, and a working support route from inside the app.
AREA 02
SaaS platforms In development
Subscription web software for small organisations and professional teams. Multi-tenant from the first migration, with tenant isolation enforced at the data layer rather than trusted to application code.
Roles and permissions, audit logging, data export, invoicing and a genuine account-closure path are treated as version-one requirements. They are much harder to retrofit than to design in, and their absence is what makes software feel unfinished.
AREA 03
Reference & utility software In development
Large, structured bodies of information turned into something fast and searchable — calendars, catalogues, reference libraries and the tooling that keeps their source data verifiable.
This work is static-first: pages are generated ahead of time and served from disk, so a reader gets an answer without waiting on a database, and the archive stays readable even when JavaScript does not run.
AREA 04
Internal platform & tooling Continuous
The layer beneath the portfolio: build and release pipelines, deployment, backup and restore procedures, monitoring and alerting, and the shared libraries our products draw on.
None of this is sold. It exists so that a two-person release is as controlled as a twenty-person one, and so that recovering a service is a rehearsed procedure rather than an improvisation.