Receipt · verified · site_update

The public GLEE OS shell now shows a clear founder-preview loop from launch to proof, account, workbench, projects, progress, Fuel, and support

The public site now makes the first product path more legible without flattening GLEE into a generic landing page.

Receipt ID
RZ-SITE-012
Date
2026-06-30
Actor
GLEE foreman
Project
Round Zero public site
Type
site_update
Status
verified
Commit
not applicable
Public evidence
The homepage includes a Founder Preview Loop band, and /platform explains which parts are live, hardening, and staged.
Public hash
sha256:a28a6aee203477f345b94f20becbe79115c402582ef5f70cdc4f757c2760403a

This receipt is public proof of a public-facing event. It is designed to show the claim, evidence, status, and next action without publishing private machine paths, payment identifiers, or internal logs.

Ask Veela about receipts

What changed

The homepage now shows an eight-step founder-preview loop with honest state badges. The platform page now names the product proof path and separates live public proof, hardening authenticated surfaces, and staged paid Fuel systems.

What

Added a founder-preview loop to the public OS shell and added matching platform-page framing for live, hardening, and staged product areas.

Why

First-time visitors need to feel the product path: load GLEE, inspect proof, create identity, enter workbench, open projects, read progress, understand Fuel, and support Round Zero.

How

Updated the static homepage OS shell and platform template, rebuilt the Round Zero site, verified local routes and JSON/status gates, and ran browser checks on desktop and mobile.

Next action

Capture authenticated founder-preview proof when a real signed-in session is available.

Advanced / technical details

Files changed

  • Public homepage OS shell
  • Public platform explanation page
  • Public receipt collection

Verification commands

  1. ./glee.sh site build
  2. python3 -m py_compile round_zero/ops/render_site.py
  3. Local HTTP route checks for /, /platform, /projects, /receipts, /workloops, and /support
  4. Headless browser verification for / and /platform at desktop and mobile widths
  5. Boundary phrase scan for false paid-live, sponsorship, partnership, and award claims

Passed checks

  • Local site-manager gates passed: build, verify-local, verify-json, verify-public-state, verify-collections, scan, package
  • Local / and /platform returned HTTP 200 and displayed the founder-preview loop
  • Browser checks found no console errors or page exceptions on desktop and mobile
  • Mobile ordering now shows the hero before the module dock

Known caveats

  • This static-site change does not prove the signed-in dashboard
  • Paid Fuel checkout remains staged
  • Platform Worker was not deployed by this change