I was curious if there is a way for users to save a complete webpage after changes have been made via Javascript/jQuery. To my understanding this is only possible with server side coding - but I was unable to find a definitive answer.
As a simple example, I would allow users the ability to customize something like the background color and text of a webpage, and then save their changes to their local machine.
Edit: The resources I'm looking to create will need to be saved to their local machine as a webpage - therefore storing information in the browser is not ideal.
The resources will be used for a program called OBS, where the user will basically be importing the saved elements via the locally saved file.