QWERTY, ABC
The web platform became a very strange platform.
As a user, I'm tired of ads, slow websites due to trackers, and other things.
As a developer, I don't like the way React is the most popular framework, full of boilerplate (Hint: See Svelte).
It uses XML instead of HTML (NOTE: I mean the parsing difference) and Lua instead of JS (with all my respect for JS developers)
Example hello world:
<document>
<title>Hello, world</title>
<elements>
<element class="text">This may seem like more boilerplate, but it actually makes parsing easier</element>
</elements>
<script>
add_element(new_element("text", "Hello from Lua!"))
</script>
</document>
Go to spec.md
for the specifications (browser/developer).