Single Page walkthrough
Build a simple page with Text, Button, and a variable binding.
- Advance Builder → + Create → Page → name it → Create.
- Drag Text and Button onto the canvas.
- Inspector: set labels and styling.
- Code panel (Cmd+J): add a Variable → bind Text to
.{{ myVar }} - Button → On click → Notify "Hello!".
- Preview → test → Save.
Note: Single pages have no public /apps URL — use Application for that.