Type Scale
Bespoke systems that transform
Design-led software for complex organisations
National Health Management Information System
Discovery, prototyping, and iterative delivery
Procurement Scoping Service
We design and build custom software for organisations that have outgrown off-the-shelf solutions. Our design-led approach means fewer surprises and faster adoption.
Long-term partnerships built on reliable delivery and genuine understanding of each client's domain. Every project starts with understanding your users.
Government of The Gambia — Deployed 2023 — 700+ facilities — Ministry of Health
Software Development
const response = await fetch(`/api/v2/facilities?region=${region}`);
Authentication uses OAuth 2.0 bearer tokens with a 3600s expiry
Weight Usage
Regular 400
Aa
Body text, small text, captions, list items, table cells, card descriptions
Medium 500
Aa
Nav links, table values, stat labels, meta data, button secondary
SemiBold 600
Aa
H2, H3, H4, overlines, buttons, bold emphasis in body text, card titles
Bold 700
Aa
Display, H1, brand name, stat numbers, hero headlines only
Responsive Scaling
| Role | Desktop (1024px+) | Tablet (768px) | Mobile (375px) |
|---|---|---|---|
| Display | 48px | 40px | 32px |
| H1 | 36px | 32px | 28px |
| H2 | 28px | 24px | 22px |
| H3 | 22px | 20px | 18px |
| H4 | 18px | 18px | 16px |
| Body | 16px | 16px | 16px |
| Body Small | 14px | 14px | 14px |
| Caption | 13px | 13px | 13px |
| Overline | 12px | 12px | 11px |
In Context — Dark Theme
Services
Work
About
Contact
Software Development
Bespoke systems that transform how you operate
We design and build custom software for organisations that have outgrown off-the-shelf solutions.
Start a Conversation
Government
Health Information Systems
National-scale platforms for health data collection, reporting, and decision support across 700+ facilities.
SaaS
Care Sector Platform
Multi-tenant SaaS system managing compliance, staffing, and operations for care providers across the UK.
Human Rights
NHRC Complaints Portal
Public-facing complaints system with multilingual support, anonymous reporting, and case management.
In Context — Light Theme (Document)
Case Study
National Health Management Information System
A comprehensive health data platform serving The Gambia's Ministry of Health, replacing fragmented paper-based systems with real-time reporting across 700+ health facilities nationwide.
Technical Architecture
The system is built on a
Node.js backend with PostgreSQL 15 for data storage. The API serves both the web application and mobile data collection tools used by health workers in the field.// Facility reporting endpoint export async function getMonthlyReport(facilityId: string, month: string) { const data = await db.query(` SELECT indicator, value, target FROM reports WHERE facility_id = $1 AND month = $2 `, [facilityId, month]); return formatReport(data.rows); }
Key Outcomes
- Real-time visibility — health data available within hours instead of weeks
- 700+ facilities reporting through a single unified platform
- Offline capability — mobile app works without connectivity, syncs when available
- Multi-level reporting — facility, district, regional, and national dashboards
Writemedia — Government of The Gambia — Deployed 2023