What You Get
- Waitlist records stored in Cloudflare KV (`WAITLIST_KV`).
- Admin export/delete protected by `WAITLIST_EXPORT_TOKEN`.
- Replay-first educational workflows without broker integration.
Operational Security
Edgineer is built with SIM-first constraints and minimal data collection. Waitlist storage is handled in Cloudflare KV with token-protected export and delete operations.
TL;DR: No broker keys, no auto-trading access, and constrained data flows with explicit admin controls.
Simple, constrained storage architecture for launch operations.
Step 1
User submits waitlist form.
Step 2
Pages Function validates and rate-limits request.
Step 3
Record is written to KV with attribution fields.
Step 4
Authorized admin reads exports via token header.
Step 5
Deletion endpoint removes records on request.
To request data deletion, contact [email protected] from the same email used for waitlist signup.