Pre-alpha · First usable release planned for late 2026.

Gramlot Rosetta One idea. Five implementations.

Lesson 01 · First steps

Hello World

Start with a single heading. Compare how each framework declares the same page.

Example · NiceGUI

Code

How it works · NiceGUI

The Python page function declares an HTML heading through ui.html(). NiceGUI delivers the interface through its FastAPI integration; this first example has no editable state.

How it compares

Both examples declare a heading from Python, with very little page code. This static example provides no evidence that Gramlot is semantically simpler; differences in hosting belong to the shared setup rather than to the heading itself.