Skip to content
← Back to writing/ Platform Design

Topic

Platform Design

2 articles on platform design.

Your GraphQL Schema is a Team Contract, Not a Type File

Every field you add to a GraphQL schema is a promise to every consumer. The teams that do GraphQL well treat the schema like a roadmap, not a database migration.

June 2026·5 min readRead article →

The Headless/UI Split: Building an SDK That Two Audiences Can Both Use

How splitting a fintech SDK into a headless layer and a UI layer let the platform work for both fast-moving and design-strict client teams, without forcing either to compromise.

SDK DesignPlatform ArchitectureReact NativeAPI Design
May 2026·7 min readRead article →