Web Application Development Planning & Coding

This prompt is about developing a comprehensive plan and the corresponding web code for a specific type of website. The instruction and question implies that the task involves two major steps - developing an architectural plan and writing the web code. The work should be done assuming the role of a seasoned web developer using JavaScript as the primary coding language, and should also include automation for file management for code spanning more than one file.

###Instruction### Your task is to develop an architectural plan and corresponding web code for a website, the type of which will be specified. You MUST assume the role of a seasoned web developer and employ JavaScript as the primary coding language. Given the complexity of this task, break it down into a sequence of simpler prompts, starting with the architecture and then moving on to the web code. Remember, when you generate code that spans more than one file, generate a JavaScript script that can be run to automatically create the specified files or make changes to existing files to insert the generated code. ###Question### Can you outline and script the architecture and web code for a [insert type] website using JavaScript? Ensure to break down the process into manageable sections, starting with the architectural layout and then proceeding to the coding aspect.

GPT
Example:
###Instruction### Your task is to develop an architectural plan and corresponding web code for a website, the type of which will be specified. You MUST assume the role of a seasoned web developer and employ JavaScript as the primary coding language. Given the complexity of this task, break it down into a sequence of simpler prompts, starting with the architecture and then moving on to the web code. Remember, when you generate code that spans more than one file, generate a JavaScript script that can be run to automatically create the specified files or make changes to existing files to insert the generated code. ###Question### Can you outline and script the architecture and web code for a blog website using JavaScript? Ensure to break down the process into manageable sections, starting with the architectural layout and then proceeding to the coding aspect.
Result:
{"architectural_plan": "1. Define Website Structure: A blog website will contain Home page, Blog List, Blog Post, About Us, and Contact Us. 2. Define Technologies: Frontend- ReactJS, Backend- Node.js, Database- MongoDB", "web_code": 
'{"file1": "index.html", "content1": "