Selected cases

Competera

Repricing platform for automating complex pricing workflows

Impact
  • ~2× faster UI delivery on routine tasks
  • 2 enterprise products unified under one design system
  • Full IA redesign across both products
  • New delivery workflow introduced for the core team
Enterprise SaaS Design System Retail Tech AI
View case study
Competera product screenshot
Hubmee

Personal life manager

Creating a frictionless digital experience for Hubmee — an all-in-one platform helping users manage life, tasks, communication, and personal workflows in one intelligent ecosystem.

Mobile & Web 0→1 Product Design System
View case study
Hubmee product screenshot
Intellias

Facilities management redesign for enterprise field teams

Transforming complex enterprise processes into a seamless digital experience tailored for modern operational teams.

B2B Enterprise Tools Workflow Design
View case study
Intellias facilities management screenshot
Intellias

Building a Multilingual Travel Experience with RTL Support

  • Full RTL interface tailored to Arabic
  • Cross-cultural UX research and adaptations
  • Mobile-first learner experience
  • Localization-ready design system
EdTech Mobile RTL Interface
View case study
Arabic learning app screenshot
Cieden

Arabic Learning App — Cross-Platform UX Redesign

  • Brand identity and visual language refresh
  • Cross-platform redesign — web and mobile
  • Onboarding and lesson flows redesigned
  • Visual design system rebuilt for scale
Brand & Identity Web Design Visual Design
View case study
Learning app screenshot
Intellias

Rethinking Office Navigation for Mobile & Offline Use

A navigation system for complex office environments designed to support different employee personas, enabling easy wayfinding across buildings with reliable offline functionality.

  • Real-time location and routing logic
  • Office navigation system across multi-floor buildings
  • Mobile wayfinding solution
CRM Enterprise SaaS UX Research
View case study
Wayfinding app screenshot
// Page transition fallback (non-View Transitions browsers) (function() { if (CSS.supports('(view-transition-name: none)')) return; // handled by CSS var body = document.body; body.style.transition = 'opacity 0.24s ease'; body.style.opacity = '0'; window.addEventListener('pageshow', function() { body.style.opacity = '1'; }); document.addEventListener('click', function(e) { var a = e.target.closest('a[href]'); if (!a) return; var href = a.getAttribute('href'); if (!href || href.charAt(0) === '#' || href.includes('://') || a.target === '_blank' || a.getAttribute('download')) return; e.preventDefault(); body.style.opacity = '0'; setTimeout(function() { location.href = href; }, 240); }); })();