MuseMVP Docs
Development

Project Structure

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.

Directory Overview

AGENTS.md
claude.md
biome.json
next.config.mjs
.env.local.example
···

On this page