Prodom This is a declarative UI web framework. Live example https://codepen.io/pen/?template=PoppQMM More information https://m3ftah.github.io/prodom Example const prototype = { dom: 'div', textContent: 'Hello world', }; render(prototype, {}); License MIT