K
Kiln
Compile-time interface lab Runtime removed Community build
Bright orange compiler energy

Compile away the runtime.

A warm developer brand where italic editorial type, surgical code blocks, and saturated orange make technical confidence feel welcoming.

Ship smaller interfaces
Read the compiled truth
component.kiln
$: doubled = count * 2;

rune state = signal(0);

button.onclick = () => {
  count += 1;
  patch(text, doubled);
};

compile(component)
  .remove(runtime)
  .emit("vanilla.js");
01write
02compile
03vanish