Private, verifiable attestations for physical AI, on Base.
Standalone static landing page (single index.html + assets/). No framework, no runtime deps.
npm run dev # serves http://127.0.0.1:4321
# or just: open index.html
npm run build # → build/ (index.html + assets/)
- Service: stargaze-landing (static_site ·
srv-d88a3mfavr4c73e5mfjg) - Repo: StargazeBASE/stargaze-landing · Branch:
main· auto-deploy on push - Build command:
npm install; npm run build· Publish dir:build - Live URL: https://stargaze-landing.onrender.com
- Render API key: macOS keychain →
security find-generic-password -s stargaze-render-api -w - Contact CTA on the page: enquiries@stargaze.cc
WIP UI is hidden behind a flag so it can be re-enabled without code changes. Add data-flags="wip"
to the root <html> element to reveal flagged items — the Platform / Use cases / Trust nav
links, Log in, and the mobile hamburger menu they live in:
<html lang="en" data-flags="wip">Default (no attribute) keeps the nav minimal: brand + Request a demo. Log in points at the
placeholder https://app.stargaze.cc until the console exists.