DevelopmentProject StructureA guided tour of MuseMVP's directory layout, module boundaries, and data flow.Copy MarkdownOpenMuseMVP uses a feature-module architecture that co-locates UI and backend logic by domain, keeping the codebase navigable as it grows. Directory Overview musemvp - Project root.agents - Agent skills and automation config.cursor - Cursor IDE project config.vscode - VS Code workspace settingscontent - MDX content sources (docs/posts/legal)public - Static assetsscripts - Project scripts and maintenance toolssrc - Main application source codeapp - Next.js App Router pages and route entrypointsbackend - Hono API / Auth / database backend layercomponents - Shared cross-feature UI component libraryconfig - Global configuration and feature flagshooks - Shared cross-module React hooksi18n - Internationalization system and translationsicons - Icons and SVG assetslib - Common utilities and foundational helpersmodules - Feature modules organized by business domaintypes - Global TypeScript type definitionsAGENTS.mdclaude.mdbiome.jsonnext.config.ts.env.local.example···IDE SetupRecommended editors, extensions, and AI configuration files for MuseMVP development.AI CollaborationMuseMVP's AI collaboration system: built-in rules, AI-friendly structure, and docs/manual division.