vestige/docs/launch
Sam Valladares cfe8d03d36 feat(landing): full-viewport GPU node-engine hero + waitlist + dashboard auth removal
The /launch landing page (bleeding-edge waitlist hero):
- Full-viewport WebGL node engine (src/lib/hero/nodeEngine.ts): 40k GPU particles
  on a two-FBO GPUComputationRenderer running an 18s looping cinematic — particles
  stream in from the screen edges, slam together and EXPLODE at center, reform into
  a brain / graph constellation / neural lattice, dissolve back out, loop. Glowing
  additive particles + UnrealBloom, fills the whole screen edge to edge.
- Key GPGPU fix: custom DataTexture shape targets read black in GPUComputationRenderer
  (three.js #15882), so shape targets are computed PROCEDURALLY in-shader from the
  per-particle seed. Position integrates raw per-frame velocity (Codrops pattern),
  texel-center reference attribute.
- AmbientField (god-ray glow + parallax starfield), phantomBrain (deterministic
  seed-from-identity memory graph), LandingHero/neuralFlow (WebGPU Cinema-storm
  reuse + WebGL fallback, kept as alternates). Manifesto copy, seed input, email
  capture. No em-dashes. SSR off + prerender for the WebGL route.

Waitlist backend (Supabase, owned data):
- supabase/migrations/0001_waitlist.sql (RLS-locked table, dedup), Edge Function
  waitlist-join (CORS, validation, honeypot, dedup, Resend confirmation), setup doc.

Dashboard auth removed (reverts the launch-polish auth wall that 401'd the dashboard
against itself): mod.rs/state.rs/websocket.rs back to no-token, api.ts/websocket.ts/
+layout.svelte stripped of the token client. Pending-review UX + Memory PR gating kept.

Research/spec docs under docs/launch/. Frontend typechecks 0/0.

Co-Authored-By: Claude Opus 4.8 (1M context) <noreply@anthropic.com>
2026-06-24 22:54:51 -05:00
..
bleeding-edge-landing-research.md feat(landing): full-viewport GPU node-engine hero + waitlist + dashboard auth removal 2026-06-24 22:54:51 -05:00
blog-post.md Revert "Add developer launch kit for Vestige v2.1.23" 2026-06-02 12:40:48 -05:00
demo-script.md Revert "Add developer launch kit for Vestige v2.1.23" 2026-06-02 12:40:48 -05:00
living-brain-hero-spec.json feat(landing): full-viewport GPU node-engine hero + waitlist + dashboard auth removal 2026-06-24 22:54:51 -05:00
neural-sign-spec.json feat(landing): full-viewport GPU node-engine hero + waitlist + dashboard auth removal 2026-06-24 22:54:51 -05:00
node-engine-spec.json feat(landing): full-viewport GPU node-engine hero + waitlist + dashboard auth removal 2026-06-24 22:54:51 -05:00
opencode-adoption.md Add OpenCode integration and safer startup 2026-06-15 17:06:01 -05:00
particle-shapes-spec.json feat(landing): full-viewport GPU node-engine hero + waitlist + dashboard auth removal 2026-06-24 22:54:51 -05:00
reddit-cross-reference.md Revert "Add developer launch kit for Vestige v2.1.23" 2026-06-02 12:40:48 -05:00
show-hn.md Revert "Add developer launch kit for Vestige v2.1.23" 2026-06-02 12:40:48 -05:00
waitlist-setup.md feat(landing): full-viewport GPU node-engine hero + waitlist + dashboard auth removal 2026-06-24 22:54:51 -05:00