Backend endpoint already deployed (nxtgauge-backend-rust
apps/users/src/handlers/waitlist.rs, routed through the gateway).
- ingress.yaml: route /api on nxtgauge.com and www.nxtgauge.com to
nxtgauge-rust-gateway:9100, same 'more specific paths first' pattern
nxtgauge-frontend-solid's ingress already uses - the coming-soon
page is a static nginx site with no backend of its own.
- index.html: handleSubmit now actually awaits the fetch instead of
unconditionally showing success after a commented-out example call.
Disables the submit button while in flight, added a form-error state
for a failed request (was previously just documented, not wired).
Co-Authored-By: Claude Sonnet 5 <noreply@anthropic.com>
Pre-launch page for nxtgauge.com with email waitlist capture,
Nxtgauge branding, and Powered by Traceworks footer.
Includes nginx.conf for static site deployment.
Co-Authored-By: Claude Sonnet 4.6 <noreply@anthropic.com>