BPOST is the national Belgian postal carrier, together with other subsidiaries, forming BNODE group. BPOST itself has over 26.000 employees and over 10M customers and potential users of their applications and websites.
Apart from consumer facing touch points, BPOST develops also a handful of other digtal products used in operations, HR and retail. I can easily count more than 10 distinct "products" and a plethora of technologies.
Setting up and maintaining Figma libraries and design tokens.
UI Design and component specification.
Backlog management and roadmapping.
Stakeholder relations.
Design System architecture.
The DS team belonged to the wider team of Digital Custodians, offering digital competences (DS/UX/UI/Analytics/Copy) to product teams across 3 tribes. This is were Wrap DS was born.


The purpose of the design system is to codify and share product design decisions across the bpostgroup and its shape and form was highly informed by the following principles.
Maintain, to the level that is viable, identical naming conventions, structures and attributes across platforms (Figma, Angular, iOS, Android).
Do not override native UI patterns for the shake of consistency. Leverage the conventions of each platform to create predictable and trustworthy behaviours. Local coherence over global consistency.
Enable the design system users to ingest the design system according to their needs and context.
Respect the design and tech decisions that came before as long as they do not pose a risk to UX. Adopt existing organisational rituals before inventing new ones. Incremental change over radical innovation.


Design decisions are encoded to design tokens in a single JSON file and semi-automatically translated into styles and variables for the following platforms:
The Figma libraries contain designs of components and their specifications. The developers turn the components in code and add them to their platform-specific libraries.
The use of components is demonstrated in demo applications in all platforms and Storybook (Angular only). Prime NG is a dependency of the Angular library.
In Figma, common design decisions are translated into variables and styles in global styles library.
An additional library, component tokens stores dark mode overrides for components with accessibility issues caused by the default global styles.
The global styles library is public and used by designers, while component tokens is only published for the design system team.
Global styles and component tokens are used in all component libraries:
Colour related design decisions were encoded in a multi-tier token architecture, supporting light and dark modes:
For functional colour I used a naming convention based on Google Material. Each functional colour has variants from lowest to highest contrast with the background. For example: primaryLow, primaryDefault, primaryHigh. Functional colour was the only tier exposed and used by the designers.


At the highest level, we grouped our work in the following epics:
We defined design system features as “any addition to the design system, that brings substantial value to its users, regardless of their platform”.
Our definition was informed by the principle of platform parity, also referred to as stack mirroring; a feature is not complete if not available both to designers and developers.



