This is an electron project that aims to let users quickly create and iterate on applications using LLMs in this case chat GPT
Whenever DOM elements are created, avoid using createElement, instead write out the html and assign it using innerHTML
Changes made by the user should be written to text files in a human readable format
State should be saved on disk as much as possible instead of relying only on memory