Prodom This is a declarative UI web framework. Example const prototype = { dom: 'div', textContent: 'Hello world', }; render(prototype, {}); License MIT