This document discusses how to transition a monolithic web application into a microapps architecture. It describes splitting the application into independent microservices that are deployed separately but accessed through a common gateway service. This allows separating common functionality like authentication, security and sessions into shared services. It also discusses benefits like increased autonomy, reduced technical debt and improved velocity and quality through a gradual rollout of the new architecture.