{
  "version": "https://jsonfeed.org/version/1.1",
  "title": "Sébastien MAIMON — Hands-on technology partner",
  "language": "en",
  "home_page_url": "https://www.sebastien.maimon.fr/en/",
  "feed_url": "https://www.sebastien.maimon.fr/en/feed/feed.json",
  "description": "Hands-on technology partner for small and mid-sized companies. I help business leaders see where technology is costing them time and money, set priorities, deliver the work and keep it under control.",
  "author": {
    "name": "Sébastien MAIMON",
    "url": "https://www.sebastien.maimon.fr/"
  },
  "items": [
    
    
    {
      "id": "https://www.sebastien.maimon.fr/en/case-studies/flex-office-saas-platform-rebuild/",
      "url": "https://www.sebastien.maimon.fr/en/case-studies/flex-office-saas-platform-rebuild/",
      "title": "Flex office SaaS platform: rebuilding a flexible workspace platform paralysed by technical debt",
      "content_html": "<h2>Context</h2>\n<p>This flex office SaaS platform is a marketplace for renting flexible workspace in France: private offices, coworking desks and meeting rooms. More than 500 spaces listed across 80 cities.</p>\n<p>The original platform had been built with NoCode tools (Xano for the backend, WeWeb for the frontend). At the outset, that approach made for a fast launch. But month after month, things deteriorated.</p>\n<h2>The problem</h2>\n<h3>A platform that had become unmanageable</h3>\n<p>The <a href=\"https://www.sebastien.maimon.fr/en/notes/understanding-and-reducing-technical-debt/\">technical debt</a> piling up on the NoCode tools had made the platform unstable. Outages multiplied, fixes created new bugs, and the team no longer had command of its own tool.</p>\n<h3>A loss of operational control</h3>\n<p>Faced with a malfunctioning portal, the team had been forced back to Excel files to keep track of the business: managing contracts, following up payments, chasing customers. A step backwards that cost both time and reliability.</p>\n<h3>An eroding customer base</h3>\n<p>The recurring technical problems on the customer portal (slowness, display errors, broken features) caused users to lose confidence. Customers left the platform. The tool that was supposed to generate value had become a drag on sales.</p>\n<h3>Dependence on NoCode tools</h3>\n<p>The team could neither fix the problems properly nor develop the platform to suit its needs. The limits of Xano and WeWeb had become walls. Every new feature called for fragile workarounds that made the technical debt worse.</p>\n<h2>The proposal</h2>\n<p>Given all this, I proposed a complete rebuild of the platform. No patching up, no gradual migration: a rebuild from scratch, on solid foundations.</p>\n<h3>Development assisted by AI agents</h3>\n<p>The whole build was carried out with the help of <a href=\"https://www.sebastien.maimon.fr/en/notes/ai-agents-beyond-the-chatbot/\">AI agents</a>, producing in a few weeks what would have taken months with a traditional approach:</p>\n<ul>\n<li>Code generated to strict standards</li>\n<li>Automated tests written alongside the code</li>\n<li>Technical documentation generated and kept up to date continuously</li>\n<li>Code review and error detection in real time</li>\n</ul>\n<h3>A state-of-the-art architecture</h3>\n<p>The new platform was designed according to recognised software industry models:</p>\n<ul>\n<li><strong>DDD (Domain-Driven Design)</strong>: the code is organised around the platform’s business domains (marketplace, invoicing, identity, contracts, compliance), not around the technology. Each domain is independent and can evolve without affecting the others.</li>\n<li><strong>TDD (Test-Driven Development)</strong>: every feature is tested before it is coded. Regressions are picked up instantly.</li>\n<li><strong>CQRS</strong>: separating read and write operations to guarantee performance and reliability at scale.</li>\n<li><strong>Design System</strong>: a library of consistent, reusable, maintainable visual components. The interface is uniform and professional.</li>\n</ul>\n<h3>A modern technical stack</h3>\n<ul>\n<li>Frontend: Next.js, React, Tailwind CSS</li>\n<li>Backend: Symfony, PostgreSQL</li>\n<li>Authentication: Supabase</li>\n<li>Payment: Stripe Connect</li>\n<li>Infrastructure: Docker, Terraform</li>\n<li>Tests: Vitest, PHPUnit</li>\n</ul>\n<h2>Results</h2>\n<ul>\n<li><strong>A platform rebuilt from scratch</strong> in a few weeks thanks to AI agents</li>\n<li><strong>500+ spaces</strong> migrated with no data loss</li>\n<li><strong>80+ cities</strong> covered from launch</li>\n<li><strong>The end of Excel files</strong>: all business tracking is built into the platform</li>\n<li><strong>A reliable customer portal</strong>: no more recurring outages, a smooth user experience</li>\n<li><strong>Native <a href=\"https://www.sebastien.maimon.fr/en/notes/gdpr-checklist-for-business-leaders/\">GDPR</a> compliance</strong>: consent, access rights and a record of processing activities built in from the design stage</li>\n<li><strong>Technical autonomy</strong>: the team has command of its tool, can develop it further, and is no longer <a href=\"https://www.sebastien.maimon.fr/en/notes/avoiding-vendor-lock-in/\">dependent on a NoCode vendor</a></li>\n</ul>\n<h2>What this project illustrates</h2>\n<p>This rebuild is a textbook case of what happens when a company builds its critical tool on foundations it does not control. NoCode lets you start fast, but without technical governance the debt piles up until breaking point.</p>\n<p>Rebuilding with AI agents made it possible to combine the speed of NoCode with the robustness of a professional architecture. The result is a platform the team understands, controls and can develop further with confidence.</p>\n",
      "date_published": "2025-06-15T00:00:00Z"
    }
    
    ,
    
    
    
    {
      "id": "https://www.sebastien.maimon.fr/en/case-studies/securing-an-executives-email/",
      "url": "https://www.sebastien.maimon.fr/en/case-studies/securing-an-executives-email/",
      "title": "Securing an executive&#39;s email after a targeted destabilisation attempt",
      "content_html": "<h2>Context</h2>\n<p>The chairman of a company was targeted by an attempt to destabilise him, which carried the risk of sensitive emails being deleted from his work mailbox, hosted by an outside supplier. Confidential emails had been read and potentially exfiltrated. Trust in the existing infrastructure was gone.</p>\n<p>The work was launched as an emergency, with two objectives: secure the executive’s communications immediately, and migrate to a fresh, fully controlled environment.</p>\n<h2>The problem</h2>\n<h3>A confirmed compromise</h3>\n<p>Suspicious logins had been identified on the chairman’s account, from unusual IP addresses. The extent of the unauthorised access was hard to assess: how many emails had been read, forwarded, copied? Nothing was certain.</p>\n<h3>Operational urgency</h3>\n<p>The chairman had to keep communicating without interruption, while having the assurance that his exchanges were no longer being monitored. Every hour counted.</p>\n<h2>The intervention</h2>\n<h3>Phase 1: immediate isolation and lockdown</h3>\n<ul>\n<li>Changed every password and revoked active sessions</li>\n<li>Enabled multi-factor authentication (MFA) on all critical accounts</li>\n<li>Audited the automatic forwarding rules (silent redirects had been set up)</li>\n<li>Froze the compromised account for analysis</li>\n</ul>\n<h3>Phase 2: migration to Google Workspace</h3>\n<ul>\n<li>Full export of the mailbox in PST format (archived from the legacy desktop client)</li>\n<li>Creation of a dedicated Google Workspace environment, configured securely from the outset</li>\n<li>Import of the email history into Gmail using a script</li>\n<li>Configuration of the DNS records (MX, SPF, DKIM, DMARC) for the new service</li>\n<li>Cut-over of the mail flow</li>\n</ul>\n<h3>Why this choice</h3>\n<p>The decision was not ideological, it was operational. In this situation, the objective was to restore a reliable service within hours, with simple administration and a high level of security.</p>\n<p>This case is a reminder of something that is often forgotten: a company does not need a full Microsoft tenant and the whole ecosystem around it to work properly. What it needs is robust email, controlled access, strong authentication, backups and clear governance.</p>\n<p>Another factor weighed in the balance: AI is already built into the Google environment. For a business leader who is not yet comfortable with AI agents, that is a useful way in — help with drafting, summaries of email threads, contextual assistance inside everyday tools, with no additional technical project.</p>\n<p>Google is clearly pushing this usage, whether users want it or not. That is a deliberate trade-off here: imperfect but immediately available support is better than a theoretical AI strategy that never reaches production.</p>\n<p>Pragmatism therefore drove the decision: take the option that was fastest to secure, clearest for the executive and simplest to maintain over time.</p>\n<h3>Phase 3: security hardening</h3>\n<ul>\n<li>Enrolment in Google’s Advanced Protection Program (physical security keys)</li>\n<li>Alerts on logins from unusual devices or locations</li>\n<li>Restriction of the third-party applications allowed to access the account</li>\n<li>Training for the executive on good practice: recognising phishing, managing devices, sharing documents securely</li>\n</ul>\n<h3>Phase 4: documentation and prevention</h3>\n<ul>\n<li>Incident report setting out the findings, the actions taken and the recommendations</li>\n<li>An email security policy put in place</li>\n<li>Review of the legacy supplier’s access, and termination of the contract</li>\n</ul>\n<h2>Results</h2>\n<ul>\n<li><strong>Migration</strong> with no interruption of service</li>\n<li><strong>Full history preserved</strong>: all emails, contacts and calendars migrated from the PST</li>\n<li><strong>Stronger security</strong>: MFA, physical keys, login alerts, strict DMARC</li>\n<li><strong>Autonomy regained</strong>: the executive controls his own environment, with no remaining dependence on the compromised supplier</li>\n<li><strong>Silent redirects removed</strong>: the information leaks stopped immediately</li>\n</ul>\n<h2>What this case illustrates</h2>\n<p>A business leader’s mailbox is a prime target. Without multi-factor authentication, without an audit of forwarding rules, without access logging, an email account becomes an open door. Migrating to a secure environment is not a luxury: it is a basic protective measure that should have been in place before the incident.</p>\n",
      "date_published": "2024-08-12T00:00:00Z"
    }
    
    ,
    
    
    
    {
      "id": "https://www.sebastien.maimon.fr/en/case-studies/hr-process-automation-through-an-hris/",
      "url": "https://www.sebastien.maimon.fr/en/case-studies/hr-process-automation-through-an-hris/",
      "title": "HR digital transformation at a leader in medical distribution",
      "content_html": "<h2>Context</h2>\n<p>A leading medical device distribution group, with 50 years of expertise behind it, faces a major challenge: coping with exceptional growth of 300% in six months following the acquisition of a major player in the sector. Its IT estate, built in WinDev in 2005, has no HR module at all to handle the onboarding of 100 new employees.</p>\n<h3>Issues identified</h3>\n<p><strong>Explosive growth</strong>: 100 new employees to bring on board quickly<br />\n<strong>An obsolete system</strong>: No HR tools in the existing IT estate<br />\n<strong>Manual processes</strong>: HR operations that consume a great deal of time<br />\n<strong>Time pressure</strong>: The rollout had to happen within one month</p>\n<h2>What was at stake in the transformation</h2>\n<p>The project was built around three strategic areas:</p>\n<ol>\n<li>\n<p><strong>Full HR digitalisation</strong>:</p>\n<ul>\n<li>Automating the key processes</li>\n<li>Centralising the HR data</li>\n<li>A modern user interface</li>\n</ul>\n</li>\n<li>\n<p><strong>Operational efficiency</strong>:</p>\n<ul>\n<li>Less administrative work</li>\n<li>Better use of the HR team’s time</li>\n<li>More reliable processes</li>\n</ul>\n</li>\n<li>\n<p><strong>Employee experience</strong>:</p>\n<ul>\n<li>A self-service portal</li>\n<li>Simplified access to information</li>\n<li>Greater autonomy</li>\n</ul>\n</li>\n</ol>\n<h2>Our approach</h2>\n<p>Our work was structured around several areas of expertise:</p>\n<h3>1. Analysis and selection</h3>\n<p><strong>Benchmarking the solutions</strong>:</p>\n<ul>\n<li>A study of the HRIS market</li>\n<li>Analysis of the specific needs</li>\n<li>Selection of a solution that fits</li>\n</ul>\n<p><strong>Process audit</strong>:</p>\n<ul>\n<li>Mapping the HR flows</li>\n<li>Identifying the risks</li>\n<li>Optimising the workflows</li>\n</ul>\n<h3>2. Technical implementation</h3>\n<p><strong>HRIS rollout</strong>:</p>\n<ul>\n<li>Tailored configuration</li>\n<li>Data migration</li>\n<li>Integration with the existing IT estate</li>\n</ul>\n<p><strong>Process automation</strong>:</p>\n<ul>\n<li>Annual leave management</li>\n<li>Payroll processes</li>\n<li>Appraisals and training</li>\n</ul>\n<h3>3. Supporting the users</h3>\n<p><strong>Team training</strong>:</p>\n<ul>\n<li>Tailored learning paths</li>\n<li>Detailed documentation</li>\n<li>Ongoing support</li>\n</ul>\n<h2>Results</h2>\n<h3>1. Operational performance</h3>\n<p><strong>Productivity gains</strong>:</p>\n<ul>\n<li>Automation of the administrative tasks</li>\n<li>Fewer data entry errors</li>\n<li>Optimised HR processes</li>\n</ul>\n<p><strong>Simpler administration</strong>:</p>\n<ul>\n<li>Centralised data</li>\n<li>HR dashboards</li>\n<li>Automated reporting</li>\n</ul>\n<h3>2. Better HR services</h3>\n<p><strong>Full digitalisation</strong>:</p>\n<ul>\n<li>Paperless documents</li>\n<li>Automated workflows</li>\n<li>Real-time tracking</li>\n</ul>\n<p><strong>A focus on added value</strong>:</p>\n<ul>\n<li>Time freed up for people</li>\n<li>Personalised support</li>\n<li>Talent development</li>\n</ul>\n<h3>3. Employee satisfaction</h3>\n<p><strong>A self-service portal</strong>:</p>\n<ul>\n<li>24/7 access to information</li>\n<li>Online requests</li>\n<li>Paperless documents</li>\n</ul>\n<h2>Business impact</h2>\n<p>The HR digital transformation achieved the following:</p>\n<ul>\n<li>Successful onboarding of the new employees</li>\n<li>A significant reduction in administrative costs</li>\n<li>Better satisfaction among the teams</li>\n<li>Stronger compliance with the regulations</li>\n</ul>\n<p>This transformation shows how HR digitalisation can support explosive growth while improving service quality and the employee experience.</p>\n",
      "date_published": "2023-10-09T00:00:00Z"
    }
    
    ,
    
    
    
    {
      "id": "https://www.sebastien.maimon.fr/en/case-studies/pharmalizr-medicine-serialisation-solution/",
      "url": "https://www.sebastien.maimon.fr/en/case-studies/pharmalizr-medicine-serialisation-solution/",
      "title": "PharmaliZr - a medicine serialisation solution",
      "content_html": "<h2>Context</h2>\n<p>Against a backdrop in which counterfeit medicines represent an annual loss of more than 1 billion euros in France and 10.5 billion in Europe, Eirwego is developing PharmaliZr, an innovative solution for verifying medicines by scanning datamatrix codes. From its creation in 2018 to today, the solution has never stopped evolving to meet market needs and regulatory requirements.</p>\n<h3>Issues identified</h3>\n<ul>\n<li><strong>A public health issue</strong>: the fight against counterfeit medicines</li>\n<li><strong>Technical complexity</strong>: the need for a multi-device solution with no installation</li>\n<li><strong>Regulatory constraints</strong>: mandatory certification by France MVO, the French medicines verification organisation</li>\n<li><strong>Scalability</strong>: continuous adaptation to user needs and European standards</li>\n</ul>\n<h2>What was at stake in the transformation</h2>\n<p>The project was built around three strategic areas:</p>\n<ol>\n<li>\n<p><strong>Maximum accessibility</strong></p>\n<ul>\n<li>A cross-platform web solution</li>\n<li>On-Premise and SaaS versions</li>\n<li>A <a href=\"https://www.sebastien.maimon.fr/en/notes/apis-and-integration/\">REST API</a> for third-party integrations</li>\n</ul>\n</li>\n<li>\n<p><strong>Technical excellence</strong></p>\n<ul>\n<li>A modern, scalable architecture</li>\n<li>Optimal performance</li>\n<li>Strengthened security</li>\n</ul>\n</li>\n<li>\n<p><strong>User experience</strong></p>\n<ul>\n<li>An intuitive interface</li>\n<li>Adaptation to the contexts of use</li>\n<li>Advanced alert management</li>\n</ul>\n</li>\n</ol>\n<h2>Our approach</h2>\n<p>Our work was structured in two major phases:</p>\n<h3>1. Initial creation (2018)</h3>\n<ul>\n<li>\n<p><strong>UX/UI design</strong></p>\n<ul>\n<li>Co-building with pharmacists</li>\n<li>Mobile-first design</li>\n<li>Optimised user journeys</li>\n</ul>\n</li>\n<li>\n<p><strong>Technical architecture</strong></p>\n<ul>\n<li>A modern stack (React, Symfony)</li>\n<li>A documented REST API</li>\n<li>Continuous deployment</li>\n</ul>\n</li>\n</ul>\n<h3>2. Major evolution (2022)</h3>\n<ul>\n<li>\n<p><strong>UX improvements</strong></p>\n<ul>\n<li>A redesign of the user journeys</li>\n<li>Advanced alert management</li>\n<li>Dark/light mode support</li>\n</ul>\n</li>\n<li>\n<p><strong>Technical optimisation</strong></p>\n<ul>\n<li>Improved performance</li>\n<li>New integrations</li>\n<li>Strengthened security</li>\n</ul>\n</li>\n</ul>\n<h2>Key features</h2>\n<h3>1. Medicine verification</h3>\n<ul>\n<li>\n<p><strong>Intelligent scanning</strong></p>\n<ul>\n<li>Reading datamatrix codes</li>\n<li>Real-time verification</li>\n<li>Handling anomalies</li>\n</ul>\n</li>\n<li>\n<p><strong>End-to-end traceability</strong></p>\n<ul>\n<li>A history of verifications</li>\n<li>Batch tracking</li>\n<li>Detailed reporting</li>\n</ul>\n</li>\n</ul>\n<h3>2. Alert management</h3>\n<ul>\n<li><strong>An intelligent system</strong>\n<ul>\n<li>Automatic detection</li>\n<li>Prioritising alerts</li>\n<li>Recommended actions</li>\n</ul>\n</li>\n</ul>\n<h3>3. Adaptive interfaces</h3>\n<ul>\n<li><strong>Multi-device</strong>\n<ul>\n<li>A responsive desktop version</li>\n<li>A mobile application</li>\n<li>A dedicated terminal (PDA)</li>\n</ul>\n</li>\n</ul>\n<h2>Results</h2>\n<h3>1. Institutional recognition</h3>\n<ul>\n<li>France MVO certification obtained</li>\n<li>A pioneering position in the market</li>\n<li>A benchmark solution for the sector</li>\n</ul>\n<h3>2. User adoption</h3>\n<ul>\n<li><strong>Customer satisfaction</strong>\n<ul>\n<li>An intuitive interface that users praise</li>\n<li>Optimised processes</li>\n<li>Responsive support</li>\n</ul>\n</li>\n</ul>\n<h3>3. Technical performance</h3>\n<ul>\n<li>A scalable, robust solution</li>\n<li>Successful integration with the existing systems</li>\n<li>Simplified maintenance</li>\n</ul>\n<h2>Business impact</h2>\n<p>The PharmaliZr solution achieved the following:</p>\n<ul>\n<li>An active contribution to the fight against counterfeiting</li>\n<li>A leading position in the French market</li>\n<li>Growing adoption by professionals</li>\n<li>A solid base for European expansion</li>\n</ul>\n<p>This evolution illustrates how a user-centred approach, combined with technical excellence, can create an innovative solution that answers a major public health issue.</p>\n<img class=\"w-none max-w-xs mx-auto rounded-xl bg-neutral-900 shadow-xl ring-1 ring-neutral-400/10\" src=\"https://www.sebastien.maimon.fr/img/application-serialisation-medicaments-pda-mobile.png\" width=\"366\" height=\"500\" alt=\"Medicine serialisation for mobile & PDA\" />\n<img class=\"w-full max-w-2xl mx-auto rounded-xl bg-neutral-900 shadow-xl ring-1 ring-neutral-400/10\" src=\"https://www.sebastien.maimon.fr/img/application-serialisation-medicaments-manuelle.png\" width=\"960\" height=\"500\" alt=\"UX design overhaul of the PharmaliZr serialisation application\" />\n",
      "date_published": "2022-12-15T00:00:00Z"
    }
    
    ,
    
    
    
    {
      "id": "https://www.sebastien.maimon.fr/en/case-studies/urban-fixie-logo/",
      "url": "https://www.sebastien.maimon.fr/en/case-studies/urban-fixie-logo/",
      "title": "Urban Fixie: a logo for an urban bike brand",
      "content_html": "<h2>Context</h2>\n<p>Urban Fixie is a brand positioned in the urban fixed-gear bike segment. Fixie culture carries a strong visual DNA of its own: minimalism, clean lines, a refusal of anything superfluous. The brand needed a logo able to translate that state of mind while asserting a recognisable identity in a market where the look counts as much as the mechanics.</p>\n<h3>Issues identified</h3>\n<p><strong>Cultural consistency</strong>: respecting the visual codes of the fixie community without slipping into cliché<br />\n<strong>Versatility</strong>: creating a logo that works across very different media, from the bike frame to stickers and textiles<br />\n<strong>Legibility</strong>: guaranteeing immediate reading at every size, including etched on a frame tube</p>\n<h2>Creative approach</h2>\n<p>The chosen direction was custom typographic lettering, directly in keeping with the fixie philosophy: nothing superfluous, every stroke there for a reason.</p>\n<h3>1. Research and references</h3>\n<p>The exploration looked at geometric typefaces and at lettering from urban culture and track cycling. The aim was to find a balance between dynamism and geometric rigour.</p>\n<h3>2. Designing the lettering</h3>\n<p>The work concentrated on several areas:</p>\n<ul>\n<li>Geometric construction of the letters on a strict grid</li>\n<li>Seeking fluidity in the joins between characters, evoking the continuous motion of the cranks</li>\n<li>Flat vector design, with no effects and no gradients</li>\n<li>Testing how it holds up when scaled down for the most demanding applications</li>\n</ul>\n<h3>3. Variations</h3>\n<p>The logo was adapted for every intended use: branding on the frame, textile labels, screen printing on jerseys, stickers and a web presence.</p>\n<h2>Results</h2>\n<ul>\n<li>A typographic identity immediately recognisable within the fixie world</li>\n<li>A logo usable without any loss of legibility, from the bike frame to the favicon</li>\n<li>A minimalist aesthetic perfectly matched to the brand’s values</li>\n</ul>\n<h2>Impact</h2>\n<p>The Urban Fixie lettering illustrates the power of a rigorous typographic approach in the service of a niche brand. By refusing every unnecessary decorative element, the logo speaks directly to its community and embodies the very philosophy of the fixed gear: the essentials, and nothing but.</p>\n",
      "date_published": "2021-10-13T00:00:00Z"
    }
    
    ,
    
    
    
    {
      "id": "https://www.sebastien.maimon.fr/en/case-studies/electronic-contract-signature/",
      "url": "https://www.sebastien.maimon.fr/en/case-studies/electronic-contract-signature/",
      "title": "Digital transformation of electronic contract signing",
      "content_html": "<h2>Context</h2>\n<p>A major industrial group is looking to secure and optimise the management of its contracts through an electronic signature solution. Faced with growing compliance demands and significant legal risk, the company wants to modernise its contracting process.</p>\n<h3>Issues identified</h3>\n<p><strong>Compliance risk</strong>: Contracts left unsigned or incomplete<br />\n<strong>A manual process</strong>: Collecting signatures takes a great deal of time<br />\n<strong>Geographic spread</strong>: Signatures are difficult to gather<br />\n<strong>Complex tracking</strong>: Little visibility on the status of contracts</p>\n<h2>What was at stake in the transformation</h2>\n<p>The project was built around three strategic areas:</p>\n<ol>\n<li>\n<p><strong>Making the processes secure</strong>:</p>\n<ul>\n<li>A certified electronic signature</li>\n<li>Full traceability</li>\n<li>Compliant legal archiving</li>\n</ul>\n</li>\n<li>\n<p><strong>Operational efficiency</strong>:</p>\n<ul>\n<li>Automated workflows</li>\n<li>Shorter signing times</li>\n<li>Real-time tracking</li>\n</ul>\n</li>\n<li>\n<p><strong>User experience</strong>:</p>\n<ul>\n<li>An intuitive interface</li>\n<li>Accessible from any device</li>\n<li>A guided process</li>\n</ul>\n</li>\n</ol>\n<h2>Our approach</h2>\n<p>Our work was structured around several areas of expertise:</p>\n<h3>1. Requirements analysis</h3>\n<p><strong>Process audit</strong>:</p>\n<ul>\n<li>Mapping the signature flows</li>\n<li>Identifying the use cases</li>\n<li>Analysing the legal constraints</li>\n</ul>\n<p><strong>Solution design</strong>:</p>\n<ul>\n<li>A secure architecture</li>\n<li>Tailored workflows</li>\n<li>System integration</li>\n</ul>\n<h3>2. Technical implementation</h3>\n<p><strong>The DocuSign solution</strong>:</p>\n<ul>\n<li>Advanced configuration</li>\n<li>Custom templates</li>\n<li><a href=\"https://www.sebastien.maimon.fr/en/notes/apis-and-integration/\">API connectors</a></li>\n</ul>\n<p><strong>System integration</strong>:</p>\n<ul>\n<li>A connection to the existing IT estate</li>\n<li>Documented APIs</li>\n<li>Data synchronisation</li>\n</ul>\n<h3>3. Rollout and adoption</h3>\n<p><strong>User training</strong>:</p>\n<ul>\n<li>Learning paths by role</li>\n<li>User guides</li>\n<li>Dedicated support</li>\n</ul>\n<h2>Results</h2>\n<h3>1. Operational performance</h3>\n<ul>\n<li>An 80% reduction in signing time</li>\n<li>No more lost documents</li>\n<li>Full traceability of the process</li>\n</ul>\n<h3>2. Compliance and security</h3>\n<p><strong>A secure process</strong>:</p>\n<ul>\n<li>A certified signature</li>\n<li>Legal timestamping</li>\n<li>Compliant archiving</li>\n</ul>\n<p><strong>Stronger control</strong>:</p>\n<ul>\n<li>Multi-level approval</li>\n<li>A complete history</li>\n<li>Detailed reporting</li>\n</ul>\n<h3>3. A better experience</h3>\n<ul>\n<li>An intuitive interface that users adopted</li>\n<li>A standardised process</li>\n<li>Easier collaboration</li>\n</ul>\n<h2>Business impact</h2>\n<p>The electronic signature solution achieved the following:</p>\n<ul>\n<li>A significant reduction in contracting times</li>\n<li>A fully secured signature process</li>\n<li>Better satisfaction among the parties involved</li>\n<li>Stronger compliance with legal requirements</li>\n</ul>\n<p>This transformation shows how digitalising the signing step can optimise contractual processes while strengthening the company’s legal position.</p>\n",
      "date_published": "2021-06-12T00:00:00Z"
    }
    
    ,
    
    
    
    {
      "id": "https://www.sebastien.maimon.fr/en/case-studies/what-hat-packaging-design/",
      "url": "https://www.sebastien.maimon.fr/en/case-studies/what-hat-packaging-design/",
      "title": "WHAT: packaging design for a hat brand",
      "content_html": "<h2>Context</h2>\n<p>WHAT is a hat-making brand that puts boldness at the heart of its identity. In a sector where packaging is often no more than a functional container, the brand wanted to turn its hat box into a genuine piece of communication. The ambition: that the customer keeps the box, shows it off, and that it extends the brand experience well beyond the purchase.</p>\n<h3>Issues identified</h3>\n<p><strong>An object of desire</strong>: Making the packaging an extension of the brand that the customer wants to keep<br />\n<strong>Visual impact</strong>: Creating packaging recognisable from a distance in a shop or on a shelf<br />\n<strong>Manufacturing constraints</strong>: Designing something that could be produced with the printing processes available</p>\n<h2>Creative approach</h2>\n<p>The project was approached as a product design exercise in its own right, going beyond the usual boundaries of screen-based graphic design.</p>\n<h3>1. A typographic identity</h3>\n<p>The name WHAT, short and punchy, was treated as a dominant graphic element. The typeface chosen plays on contrasts of weight to assert the brand’s personality: direct, assertive, no detours.</p>\n<h3>2. Designing the box</h3>\n<p>The packaging design turned on several principles:</p>\n<ul>\n<li>Treating the name as a graphic pattern structuring the whole surface</li>\n<li>A restricted colour palette to maximise visual impact</li>\n<li>Manufacturing constraints built in from the design phase onwards</li>\n<li>Work on the finishes to reinforce the perception of quality</li>\n</ul>\n<h3>3. Brand coherence</h3>\n<p>The identity developed for the packaging was conceived as the foundation of a visual system that could be extended across all of the brand’s media: labels, tissue paper, bags and digital communication.</p>\n<h2>Results</h2>\n<ul>\n<li>Packaging that became a brand signature, kept and reused by customers</li>\n<li>A strong, immediately recognisable visual identity</li>\n<li>A coherent graphic system from the packaging through to digital</li>\n</ul>\n<h2>Impact</h2>\n<p>This project illustrates the ability to work beyond the screen, on product design and packaging questions. The WHAT box proves that well-designed packaging does not only protect a product: it tells a brand story and creates a lasting bond with the customer.</p>\n",
      "date_published": "2020-12-11T00:00:00Z"
    }
    
    ,
    
    
    
    {
      "id": "https://www.sebastien.maimon.fr/en/case-studies/hvac-industry-digital-transformation/",
      "url": "https://www.sebastien.maimon.fr/en/case-studies/hvac-industry-digital-transformation/",
      "title": "Digital transformation: modernising the IT estate in the refrigeration and air treatment industry",
      "content_html": "<h2>Context</h2>\n<p>Against a backdrop of strong international growth, this international industrial group specialising in refrigeration and air treatment, present in more than 100 countries, faced a major challenge: modernising its IT estate. The existing setup, built on Excel files, no longer met the needs of a rapidly expanding business.</p>\n<h3>Issues identified</h3>\n<p><strong>Critical operational risk</strong>: dependence on a single person to maintain the Excel files<br />\n<strong>Limited scalability</strong>: the existing tools were difficult to develop further<br />\n<strong>Lack of automation</strong>: manual processes that consumed time and generated errors, so process automation was needed<br />\n<strong>No standardisation</strong>: no unified process for quoting installations, so the processes had to be standardised</p>\n<h2>What was at stake in the digital transformation</h2>\n<p>The digital transformation had three main objectives:</p>\n<ol>\n<li>\n<p><strong>Modernising the business tools</strong>:</p>\n<ul>\n<li>Building solutions matched to emerging needs</li>\n<li>An <a href=\"https://www.sebastien.maimon.fr/en/notes/apis-and-integration/\">API-first</a> digital solution</li>\n<li>A modern, intuitive user interface</li>\n<li>Access from any device (responsive design)</li>\n</ul>\n</li>\n<li>\n<p><strong>Giving the sales teams autonomy</strong>:</p>\n<ul>\n<li>Quoting tools usable on the move</li>\n<li>A simplified interface for complex calculations</li>\n<li>Process automation</li>\n<li>Less time spent on training</li>\n</ul>\n</li>\n<li>\n<p><strong>System integration</strong>:</p>\n<ul>\n<li>Smooth communication with the existing IT estate</li>\n<li>Standardised API interfaces</li>\n<li>Real-time data synchronisation</li>\n</ul>\n</li>\n</ol>\n<h2>Project objectives</h2>\n<p>Our approach was structured around three main areas:</p>\n<ol>\n<li>\n<p><strong>Documenting the business rules</strong>:</p>\n<ul>\n<li>Mapping the existing processes</li>\n<li>Formalising the calculation rules for:\n<ul>\n<li>Air treatment</li>\n<li>Water management</li>\n<li>Pressure control</li>\n<li>Power calculations</li>\n<li>Cooling and heating systems</li>\n</ul>\n</li>\n</ul>\n</li>\n<li>\n<p><strong>Technical architecture</strong>:</p>\n<ul>\n<li>Defining the API interfaces</li>\n<li>Integration with the existing systems (ERP, CRM)</li>\n<li>Securing data exchanges</li>\n</ul>\n</li>\n<li>\n<p><strong>A collaborative approach</strong>:</p>\n<ul>\n<li>Co-designing with the business teams</li>\n<li>Requirements workshops</li>\n<li>Ongoing training sessions</li>\n</ul>\n</li>\n</ol>\n<h2>Results</h2>\n<h3>1. Technology innovation</h3>\n<ul>\n<li>A modern web platform built for quoting</li>\n<li>A scalable API-first architecture</li>\n<li>Robust, proven open source technologies</li>\n</ul>\n<h3>2. Improved processes</h3>\n<ul>\n<li>An agile way of working put in place</li>\n<li>Automated continuous deployment</li>\n<li>Comprehensive technical documentation (BDD approach with Gherkin)</li>\n</ul>\n<h3>3. Skills development</h3>\n<ul>\n<li>Training for the internal teams</li>\n<li>Successful skills transfer</li>\n<li>Technical autonomy achieved</li>\n</ul>\n<h3>4. Support and maintenance</h3>\n<ul>\n<li>A structured application maintenance service put in place</li>\n<li>Clearly defined support processes</li>\n<li>Dedicated teams set up</li>\n</ul>\n<h2>Business impact</h2>\n<p>The digital transformation achieved the following:</p>\n<ul>\n<li>A robust, scalable digital platform in place.</li>\n<li>Standardised quoting processes.</li>\n<li>Process automation.</li>\n<li>Better collaboration between teams</li>\n<li>Reduced operational risk</li>\n<li>Better traceability of operations</li>\n<li>A robust, scalable digital solution.</li>\n<li>A modernised IT estate.</li>\n</ul>\n<p>This digital transformation shows how a methodical, collaborative approach can modernise critical business processes while securing the buy-in of end users.</p>\n",
      "date_published": "2020-08-20T00:00:00Z"
    }
    
    ,
    
    
    
    {
      "id": "https://www.sebastien.maimon.fr/en/case-studies/contract-lifecycle-optimisation/",
      "url": "https://www.sebastien.maimon.fr/en/case-studies/contract-lifecycle-optimisation/",
      "title": "Contract lifecycle optimisation for an industrial group",
      "content_html": "<h2>Context</h2>\n<p>A major industrial group is facing growing financial and legal risk tied to the non-standardised management of its subcontracting contracts. Its account managers, putting speed of execution first, sometimes bypass the contractual processes, exposing the company to significant litigation risk.</p>\n<h3>Issues identified</h3>\n<p><strong>Legal risk</strong>: Contracts left unsigned, or amended without any control<br />\n<strong>Financial losses</strong>: Costly disputes with subcontractors<br />\n<strong>A non-standardised process</strong>: Practices that vary from one region to another<br />\n<strong>Lack of traceability</strong>: Contract amendments are hard to track</p>\n<h2>What was at stake in the transformation</h2>\n<p>The project was built around three strategic areas:</p>\n<ol>\n<li>\n<p><strong>Legal safeguards</strong></p>\n<ul>\n<li>Standardising the contractual processes</li>\n<li>Systematic validation of clauses</li>\n<li>A full history of amendments</li>\n</ul>\n</li>\n<li>\n<p><strong>Operational efficiency</strong></p>\n<ul>\n<li>Digitalising the contract cycle</li>\n<li>Automating approvals</li>\n<li>Access to the documents from any device</li>\n</ul>\n</li>\n<li>\n<p><strong>Compliance and control</strong></p>\n<ul>\n<li>Adherence to the mandatory procedures</li>\n<li>Traceability of actions</li>\n<li>Centralised reporting</li>\n</ul>\n</li>\n</ol>\n<h2>Our approach</h2>\n<p>Our work was structured around several areas of expertise:</p>\n<h3>1. Analysis and design</h3>\n<p><strong>Process audit</strong></p>\n<ul>\n<li>Mapping the existing practices</li>\n<li>Identifying the risks</li>\n<li>Analysing the business needs</li>\n</ul>\n<p><strong>Solution design</strong></p>\n<ul>\n<li>A CLM architecture matched to the need</li>\n<li>Tailored workflows</li>\n<li>Intuitive interfaces</li>\n</ul>\n<h3>2. Implementation</h3>\n<p><strong>Digitalising the processes</strong></p>\n<ul>\n<li>Automated approvals</li>\n<li>An intelligent reminder system</li>\n<li>Secure digital archiving</li>\n</ul>\n<p><strong>System integration</strong></p>\n<ul>\n<li>A connection to the <a href=\"https://www.sebastien.maimon.fr/en/notes/choosing-an-erp/\">ERP</a></li>\n<li><a href=\"https://www.sebastien.maimon.fr/en/notes/apis-and-integration/\">Documented APIs</a></li>\n<li>Data synchronisation</li>\n</ul>\n<h3>3. <a href=\"https://www.sebastien.maimon.fr/en/notes/driving-adoption-of-a-new-tool/\">Change management</a></h3>\n<p><strong>User training</strong></p>\n<ul>\n<li>Sessions by business role</li>\n<li>Detailed documentation</li>\n<li>Dedicated support</li>\n</ul>\n<h2>Results</h2>\n<h3>1. Safer processes</h3>\n<ul>\n<li>Systematic validation of contracts</li>\n<li>Full traceability of amendments</li>\n<li>Reduced legal risk</li>\n</ul>\n<h3>2. Operational optimisation</h3>\n<p><strong>A contract cycle under control</strong></p>\n<ul>\n<li>Automatic reminders</li>\n<li>Signature tracking</li>\n<li>Version management</li>\n</ul>\n<p><strong>Greater efficiency</strong></p>\n<ul>\n<li>Shorter processing times</li>\n<li>Better compliance</li>\n<li>Centralised documents</li>\n</ul>\n<h3>3. Business innovation</h3>\n<ul>\n<li>An intuitive interface on any device</li>\n<li>Workflows matched to the needs</li>\n<li>Easier collaboration between departments</li>\n</ul>\n<h2>Business impact</h2>\n<p>The CLM solution achieved the following:</p>\n<ul>\n<li>A significant reduction in legal risk</li>\n<li>Fewer costly disputes</li>\n<li>A better relationship with subcontractors</li>\n<li>Standardised practices across the group</li>\n</ul>\n<p>This transformation shows how digitalising contractual processes can make an industrial group’s operations safer while improving operational efficiency.</p>\n",
      "date_published": "2020-03-11T00:00:00Z"
    }
    
    ,
    
    
    
    {
      "id": "https://www.sebastien.maimon.fr/en/case-studies/webuilt-logo/",
      "url": "https://www.sebastien.maimon.fr/en/case-studies/webuilt-logo/",
      "title": "Webuilt: a logo for a web development agency",
      "content_html": "<h2>Context</h2>\n<p>Webuilt is a web development agency whose name already carries a promise: to build. The challenge was to express that double reading visually – web and built, “we built” – in a logo capable of working both as a brand signature and as a favicon in a browser tab.</p>\n<h3>Issues identified</h3>\n<p><strong>Visual semantics</strong>: fusing the ideas of construction and web technology into a single mark<br />\n<strong>Adaptability</strong>: designing a system that works in a full version (logo + type) and in a reduced version (icon alone)<br />\n<strong>Positioning</strong>: asserting a professional, modern image in a sector saturated with web agencies</p>\n<h2>Creative approach</h2>\n<p>The creative direction moved towards designing an icon that treats the letter W as architectural raw material.</p>\n<h3>1. Conceptual exploration</h3>\n<p>The research looked at the points where architectural forms and the letter W converge. The idea of assembled building blocks emerged as the truest metaphor for the developer’s work: putting components together to build a coherent whole.</p>\n<h3>2. Designing the icon</h3>\n<p>The design process followed several steps:</p>\n<ul>\n<li>Breaking the letter W down into elementary geometric shapes</li>\n<li>Assembling those shapes according to a building-block logic</li>\n<li>Flat vector design guaranteeing optimal legibility at small sizes</li>\n<li>Work on the proportions for a balanced result as a favicon</li>\n</ul>\n<h3>3. Typographic system</h3>\n<p>The icon was paired with a modern sans-serif typeface, chosen for its neutrality and its legibility. Together they form a coherent system usable across all of the agency’s communication materials.</p>\n<h2>Results</h2>\n<ul>\n<li>A logo-icon that reads immediately both as a W and as a construction</li>\n<li>A distinctive favicon in the navigation bar</li>\n<li>A professional identity that stands out from generic web agency logos</li>\n</ul>\n<h2>Impact</h2>\n<p>The Webuilt logo shows that rigorous graphic synthesis can condense an entire positioning into a simple mark. The successful fusion of letter and concept gives the agency a memorable visual signature that carries meaning.</p>\n",
      "date_published": "2019-09-26T00:00:00Z"
    }
    
    ,
    
    
    
    {
      "id": "https://www.sebastien.maimon.fr/en/case-studies/online-accounting-platform-transformation/",
      "url": "https://www.sebastien.maimon.fr/en/case-studies/online-accounting-platform-transformation/",
      "title": "Digital transformation of an online accounting platform",
      "content_html": "<h2>Context</h2>\n<p>A major player in online accounting, whose flagship product dates from the 1990s, faces growing technical challenges. With a customer base that has grown tenfold over the years, the legacy platform is showing its limits and causing recurring failures.</p>\n<h3>Issues identified</h3>\n<p><strong>Substantial <a href=\"https://www.sebastien.maimon.fr/en/notes/understanding-and-reducing-technical-debt/\">technical debt</a></strong>: An ageing architecture in need of modernising<br />\n<strong>Performance problems</strong>: Difficulty coping with growing data volumes<br />\n<strong>A degraded user experience</strong>: A clunky interface for entering accounting data<br />\n<strong>Limited scalability</strong>: A monolithic architecture poorly suited to growth</p>\n<h2>What was at stake in the transformation</h2>\n<p>The transformation project had three main objectives:</p>\n<ol>\n<li>\n<p><strong>Optimal performance</strong></p>\n<ul>\n<li>Better processing times</li>\n<li>Efficient handling of massive data volumes</li>\n<li>A more responsive user interface</li>\n</ul>\n</li>\n<li>\n<p><strong>Technical modernisation</strong></p>\n<ul>\n<li>Migrating to a microservices architecture</li>\n<li>Putting an <a href=\"https://www.sebastien.maimon.fr/en/notes/apis-and-integration/\">API-first</a> approach in place</li>\n<li>Containerising the infrastructure</li>\n</ul>\n</li>\n<li>\n<p><strong>Operational excellence</strong></p>\n<ul>\n<li>Automated deployment</li>\n<li>Robust automated tests</li>\n<li>Monitoring and scalability</li>\n</ul>\n</li>\n</ol>\n<h2>Our technical approach</h2>\n<p>Our work was structured around several innovative areas:</p>\n<h3>1. A modern architecture</h3>\n<ul>\n<li>Adopting Domain Driven Design (DDD)</li>\n<li>Implementing the CQRS pattern</li>\n<li>A clear separation between frontend and backend</li>\n<li>Documented RESTful APIs</li>\n</ul>\n<h3>2. Cloud-native infrastructure</h3>\n<ul>\n<li>Containerisation with Docker</li>\n<li>Isolated, reproducible environments</li>\n<li>An automated CI/CD pipeline</li>\n<li>Advanced monitoring</li>\n</ul>\n<h3>3. Key features built</h3>\n<p><strong>Intelligent navigation</strong></p>\n<ul>\n<li>A view of the accounts across several financial years</li>\n<li>Graphical analysis of the balances</li>\n<li>Advanced search within the entries</li>\n</ul>\n<p><strong>Optimised data entry</strong></p>\n<ul>\n<li>A draft mode for bulk entry</li>\n<li>Intelligent validation of entries</li>\n<li>An ergonomic, responsive interface</li>\n</ul>\n<h2>Results</h2>\n<h3>1. Technical performance</h3>\n<ul>\n<li>Smooth handling of hundreds of millions of ledger movements</li>\n<li>Optimised response times</li>\n<li>Horizontal scalability proven</li>\n</ul>\n<h3>2. Improved processes</h3>\n<ul>\n<li>Scrum successfully put in place</li>\n<li>Continuous deployment up and running</li>\n<li>Comprehensive technical documentation</li>\n</ul>\n<h3>3. Concept validated</h3>\n<ul>\n<li>A working, high-performing proof of concept</li>\n<li>A scalable architecture confirmed</li>\n<li>Conclusive load tests</li>\n</ul>\n<h2>Business impact</h2>\n<p>Building this proof of concept demonstrated the following:</p>\n<ul>\n<li>That a step-by-step modernisation was feasible</li>\n<li>That a modern architecture is effective at high volumes</li>\n<li>That the user experience could be significantly improved</li>\n<li>That an agile approach to the transformation was viable</li>\n</ul>\n<p>This proof of concept shows how a modern technical approach, combined with an agile methodology, can turn a legacy application into a high-performing, scalable solution.</p>\n",
      "date_published": "2019-09-18T00:00:00Z"
    }
    
    ,
    
    
    
    {
      "id": "https://www.sebastien.maimon.fr/en/case-studies/b2b-truck-rental-marketplace/",
      "url": "https://www.sebastien.maimon.fr/en/case-studies/b2b-truck-rental-marketplace/",
      "title": "B2B road transport marketplace: truck rental with driver and TMS automation",
      "content_html": "<p>The <strong>road transport</strong> sector is going through deep change, and demand for innovative digital solutions is growing fast. Against this backdrop, an ambitious start-up set out to transform <strong>truck rental with a driver</strong> by building a one-of-a-kind <strong>B2B marketplace</strong>. The platform connects shippers directly with local hauliers, with a focus on short distances.</p>\n<h2>The challenges of local road transport: automation and TMS integration</h2>\n<p>The company identified several major challenges in <strong>local road transport</strong>. The market is highly fragmented, with a wide gap between small owner-operators and large brands. Integrating multiple <strong>TMS</strong> (Transport Management System) platforms proved complex. Manual booking processes were also time-consuming and needed <strong>automation</strong>. Finally, it was essential to be able to interface with a range of external systems to ensure smooth interoperability.</p>\n<h3>Key issues</h3>\n<ul>\n<li><strong>A fragmented road transport market</strong>: connecting small hauliers with large companies is difficult.</li>\n<li><strong>Operational complexity</strong>: integrating multiple TMS platforms.</li>\n<li><strong>A need for automation</strong>: manual, time-consuming booking processes.</li>\n<li><strong>Interoperability</strong>: the need to interface with a variety of external systems.</li>\n</ul>\n<h2>What was at stake in the digital transformation of road transport</h2>\n<p>The project was built around three strategic areas for the <strong>digital transformation</strong> of <strong>local road transport</strong>:</p>\n<ol>\n<li><strong>Service innovation</strong>:\n<ul>\n<li>An instant matching platform for <strong>truck rental with a driver</strong>.</li>\n<li>A focus on <strong>short-distance transport</strong>.</li>\n<li>A service suited to any volume of business.</li>\n</ul>\n</li>\n<li><strong>Operational excellence</strong>:\n<ul>\n<li><strong>Automated</strong> bookings.</li>\n<li>Seamless <strong>TMS</strong> integration.</li>\n<li>Real-time vehicle tracking.</li>\n</ul>\n</li>\n<li><strong>Technical scalability</strong>:\n<ul>\n<li>A scalable architecture.</li>\n<li>Standardised APIs.</li>\n<li>Performance and reliability.</li>\n</ul>\n</li>\n</ol>\n<h2>Our technical approach: architecture and TMS automation</h2>\n<p>Our work rested on several technology pillars to build this <strong>B2B marketplace</strong> for <strong>truck rental with a driver</strong>. We put in place a robust architecture based on scalable microservices, a distributed database and intelligent load balancing. For the integrations, we developed standardised <strong>TMS</strong> connectors, documented <a href=\"https://www.sebastien.maimon.fr/en/notes/apis-and-integration/\">REST APIs</a> and webhooks for real time.</p>\n<h3>Key features of the B2B marketplace</h3>\n<ul>\n<li><strong>Transport management</strong>: automated booking, route optimisation, real-time geolocation.</li>\n<li><strong>Financial management</strong>: secure payments, automatic invoicing, detailed reporting.</li>\n<li><strong>User experience</strong>: a professional interface, a personalised dashboard, optimised workflows, mobile-first design.</li>\n</ul>\n<h2>Results: performance and innovation in road transport</h2>\n<p>On the technical side, we delivered a scalable, robust architecture, integrated the <strong>TMS</strong> platforms and automated the key processes. On the business side, we created a service that is unique on the market, able to cover B2B needs and to take a differentiated position in the <strong>road transport</strong> sector.</p>\n<h3>Advanced features</h3>\n<ul>\n<li><strong>Real-time vehicle tracking</strong>: geolocation and journey monitoring.</li>\n<li><strong>Automatic route calculation</strong>: optimisation of journeys and costs.</li>\n<li><strong>Route optimisation</strong>: better efficiency and profitability.</li>\n<li><strong>Professional tools</strong>: an intuitive booking interface, a customisable dashboard, advanced reporting.</li>\n</ul>\n<h2>Business impact: opening up local road transport</h2>\n<p>This <strong>B2B marketplace</strong> opened up <strong>local professional transport</strong> to a wider market, optimised costs for customers, improved the use of transport resources and created a unique position in the market for <strong>truck rental with a driver</strong>.</p>\n<p>This transformation is a clear illustration of how technology innovation can reshape a traditional sector, by creating a B2B solution that answers the specific needs of <strong>local road transport</strong>.</p>\n",
      "date_published": "2019-08-15T00:00:00Z"
    }
    
    ,
    
    
    
    {
      "id": "https://www.sebastien.maimon.fr/en/case-studies/pharmalizr-visual-identity/",
      "url": "https://www.sebastien.maimon.fr/en/case-studies/pharmalizr-visual-identity/",
      "title": "Pharmalizr: visual identity for a healthcare software publisher",
      "content_html": "<h2>Context</h2>\n<p>Pharmalizr is the flagship product of Eirwego, a specialist in medicine serialisation. In a pharmaceutical sector governed by strict regulation, not least the European Falsified Medicines Directive, the company needed a visual identity to match its ambitions. The software makes it possible to trace every box of medicine from production to the moment it is dispensed in the pharmacy, a major public health issue.</p>\n<h3>Issues identified</h3>\n<p><strong>Regulatory credibility</strong>: inspiring confidence in health authorities and pharmaceutical laboratories<br />\n<strong>A dual nature</strong>: reconciling the technology world of SaaS with the reassuring codes of the healthcare sector<br />\n<strong>Technical legibility</strong>: making a complex subject (serialisation, traceability, compliance) accessible through a clear identity<br />\n<strong>Product consistency</strong>: aligning the brand identity with the software’s user interface</p>\n<h2>Creative approach</h2>\n<p>Creating the Pharmalizr visual identity revolved around a search for balance between rigour and modernity.</p>\n<h3>1. Research and positioning</h3>\n<p>Analysis of the market revealed a landscape dominated by identities that were either too clinical or too generic. The opportunity lay in creating a brand that communicates technological precision and the reliability expected in healthcare at the same time.</p>\n<h3>2. Logo design</h3>\n<p>The design process was structured around several strands:</p>\n<ul>\n<li>Exploring pharmaceutical colour codes: deep blues, medical greens, clinical whites</li>\n<li>Typographic work on a modern sans-serif typeface suggesting precision</li>\n<li>Bringing in symbolic elements linked to traceability and serialisation</li>\n<li>Looking for a distinctive mark that works at small sizes (favicon, interface)</li>\n</ul>\n<h3>3. Brand system</h3>\n<p>Beyond the logo, a complete visual system was developed to support the roll-out of the brand across every medium: technical documentation, sales presentations, the software interface and regulatory communication materials.</p>\n<h2>Results</h2>\n<h3>1. An identity adopted</h3>\n<ul>\n<li>The brand deployed across every touchpoint</li>\n<li>Visual consistency between the software, the website and the sales materials</li>\n<li>Versions adapted to the constraints of regulatory documents</li>\n</ul>\n<h3>2. Greater credibility</h3>\n<ul>\n<li>A professional image aligned with the demands of the pharmaceutical sector</li>\n<li>An identity seen as reliable by institutional counterparts</li>\n<li>Clear positioning in the serialisation market</li>\n</ul>\n<h3>3. A lasting foundation</h3>\n<ul>\n<li>A visual system that can evolve as the product grows</li>\n<li>A brand guide adaptable to future additions to the Eirwego range</li>\n<li>A solid base for training and documentation materials</li>\n</ul>\n<h2>Impact</h2>\n<p>This identity work demonstrates how important rigorous branding is in regulated sectors. The Pharmalizr visual identity does more than dress up a product: it plays an active part in the credibility of the solution with laboratories and health authorities, a decisive commercial asset in a market where trust is the first criterion of choice.</p>\n",
      "date_published": "2019-06-06T00:00:00Z"
    }
    
    ,
    
    
    
    {
      "id": "https://www.sebastien.maimon.fr/en/case-studies/eirwego-visual-identity/",
      "url": "https://www.sebastien.maimon.fr/en/case-studies/eirwego-visual-identity/",
      "title": "Eirwego: visual identity for a software company",
      "content_html": "<h2>Context</h2>\n<p>Eirwego is the software company behind <a href=\"https://www.sebastien.maimon.fr/en/case-studies/pharmalizr-visual-identity/\">Pharmalizr</a>, its medicine serialisation solution. The company needed a corporate identity distinct from that of its flagship product. The challenge: to embody the technology parent company while keeping a credible family link with the product brand already in place.</p>\n<h3>Issues identified</h3>\n<p><strong>Corporate distinction</strong>: Clearly separating the company’s identity from that of its product<br />\n<strong>A controlled family link</strong>: Keeping a coherent visual link between Eirwego and Pharmalizr without conflating the two<br />\n<strong>Institutional trust</strong>: Projecting an image of solidity to the partners, investors and institutional clients of the pharmaceutical sector</p>\n<h2>Creative approach</h2>\n<p>The Eirwego identity was designed in direct relation to the work done on Pharmalizr, to guarantee overall coherence without redundancy.</p>\n<h3>1. Brand positioning</h3>\n<p>The analysis looked at the relationship between corporate brand and product brand in the software ecosystem. Eirwego had to position itself as the technology and strategy entity, while Pharmalizr carries the business and regulatory dimension. That distinction guided every creative decision.</p>\n<h3>2. Designing the logo</h3>\n<p>The design process was structured around several areas:</p>\n<ul>\n<li>Searching for a mark that suggests technology and precision without falling back on the sector’s clichés</li>\n<li>Vector construction on a grid, with pared-back lines and clean shapes</li>\n<li>A colour palette complementary to Pharmalizr’s, without duplicating it</li>\n<li>A corporate typeface asserting the institutional dimension of the brand</li>\n</ul>\n<h3>3. Brand architecture</h3>\n<p>A brand architecture exercise set the rules for how Eirwego and Pharmalizr coexist: hierarchy of the logos, joint usage, variants for each medium. That framework keeps the ecosystem legible for outside audiences.</p>\n<h2>Results</h2>\n<ul>\n<li>A standalone corporate identity, immediately distinguishable from the product brand</li>\n<li>A clear system for the two levels of brand to coexist</li>\n<li>A solid institutional image suited to negotiation and partnership settings</li>\n</ul>\n<h2>Impact</h2>\n<p>The Eirwego identity illustrates a common challenge in the software world: giving visual structure to the relationship between a software company and its products. Working on both brands in parallel made it possible to build a coherent visual ecosystem, where each entity finds its place without encroaching on the other.</p>\n",
      "date_published": "2019-06-06T00:00:00Z"
    }
    
    ,
    
    
    
    {
      "id": "https://www.sebastien.maimon.fr/en/case-studies/colossales-brand-creation/",
      "url": "https://www.sebastien.maimon.fr/en/case-studies/colossales-brand-creation/",
      "title": "Brand creation and visual identity for a SaaS start-up | Colossales",
      "content_html": "<h2>Context</h2>\n<p>The Colossales brand was created for a side CRM SaaS project, still in the works, with commercial and international ambitions. The objective: a distinctive, memorable identity, able to carry a clear value proposition to B2B audiences even before the product launch.</p>\n<h3>Issues identified</h3>\n<p><strong>International positioning</strong>: The name had to work in several languages<br />\n<strong>Commercial impact</strong>: The identity had to reflect the ambition and the power of a sales pipeline tool<br />\n<strong>Differentiation</strong>: Standing out in the CRM SaaS market with a strong, memorable identity<br />\n<strong>Coherence</strong>: A single visual identity, aligned with the project’s values</p>\n<h2>Creative approach</h2>\n<p>Our approach was to think through the brand strategy and the logo design, structured around two main areas alongside the creation of the brand name:</p>\n<h3>1. Developing the brand name</h3>\n<p>The thinking rested on three key ideas:</p>\n<p><strong>Performance</strong>: The idea of “colossal” results in sales terms — the name COLOS<em>SALES</em> literally names the sales pipeline the tool is meant to support<br />\n<strong>Technology</strong>: The integration of modern web solutions<br />\n<strong>Impact</strong>: A commanding presence in the market</p>\n<p>The strategic pairing of the words “colossal” and “sales” gave rise to <strong>COLOS<em>SALES</em></strong>, a name that is:</p>\n<ul>\n<li>Memorable and distinctive</li>\n<li>Meaningful</li>\n<li>International by nature</li>\n<li>Suggestive of performance</li>\n</ul>\n<h3>2. Designing the logo</h3>\n<p>The design process focused on:</p>\n<ul>\n<li>The symbolic use of the “C” of Colossales</li>\n<li>The integration of a circular chart standing for growth</li>\n<li>A distinctive emphasis on the word “sales”</li>\n</ul>\n<h2>Results</h2>\n<h3>1. A strong visual identity</h3>\n<ul>\n<li>A modern, meaningful logo</li>\n<li>A coherent graphic system</li>\n<li>Variants suited to the different media</li>\n</ul>\n<h3>2. Brand recognition</h3>\n<ul>\n<li>A memorable, distinctive identity to improve the brand image</li>\n<li>A clear message with impact</li>\n<li>An assertive premium positioning to build awareness</li>\n</ul>\n<h3>3. Adaptability</h3>\n<ul>\n<li>An identity that works across every medium</li>\n<li>Flexibility for international use</li>\n<li>Room to evolve as the project grows</li>\n</ul>\n<h2>Business impact</h2>\n<p>The new brand identity delivered:</p>\n<ul>\n<li>Clear differentiation in the SaaS market</li>\n<li>A solid basis for growing the brand</li>\n<li>A consistent premium positioning and effective branding</li>\n<li>Immediate recognition among B2B audiences</li>\n<li>A solid basis for international expansion</li>\n</ul>\n<p>This brand creation shows how a strategic approach to naming and design can produce a strong, meaningful identity, perfectly aligned with the business objectives of an ambitious SaaS project.</p>\n",
      "date_published": "2019-05-12T00:00:00Z"
    }
    
    ,
    
    
    
    {
      "id": "https://www.sebastien.maimon.fr/en/case-studies/air-passenger-compensation-platform/",
      "url": "https://www.sebastien.maimon.fr/en/case-studies/air-passenger-compensation-platform/",
      "title": "Digital transformation of air passenger compensation",
      "content_html": "<h2>Context</h2>\n<p>Following a significant funding round, FlyCash, a start-up specialising in compensation for passengers hit by flight delays, is seeing exponential growth in its business. That growth calls for a deep transformation of the way it handles compensation claims.</p>\n<h3>Issues identified</h3>\n<p><strong>A growing volume</strong>: A rapid rise in the number of claims to process<br />\n<strong>Manual processes</strong>: Repetitive tasks that consume the teams’ time<br />\n<strong>Customer experience</strong>: A need for transparency on the progress of claims<br />\n<strong>Document management</strong>: Document processing needed automating</p>\n<h2>What was at stake in the transformation</h2>\n<p>The project was built around three major areas:</p>\n<ol>\n<li>\n<p><strong><a href=\"https://www.sebastien.maimon.fr/en/ai-automation/\">Intelligent automation</a></strong> — a lever of the <a href=\"https://www.sebastien.maimon.fr/en/monthly-partnership/\">monthly partnership</a></p>\n<ul>\n<li>Automatic document recognition</li>\n<li>Intelligent data extraction</li>\n<li>Automated processing of the claims</li>\n</ul>\n</li>\n<li>\n<p><strong>An optimal user experience</strong></p>\n<ul>\n<li>A responsive PWA interface</li>\n<li>Real-time tracking of claims</li>\n<li>Accessible from any device</li>\n</ul>\n</li>\n<li>\n<p><strong>System integration</strong></p>\n<ul>\n<li>A connection to the existing tools</li>\n<li><a href=\"https://www.sebastien.maimon.fr/en/notes/apis-and-integration/\">APIs</a> for automation</li>\n<li>Data synchronisation</li>\n</ul>\n</li>\n</ol>\n<h2>Our approach</h2>\n<p>Our work was structured around several centres of expertise:</p>\n<h3>1. Technical architecture</h3>\n<p><strong>A modern infrastructure</strong></p>\n<ul>\n<li>A high-performing PWA solution</li>\n<li>Docker containerisation</li>\n<li>An API-first architecture</li>\n</ul>\n<p><strong>The technology stack</strong></p>\n<ul>\n<li>WordPress for the SEO front-end</li>\n<li>Symfony for the business back-end</li>\n<li>Documented RESTful APIs</li>\n</ul>\n<h3>2. Business processes</h3>\n<p><strong>Digitalising the workflows</strong></p>\n<ul>\n<li>Automating the repetitive tasks</li>\n<li>Intelligent validation of documents</li>\n<li>Automated business rules</li>\n</ul>\n<p><strong>Document management</strong></p>\n<ul>\n<li>Advanced OCR</li>\n<li>Automatic classification</li>\n<li>Digital archiving</li>\n</ul>\n<h3>3. Agile methodology</h3>\n<ul>\n<li>Short, iterative sprints</li>\n<li>Co-designing with the users</li>\n<li>Regular user testing</li>\n</ul>\n<h2>Results</h2>\n<h3>1. Operational performance</h3>\n<ul>\n<li>Automation of the key processes</li>\n<li>Shorter processing times</li>\n<li>Better quality of the claim files</li>\n</ul>\n<h3>2. A modern infrastructure</h3>\n<ul>\n<li>A high-performing PWA platform</li>\n<li>Automated continuous deployment</li>\n<li>Robust automated tests</li>\n</ul>\n<h3>3. User experience</h3>\n<ul>\n<li>An intuitive, responsive interface</li>\n<li>Real-time tracking of claims</li>\n<li>Improved customer satisfaction</li>\n</ul>\n<h2>Business impact</h2>\n<p>The digital transformation achieved the following:</p>\n<ul>\n<li>A threefold increase in processing capacity</li>\n<li>A significant reduction in processing errors</li>\n<li>Better customer satisfaction</li>\n<li>Faster time-to-market for new features</li>\n</ul>\n<blockquote>\n<p>“In a few sprints we had an MVP, when the client had been expecting to spend several months writing specifications that he had already had to change as the strategy shifted.”</p>\n</blockquote>\n<p>This transformation shows how intelligent automation and an agile approach can revolutionise a traditional legal process, creating an innovative, scalable LegalTech solution.</p>\n",
      "date_published": "2019-02-11T00:00:00Z"
    }
    
    ,
    
    
    
    {
      "id": "https://www.sebastien.maimon.fr/en/case-studies/dag-album-art-direction/",
      "url": "https://www.sebastien.maimon.fr/en/case-studies/dag-album-art-direction/",
      "title": "DAG album: art direction and linocut printing",
      "content_html": "<h2>Context</h2>\n<p>DAG, a musician and composer, was preparing the release of a CD album and was looking for art direction that matched his musical world: organic, textured, deeply rooted in the physical gesture. In a landscape where music is losing its physical form and where sleeves are shrinking to digital thumbnails, the project carried the opposite ambition: to make the physical object a work in its own right, inseparable from the music it holds.</p>\n<h3>Issues identified</h3>\n<p><strong>Distinctiveness</strong>: Standing apart from generic sleeves produced from digital templates<br />\n<strong>Artistic coherence</strong>: Giving visual form to a singular musical world<br />\n<strong>A physical object</strong>: Giving people a reason to own the CD in the age of streaming<br />\n<strong>Technical constraints</strong>: Adapting handmade work (linocut) to the demands of industrial printing</p>\n<h2>Creative approach</h2>\n<p>This project drew on craft learned at fine art school, applied to a piece of commercial communication. Linocut, a relief printing technique cut into linoleum, was chosen as the main medium for its raw texture and its one-of-a-kind character.</p>\n<h3>1. Artistic research</h3>\n<p>The work began with a phase of visual exploration fed by listening to the album:</p>\n<ul>\n<li>Translating the moods of the recording into graphic directions</li>\n<li>Looking for references in the history of printmaking and illustration</li>\n<li>Defining a visual vocabulary specific to the project: bold marks, strong contrast, organic textures</li>\n</ul>\n<h3>2. Cutting and printing</h3>\n<p>The handmade production process ran through several stages:</p>\n<ul>\n<li>Preparatory drawing and transfer onto the lino block</li>\n<li>Cutting with a gouge, direct carving in which every mark is irreversible</li>\n<li>Inking and pulling prints on the press, then selecting the most successful proofs</li>\n<li>High-resolution scanning and digital clean-up to prepare the print files</li>\n</ul>\n<h3>3. Editorial design and packaging</h3>\n<p>Beyond the sleeve, the whole package was carefully designed:</p>\n<ul>\n<li>A pop-up design built into the case, adding a tactile, playful dimension as it opens</li>\n<li>Layout of the booklet with hand-drawn lettering</li>\n<li>A coherent typographic system, between engraved-looking letterforms and a readable text face</li>\n<li>Song lyrics and credits treated in the spirit of the linocut</li>\n</ul>\n<h2>Results</h2>\n<h3>1. Creative recognition</h3>\n<ul>\n<li>809 views on Dribbble, the most viewed project in the portfolio</li>\n<li>Clear interest from the design community in the handmade approach</li>\n<li>A project regularly cited as an example of unconventional art direction</li>\n</ul>\n<h3>2. A singular object</h3>\n<ul>\n<li>A sleeve that stands out immediately through its material and its character</li>\n<li>Pop-up packaging that creates a moment of discovery as it opens</li>\n<li>An object you keep, handle and show, beyond simply listening to the music</li>\n</ul>\n<h3>3. Music and image in step</h3>\n<ul>\n<li>A visual identity in direct resonance with the artist’s sonic world</li>\n<li>Graphic continuity from the booklet to the sleeve, from the CD to the promotional material</li>\n<li>Art direction that can be extended to the artist’s future projects</li>\n</ul>\n<h2>Impact</h2>\n<p>This project holds a particular place in the portfolio. It shows how a fine art education and a command of craft techniques can feed commercial communication work. Here, linocut brings what no digital filter can reproduce: controlled imperfection, the texture of the hand, the singularity of every cut mark. In a world saturated with smooth images, this album proves that craft remains the best way to create a memorable object.</p>\n",
      "date_published": "2018-11-24T00:00:00Z"
    }
    
    ,
    
    
    
    {
      "id": "https://www.sebastien.maimon.fr/en/case-studies/mon-bel-abricot-logo/",
      "url": "https://www.sebastien.maimon.fr/en/case-studies/mon-bel-abricot-logo/",
      "title": "Mon Bel Abricot: a logo for an artisan brand",
      "content_html": "<h2>Context</h2>\n<p>Mon Bel Abricot (“my beautiful apricot”) is an artisan brand that puts authenticity and craftsmanship at the heart of its identity. In a market where artisan products compete on promises of naturalness, the brand needed a logo that would not simply declare its craft but show it. The identity had to breathe warmth, handmade work and attention to every detail.</p>\n<h3>Issues identified</h3>\n<p><strong>Visual authenticity</strong>: creating an identity that communicates the artisan character without falling back on the generic codes of the segment<br />\n<strong>Warmth and closeness</strong>: conveying a warm feeling through the logo, the opposite of cold corporate identities<br />\n<strong>Versatility</strong>: allowing use across varied media, from the product label to digital</p>\n<h2>Creative approach</h2>\n<p>The creative direction naturally steered the project towards illustration, drawing on hand-drawing skills acquired at the Beaux-Arts, the French fine art school.</p>\n<h3>1. Illustration work</h3>\n<p>The fruit, the apricot, was the obvious starting point. The illustration work set out to capture:</p>\n<ul>\n<li>The roundness and generosity of the fruit in an organic, living line</li>\n<li>A hand-drawn style, deliberately imperfect, that evokes the artisan’s gesture</li>\n<li>A level of detail rich enough to create visual interest without harming legibility when scaled down</li>\n</ul>\n<h3>2. Typographic pairing</h3>\n<p>The typeface was chosen to extend the handwritten character of the illustration:</p>\n<ul>\n<li>A typeface with soft letterforms, suggesting handwriting</li>\n<li>A balance between legibility and personality</li>\n<li>A harmonious fit with the illustration, so that the two form an inseparable whole</li>\n</ul>\n<h3>3. Colour palette</h3>\n<p>The colours were selected from a warm, natural range drawn directly from the fruit and its surroundings: oranges, ochres and soft greens that anchor the brand in a coherent sensory world.</p>\n<h2>Results</h2>\n<ul>\n<li>A logo-illustration that is immediately warm and memorable</li>\n<li>An identity that stands apart from the minimalist approaches dominating the artisan sector</li>\n<li>A visual system that carries from the label to the web without losing its character</li>\n</ul>\n<h2>Impact</h2>\n<p>The Mon Bel Abricot logo demonstrates the value that genuine illustration work adds when building a brand identity. Where a standard vector pictogram would have produced yet another interchangeable artisan identity, drawing brings a singularity and a warmth that geometry alone cannot offer.</p>\n",
      "date_published": "2018-11-22T00:00:00Z"
    }
    
    ,
    
    
    
    {
      "id": "https://www.sebastien.maimon.fr/en/case-studies/innovation-digitale-brand-identity/",
      "url": "https://www.sebastien.maimon.fr/en/case-studies/innovation-digitale-brand-identity/",
      "title": "Innovation Digitale: brand identity for a consultancy",
      "content_html": "<h2>Context</h2>\n<p>A digital transformation consultancy was looking to position itself in a particularly crowded market. The challenge was a serious one: how do you stand out when the word “innovation” — the very word the firm carries in its name, Innovation Digitale — has become a commonplace of business vocabulary? The firm needed an identity that would rise above that overused term and genuinely embody a distinctive vision of digital transformation consulting.</p>\n<h3>Issues identified</h3>\n<p><strong>Works across media</strong>: the identity had to work equally well on presentation slides, on business cards and on a website<br />\n<strong>Premium positioning</strong>: it had to convey a high-end image consistent with the firm’s pricing</p>\n<h2>Creative approach</h2>\n<p>The creative work was built on strategic research before any graphic production began.</p>\n<h3>1. Strategic analysis of the name</h3>\n<p>Rather than trying to replace the name, the approach was to give it substance again through design:</p>\n<ul>\n<li>An audit of competing identities in the digital consulting market</li>\n<li>Identifying the dominant visual codes to avoid (blue gradients, abstract technology shapes)</li>\n<li>Defining a differentiating graphic territory: minimalist rigour</li>\n</ul>\n<h3>2. Logo design</h3>\n<p>The design process favoured stripping things back:</p>\n<ul>\n<li>A minimalist vector logo, built on a strict geometric grid</li>\n<li>A contemporary sans-serif typeface, chosen for its legibility and its elegance</li>\n<li>A restrained palette that helps the brand stand out on professional materials</li>\n<li>A pared-back graphic mark that works at every size, from favicon to roll-up banner</li>\n</ul>\n<h3>3. Visual system</h3>\n<p>A complete brand kit was produced to support the firm in its day-to-day work:</p>\n<ul>\n<li>Templates for sales presentations</li>\n<li>Layouts for proposal documents</li>\n<li>Versions for the web and social media</li>\n<li>Usage rules to guarantee consistency over time</li>\n</ul>\n<h2>Results</h2>\n<h3>1. A distinctive identity</h3>\n<ul>\n<li>A logo that stands out immediately in the consulting landscape</li>\n<li>Graphic restraint that reinforces the message of competence</li>\n<li>A recognisable, memorable visual system</li>\n</ul>\n<h3>2. Professional positioning</h3>\n<ul>\n<li>An image aligned with what decision-makers and senior management expect</li>\n<li>Consistent, carefully crafted communication materials</li>\n<li>Greater credibility during business development</li>\n</ul>\n<h3>3. Operational effectiveness</h3>\n<ul>\n<li>Templates the consultants can use directly</li>\n<li>A brand guide that is simple to apply without design skills</li>\n<li>An identity that can adapt as the firm evolves</li>\n</ul>\n<h2>Impact</h2>\n<p>This project shows how rigorous design work can turn an unremarkable positioning into a singular identity. By taking minimalism as its guiding principle, the Innovation Digitale identity proves that distinction does not come from accumulation but from precision. The firm now has a solid base on which to build its reputation in a demanding market.</p>\n",
      "date_published": "2018-11-22T00:00:00Z"
    }
    
    ,
    
    
    
    {
      "id": "https://www.sebastien.maimon.fr/en/case-studies/french-wine-label-design/",
      "url": "https://www.sebastien.maimon.fr/en/case-studies/french-wine-label-design/",
      "title": "French Wine: label design and wine estate identity",
      "content_html": "<h2>Context</h2>\n<p>A French wine domaine wanted to modernise its image to win new markets, in export in particular and among a younger clientele. The domaine’s heritage, its grape varieties and its terroir were undeniable assets, but the way the bottles were dressed no longer reflected the ambition of the house. The challenge was clear: move on without disowning the past.</p>\n<h3>Issues identified</h3>\n<p><strong>Tradition vs modernity</strong>: Respecting the winemaking heritage while offering a contemporary image<br />\n<strong>Competition on the shelf</strong>: Standing out among hundreds of other bottles on the shelf<br />\n<strong>Export markets</strong>: Creating an identity that reads internationally, in the English-speaking markets in particular<br />\n<strong>A coherent range</strong>: Extending the identity across several cuvées while differentiating each one</p>\n<h2>Creative approach</h2>\n<p>The creative work began with an immersion in the domaine’s world of wine, its codes and its constraints.</p>\n<h3>1. Research and conventions</h3>\n<p>A thorough study of the sector’s conventions fed the thinking:</p>\n<ul>\n<li>Analysis of trends in wine label design (minimalism, illustration, typography)</li>\n<li>Identifying the codes of French wine that cannot be ignored abroad</li>\n<li>Spotting opportunities to differentiate in a heavily codified sector</li>\n<li>A review of the regulatory constraints specific to wine labelling</li>\n</ul>\n<h3>2. Illustration and typography</h3>\n<p>The creative decision leaned towards illustration and hand-drawn lettering:</p>\n<ul>\n<li>Illustrated elements drawn by hand, evoking the vigneron’s manual work</li>\n<li>A pairing of typefaces: a classical serif to anchor the label in tradition, a contemporary one for modernity</li>\n<li>A colour palette drawn from the tones of the terroir and the seasons of the vineyard year</li>\n<li>A play of textures and papers reinforcing the sensory dimension of the label</li>\n</ul>\n<h3>3. A label system</h3>\n<p>A modular system was designed to cover the whole range:</p>\n<ul>\n<li>A shared graphic structure ensuring the brand is recognised</li>\n<li>Variations in colour and illustration to differentiate each cuvée</li>\n<li>A back label designed to tell the story of the wine and of the domaine</li>\n<li>The capsule and cork dressing folded into the overall thinking</li>\n</ul>\n<h2>Results</h2>\n<h3>1. Impact on the shelf</h3>\n<ul>\n<li>Labels that catch the eye on a crowded shelf</li>\n<li>An identity recognisable at first glance</li>\n<li>A premium perception reinforced by the choice of materials and finishes</li>\n</ul>\n<h3>2. Market reception</h3>\n<ul>\n<li>Positive feedback from distribution partners, in France and in export markets</li>\n<li>An image the target customers read as authentic and contemporary</li>\n<li>Coherence between the domaine’s positioning and its visual expression</li>\n</ul>\n<h3>3. A system built to last</h3>\n<ul>\n<li>Brand guidelines that allow new cuvées to be added without a redesign</li>\n<li>An identity adaptable to special formats (magnums, gift boxes)</li>\n<li>A solid basis for developing the domaine’s digital communication</li>\n</ul>\n<h2>Impact</h2>\n<p>This project shows that considered design work can reconcile heritage and contemporary taste. A wine label is not mere dressing: it is the domaine’s first ambassador, the one that has to convince in a few seconds on a shelf. By combining handmade illustration and typographic rigour, this winery identity manages to tell a story of terroir in a current visual language.</p>\n",
      "date_published": "2018-11-22T00:00:00Z"
    }
    
    ,
    
    
    
    {
      "id": "https://www.sebastien.maimon.fr/en/case-studies/electric-and-genim-logos/",
      "url": "https://www.sebastien.maimon.fr/en/case-studies/electric-and-genim-logos/",
      "title": "Electric &amp; Genim: logos for technical brands",
      "content_html": "<h2>Context</h2>\n<p>Genim is a building services and thermal engineering consultancy based in Lyon (Caluire-et-Cuire), specialising in HVAC (heating, ventilation and air conditioning), plumbing, electrical work, fire safety system coordination and thermal studies. The practice acts as design and site supervisor (maîtrise d’oeuvre) on new-build and refurbishment projects, for social housing landlords, commercial property and private housing. It holds RGE Études certification, the French label for recognised energy-efficiency expertise, for energy audits.</p>\n<p>Electric is a brand tied to the same technical ecosystem, positioned on the energy and electrical installations side.</p>\n<p>Both entities needed visual identities able to convey the rigour, reliability and technical command that building engineering calls for.</p>\n<h3>Issues identified</h3>\n<p><strong>Sector credibility</strong>: in building engineering, the visual identity is a signal of professionalism to project owners and architects<br />\n<strong>Differentiation</strong>: creating two clearly distinct identities despite a shared business world (building services, energy, thermal engineering)<br />\n<strong>Versatility</strong>: the logos have to work on technical drawings, engineering reports, site signage and digital media</p>\n<h2>Creative approach</h2>\n<h3>1. Analysing the sector</h3>\n<p>Studying the visual codes in use in building engineering set the framework: clean geometric shapes, stable typefaces, a restrained palette. The challenge was to respect those conventions while giving each brand its own graphic singularity.</p>\n<h3>2. Geometric construction</h3>\n<p>The design work rested on strict principles:</p>\n<ul>\n<li>Construction on a grid with carefully controlled proportions</li>\n<li>Pure vector shapes, with no ornament or superfluous effects</li>\n<li>Typefaces selected for their visual stability and their technical character</li>\n<li>Legibility tests in real usage contexts: AutoCAD drawings, title blocks, PDF reports, business cards</li>\n</ul>\n<h3>3. Controlled differentiation</h3>\n<p>Despite a shared methodology, each logo received its own treatment. Electric builds on shapes that evoke energy and controlled movement, while Genim favours more structured lines, reflecting the engineering and technical study side of its work.</p>\n<h2>Results</h2>\n<ul>\n<li>Two distinct, coherent identities, read immediately as professional within the construction world</li>\n<li>Logos that work across every medium: technical drawings, thermal study reports, site signage, the website</li>\n<li>A geometric construction that keeps both brands durable and legible at any size</li>\n</ul>\n<h2>Impact</h2>\n<p>Genim now uses its visual identity across all of its deliverables: thermal studies, HVAC calculation notes, tender documents, and its website. The rigour of the logo reflects the consultancy’s positioning directly: precision, technical expertise and seriousness.</p>\n",
      "date_published": "2018-11-22T00:00:00Z"
    }
    
    ,
    
    
    
    {
      "id": "https://www.sebastien.maimon.fr/en/case-studies/medicine-verification-app-ux-design/",
      "url": "https://www.sebastien.maimon.fr/en/case-studies/medicine-verification-app-ux-design/",
      "title": "UX and UI design for the medicine verification application",
      "content_html": "<h2>Context</h2>\n<p><a href=\"https://www.pharmalizr.com/qui-sommes-nous/\">Eirwego</a> is a software company serving the healthcare sector. Its first product, <a href=\"https://www.pharmalizr.com/\">PharmaliZr</a>, will make it possible to verify medicine packs by scanning the datamatrix codes printed on them.</p>\n<p>It will play an active part in the fight against falsified medicines in Europe. This is an emerging market for traffickers, and it costs France more than 1 billion euros in lost revenue, for a European total of 10.5 billion euros — every year.</p>\n<p>The application must obtain the certification it needs before it can be offered to pharmacists in laboratories, in PUIs (pharmacie à usage interne, a hospital’s internal-use pharmacy) and in community pharmacies.</p>\n<p>The serialisation application will have to be available in several versions:</p>\n<ul>\n<li><a href=\"https://www.pharmalizr.com/tarifs-pharmalizr/#on-premise\">On-Premise</a> (installed locally, on the customer’s own servers),</li>\n<li><a href=\"https://www.pharmalizr.com/tarifs-pharmalizr#saas\">SaaS</a> (accessible over the internet),</li>\n<li>and through a <strong><a href=\"https://www.sebastien.maimon.fr/en/notes/apis-and-integration/\">REST API</a></strong>, to meet the white-label needs of software vendors already established in the pharmaceutical industry who sell their solutions to the pharmaceutical laboratories that manufacture medicines, to PUIs and to pharmacy management systems (LGO, logiciel de gestion d’officine)</li>\n</ul>\n<h2>What is at stake</h2>\n<p>For Eirwego, what is at stake is anchoring its model through the co-design of software solutions that are within reach of as many people as possible, both financially and technologically.</p>\n<p>The company wants to showcase its command of high-technology software engineering on the web by creating software solutions that are scalable and high-performing (scalability).</p>\n<h2>Objectives</h2>\n<ul>\n<li>Nothing to install on the workstation when the customer is using a PC (no thick client).</li>\n<li>The software must be accessible from any computer or smartphone that has internet access and a web browser.<br />\n– a PC, whatever its operating system: Windows, MacOS or Linux,<br />\n– an Android or iOS smartphone.</li>\n<li>the computer or the smartphone must have internet access, have a browser to reach the web and be connected to a reader, or be fitted with a datamatrix barcode reader.</li>\n<li>The solution must have a modern interface centred on users’ needs.</li>\n<li>The solution must be built with modern technologies</li>\n<li>The way of working will have to be agile and deliver a solution within 2 months that meets the bar of a minimum viable product (MVP / Minimum Viable Product)</li>\n<li>Co-building the tool with the business teams, namely pharmacists and pharmacy technicians,</li>\n</ul>\n<h2>Results</h2>\n<p>The solution shipped to plan, which allowed Eirwego to become a pioneer in <strong>medicine serialisation</strong>, certified by <a href=\"https://www.france-mvo.fr/\">France MVO</a>, the French medicines verification organisation.</p>\n<ul>\n<li>Co-design workshops with pharmacists, the end users, to define the journeys (UX) from their working environment (PUIs and community pharmacies)</li>\n<li>Design of the web-accessible interfaces (UI) for medicine serialisation.</li>\n<li>The use of open source technologies: a front end built with the <a href=\"https://react.dev/\">React JavaScript library</a>, and a backend built with the <a href=\"https://symfony.com/\">Symfony PHP framework</a></li>\n<li>An agile SCRUM working framework put in place</li>\n<li>Continuous deployment put in place</li>\n</ul>\n<img class=\"w-none max-w-xs mx-auto rounded-xl bg-neutral-900 shadow-xl ring-1 ring-neutral-400/10\" src=\"https://www.sebastien.maimon.fr/img/application-serialisation-medicament-mvp-serialiser.png\" width=\"366\" height=\"500\" alt=\"Medicine serialisation for mobile & PDA\" />\n<img class=\"w-none max-w-xs mx-auto rounded-xl bg-neutral-900 shadow-xl ring-1 ring-neutral-400/10\" src=\"https://www.sebastien.maimon.fr/img/application-serialisation-medicament-mvp-serialiser-manuellement.png\" width=\"366\" height=\"500\" alt=\"Medicine serialisation for mobile & PDA\" />\n<img class=\"w-none max-w-xs mx-auto rounded-xl bg-neutral-900 shadow-xl ring-1 ring-neutral-400/10\" src=\"https://www.sebastien.maimon.fr/img/application-serialisation-medicament-mvp-quarantaine.png\" width=\"366\" height=\"500\" alt=\"Quarantining a medicine pack\" />\n",
      "date_published": "2018-08-16T00:00:00Z"
    }
    
    ,
    
    
    
    {
      "id": "https://www.sebastien.maimon.fr/en/case-studies/website-builder-for-small-businesses/",
      "url": "https://www.sebastien.maimon.fr/en/case-studies/website-builder-for-small-businesses/",
      "title": "Website builder for very small and small businesses - Direct &amp; Proche",
      "content_html": "<h2>Context</h2>\n<p>As part of a strategic partnership between Banque Populaire, a French cooperative banking group, and Publicis Groupe, an ambitious project was launched to open up an online presence to very small and small businesses. The goal: to build a complete platform for creating and managing websites, matched to the specific needs of small and mid-sized companies.</p>\n<h3>Issues identified</h3>\n<p><strong>Process complexity</strong>: a multitude of contributors and steps in creating a site<br />\n<strong>Operational load</strong>: repetitive, time-consuming tasks for the teams<br />\n<strong>Customer follow-up</strong>: a need for transparency on how projects were progressing<br />\n<strong>System integration</strong>: the need to connect with the existing tools</p>\n<h2>What was at stake in the transformation</h2>\n<p>The project was built around three main areas:</p>\n<ol>\n<li>\n<p><strong>Process automation</strong></p>\n<ul>\n<li>A standardised creation workflow</li>\n<li>Fewer manual tasks</li>\n<li>Shorter production lead times</li>\n</ul>\n</li>\n<li>\n<p><strong>An optimal user experience</strong></p>\n<ul>\n<li>An intuitive interface for every contributor</li>\n<li>Multi-device access for the advisers</li>\n<li>Transparency on how projects were progressing</li>\n</ul>\n</li>\n<li>\n<p><strong>End-to-end system integration</strong></p>\n<ul>\n<li>A connection with the CRM tools</li>\n<li>Integration of the search solutions</li>\n<li><a href=\"https://www.sebastien.maimon.fr/en/notes/apis-and-integration/\">APIs</a> to automate tasks</li>\n</ul>\n</li>\n</ol>\n<h2>Our approach</h2>\n<p>Our work was structured around several areas of expertise:</p>\n<h3>1. Team organisation</h3>\n<p><strong>Project management</strong></p>\n<ul>\n<li>Dedicated project managers</li>\n<li>An Agile Scrum methodology</li>\n<li>Short iteration cycles</li>\n</ul>\n<p><strong>Content production</strong></p>\n<ul>\n<li>Specialist content editors</li>\n<li>An optimised editorial process</li>\n<li>Multi-level sign-off</li>\n</ul>\n<h3>2. Technical excellence</h3>\n<p><strong>Design &amp; development</strong></p>\n<ul>\n<li>UX/UI expertise</li>\n<li>Optimised HTML integration</li>\n<li>A <a href=\"https://www.sebastien.maimon.fr/en/notes/custom-development-vs-saas/\">custom-built</a> Symfony framework</li>\n</ul>\n<p><strong>SEO &amp; performance</strong></p>\n<ul>\n<li>Search optimisation</li>\n<li>Performance testing</li>\n<li>Continuous monitoring</li>\n</ul>\n<h3>3. Support &amp; training</h3>\n<ul>\n<li>User training</li>\n<li>Comprehensive documentation</li>\n<li>Dedicated technical support</li>\n</ul>\n<h2>Results</h2>\n<h3>1. Operational performance</h3>\n<ul>\n<li>Automation of the key processes</li>\n<li>Shorter production lead times</li>\n<li>Better quality of deliverables</li>\n</ul>\n<h3>2. A modern infrastructure</h3>\n<ul>\n<li>A containerised architecture with Docker</li>\n<li>Automated continuous deployment</li>\n<li>Robust automated tests</li>\n</ul>\n<h3>3. User experience</h3>\n<ul>\n<li>An intuitive interface validated by users</li>\n<li>An optimised user journey</li>\n<li>Improved customer satisfaction</li>\n</ul>\n<h2>Business impact</h2>\n<p>The platform achieved the following:</p>\n<ul>\n<li>An industrialised way of producing websites</li>\n<li>A significant reduction in delivery times</li>\n<li>Improved customer satisfaction</li>\n<li>Optimised production costs</li>\n</ul>\n<p>This solution illustrates how automation and process standardisation, combined with a user-centred approach, can transform the production of websites for very small and small businesses.</p>\n",
      "date_published": "2011-02-15T00:00:00Z"
    }
    
    
  ]
}

