// About page function AboutPage({ onNavigate, openCaseStudy }) { return (
Who we are

Strong opinions
about software.

Our story

Born from frustration. Refined since 2014.

We were the engineers building the same foundations — auth flows, audit trails, search, billing — for the hundredth time. Every project. Every client. The interesting work was always the last 20%.

So we built a platform that turned the boring 80% into a visual primitive. Hundreds of UK applications later, the platform is the product, and it has become a partner to NHS trusts, retailers and government.

We're founder-led, working with a trusted network of specialist contractors and delivery partners we've built up since 2014. When you engage us, you deal directly with the people making the decisions — not an account manager relaying messages.

We don't do hype. We don't do framework-of-the-month. We ship reliable software for serious institutions, then maintain it for a decade.

{/* Stats */}
{[ ["2014", "building since", ""], ["300+", "apps shipped", ""], ["99.998%", "platform", "uptime"], ].map(([n, l1, l2]) => (
{n}
{l1.toUpperCase()} {l2.toUpperCase()}
))}
{/* Values */}
What we believe

Six principles. One platform.

{[ ["Boring is beautiful", "Software should be invisible to the user and predictable to the operator."], ["Lock-in is a bug", "Your data, exports and IP are yours. Leave whenever you like — we'd rather you stayed by choice."], ["Foundations are solved", "Auth, audit, billing, search — these are primitives, not projects."], ["Security isn't optional", "We build to OWASP ASVS, retain CREST-accredited testers, and treat zero-days as P0."], ["Long support beats new features", "Apps we built ten years ago still receive updates."], ["Integrated ITSM", "Support, incidents and changes are tracked in the platform itself — not a disconnected inbox."], ].map(([t, d]) => (

{t}

{d}

))}
{/* Case studies — hidden
Selected work

Software shipped.

{[ ["OnePortal", "First-aid incident recording for UK schools — multi-tenant, GDPR-grade.", "2024", "oneportal"], ["Halliday Lighting", "Asset tracking and digital site-maintenance for the UK's only dedicated sports-lighting specialist.", "2024", "halliday"], ["Compliant EPC", "Quote, invoice and release certificates — from one back-office.", "2023", "compliantepc"], ["LeapHub", "Work-experience applications, processed end-to-end.", "2023", "leaphub"], ].map(([client, desc, when, csid], i) => ( ))}
*/} {/* CTA */}

Want to chat? So do we.

); } Object.assign(window, { AboutPage });