A guided tour of MuseMVP's directory layout, module boundaries, and data flow.
MuseMVP uses a feature-module architecture that co-locates UI and backend logic by domain, keeping the codebase navigable as it grows.
Public marketing routes under src/app/(landing-page)/[locale]/ compose sections in the route file (Hero → Features → CTA → Pricing → FAQ → Newsletter on home). They do not use systemShowConfig or PLACEHOLDER blocks.