Problem
New contributors have to read through the entire README to understand how Webify is structured. There is no dedicated contributor-focused architecture document explaining how the Monaco Editor, live preview engine, URL sharing, and Next.js App Router fit together.
Proposed Solution
Create docs/ARCHITECTURE.md with:
- A Mermaid diagram showing the system flow (Editor → State → iframe Preview + URL Sharing)
- Short explanation of each layer
- Key files for new contributors
Acceptance Criteria
Additional Notes
I would love to work on this issue. Could you please assign it to me?
Planned approach:
- Study the existing README and folder structure
- Create a Mermaid diagram covering the Monaco Editor integration, real-time state management, iframe preview engine, base64 URL sharing, and JSZip file bundling
- Write a layer-by-layer breakdown with key files for contributors
Problem
New contributors have to read through the entire README to understand how Webify is structured. There is no dedicated contributor-focused architecture document explaining how the Monaco Editor, live preview engine, URL sharing, and Next.js App Router fit together.
Proposed Solution
Create
docs/ARCHITECTURE.mdwith:Acceptance Criteria
ARCHITECTURE.mdcreated indocs/Additional Notes
I would love to work on this issue. Could you please assign it to me?
Planned approach: