Frontend
TypeScript
Typed JavaScript across almost every codebase we write
What it is
TypeScript is a statically typed superset of JavaScript developed by Microsoft that compiles down to plain JavaScript.
Why it matters
Static types catch a class of bugs before code ever runs, make large codebases easier to refactor safely, and turn the codebase itself into living documentation — which matters most on projects that outlive their original developers.
Where we use it
TypeScript is used across our frontend, backend, and mobile codebases by default, not as an optional add-on.
Capabilities
What we do with it
- End-to-end type safety across frontend and backend
- Safer refactoring on long-lived codebases
- Editor tooling that speeds up development
- Type-driven API contracts between services
Related services
Used within
Related work
Where we've used it
Industries
Common in these industries
FAQ

