# Sprint 16 — Marketplace Project Editor MVP Status: approved for planning Date: 2026-07-13 Related: [ADR-0001](../../context/adrs/ADR-0001-marketplace-platform-vision.md), [Project-Editor.md](../../Project-Editor.md) ## Goal A client can open the editor for their marketplace, edit settings, save a draft, preview, and publish — without touching JSON by hand. The editor edits the same `BootstrapConfig` the storefront consumes. No parallel/duplicate configuration model is introduced anywhere in this work. ## Current state (as of this sprint) A working editor already exists at `/builder` (`src/app/features/project-editor/`): `ProjectEditorPageComponent` + signal-based `ProjectEditorFacade` (no NgRx), sections for general, branding, theme, header, footer, homepage (already has drag-and-drop reordering), widgets, static-pages (via `StaticPagesEditorComponent`), features, preview. Static page HTML is edited via a plain `