Architecture
High-level structure of Prime UI and where to place new features and pages.
Overview
Prime UI is a content-driven Next.js app. Most “static” pages are rendered from MDX, while interactive parts live in React components under src/components and routes under src/app.
Settings pages
The architecture/settings section demonstrates how to document feature areas with sub-pages and security guides.