Pre-alpha · First usable release planned for late 2026.
Gramlot RosettaLesson 01 · First steps
Hello World
Start with a single heading. Compare how each framework declares the same page.
Example · React
Code
How it works · React
The component returns a single h1 element using JSX. The shared React entry mounts it into the page; no state or event handler is needed for a fixed greeting.
How it compares
There is no meaningful semantic advantage for Gramlot in this example: both declare one heading. JSX expresses the result directly. Differences in imports, startup or syntax do not make this fixed page simpler in a substantive way.