Commit graph

2 commits

Author SHA1 Message Date
sync-test
e752326411 feat: wire the coming-soon waitlist form to POST /api/waitlist
All checks were successful
sync-to-github / sync (push) Successful in 6s
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>
2026-08-14 03:58:31 +05:30
Tracewebstudio Dev
167ea12ad3 Add nxtgauge.com coming soon page
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>
2026-08-06 19:31:59 +02:00