Try Wally before you sign up

The "Start Here" button on the home page no longer routes straight to /register. It opens an in-place modal that runs the live "Watch Wally build your workspace" demo — type one sentence describing your business, watch the platform pick modules, then enter an org name to make it real.

The demo is keyword-matched, not LLM-driven, so it's instant and free. The same widget runs in the home-page hero card, but the modal version takes over the screen and pauses the hero rotation behind it so there are no distractions.

Flow:
1. Click Start Here → modal opens (dark backdrop, ESC or click-outside to close)
2. Type a one-sentence description ("I run a coffee shop with three locations")
3. Wally analyzes for ~1.4s, then shows the modules it picked + a sample tile that uses your description
4. Enter an org name → "Make this real" → routes to /register with the workspace blueprint stashed in sessionStorage
5. After signup, provisionOrgForCurrentUser materializes the org with those modules pre-flipped on

What happens if you close the modal mid-demo? Nothing is saved — the input lives only in component state. Re-open the modal and start fresh.