This document provides an overview of the myOnboarding product and development approach at Haufe. Key points: - myOnboarding is an onboarding SaaS product with a CMS, mobile apps, and responsive website to help new employees through their first months. - It uses a microservices architecture with the MERN stack (MongoDB, Express, React, Node.js) deployed to Kubernetes. This allows for independent deployments and fast iteration. - Features are developed using a RAD approach with short-lived branches and feature flags. This enables quick feedback loops and gradual rollout. - Extensive automated testing of APIs and Docker images helps ensure backward compatibility and catch errors during deploys.