Skip to content

Live blocks

Every smoot block on this site is a live editor. Change a number and the answer beside it updates. Edits last until you leave the page.

Blocks on a page can share one document. Here the second block sees the first:

rate = 5
doubled = rate * 2

An isolated block has its own names. Its rate does not touch the ones above:

rate = 999
rate + 1