InfrastructureModule 01
Project
Follow the app
Cloud → server → project → browser
A folder of instructions plus everything the app needs to run: pages, rules, and a place to keep information.
Interactive demo
From cloud to browser
The cloud
A rented computer in a data centre that never turns off. It waits for visitors around the clock.
the cloud->your project->the live app->the browser
What makes this work
01
Source of truth
Every page and rule lives here
02
Versioned
History lets you undo a bad change
03
Private until deployed
Editing it changes nothing public
Related concepts