Block-based visual editor
A content construction interface utilizing sequential, discrete blocks (e.g., text, photos) to build layouts, modeled after the usability of Adobe Express.
Development Requirements
- Objective: Provide a visual interface for creating and editing travel blogs within the ecosystem.
- Current State: The system currently relies on static HTML files (
content/{slug}.html) with no native editing capability. - Immediate Task: Parse and merge two Japan trip PDFs into a unified blog post.
Technical & Security Constraints
- Security Compliance: All administrative mutations must utilize the same-origin guard (
requireSameOriginForMutatingRequest()) as defined by Security AI. - UI Regression: The ticker bar is currently obscuring the second row of the homepage quick-nav.
Backlinks
- 2026 04 14 New Claude Plan