Open source languages, tools, and foundations for the modern web. European-built. Framework-free.
A compiled web language. Three symbols replace React, Vue, and Angular. The Rust compiler runs as CLI and as WebAssembly — directly in your browser. No npm. No node_modules. No lock-in.
state
count: 0
div .counter
button @click="count--" "-"
span "{count}"
button @click="count++" "+"