vestige/docs
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
..
adr docs: rewrite local-dev-postgres-setup for container approach; bump pg16 -> pg18 2026-05-27 15:09:23 +02:00
blog Add simple Vestige update flow 2026-05-01 13:33:54 -05:00
fixtures/sanhedrin-test-integrity-deltas test: add test-integrity delta fixtures (#79) 2026-06-19 19:41:31 -05:00
integrations Add OpenCode integration and safer startup 2026-06-15 17:06:01 -05:00
launch feat(landing): full-viewport GPU node-engine hero + waitlist + dashboard auth removal 2026-06-24 22:54:51 -05:00
plans docs: rewrite local-dev-postgres-setup for container approach; bump pg16 -> pg18 2026-05-27 15:09:23 +02:00
prd Merge pull request #62 from delandtj/design-adr-0002-phase-2-execution 2026-06-15 16:25:38 -05:00
AGENT-MEMORY-PROTOCOL.md Add OpenCode integration and safer startup 2026-06-15 17:06:01 -05:00
claude-desktop-config.json Initial commit: Vestige v1.0.0 - Cognitive memory MCP server 2026-01-25 01:31:03 -06:00
CLAUDE-SETUP.md fix: v2.0.1 release — fix broken installs, CI, security, and docs 2026-03-01 20:20:14 -06:00
COGNITIVE_SANDWICH.md Release v2.1.23 Receipt Lock hardening 2026-05-27 19:03:16 -05:00
COMPOSED_GRAPH.md Add ComposedGraph composition ledger 2026-06-18 16:00:29 -05:00
CONFIGURATION.md Add OpenCode integration and safer startup 2026-06-15 17:06:01 -05:00
CONNECTORS.md feat(connectors): add Redmine and source filters (#57) 2026-06-19 02:21:25 -05:00
FAQ.md Add OpenCode integration and safer startup 2026-06-15 17:06:01 -05:00
INSTALL-INTEL-MAC.md Add simple Vestige update flow 2026-05-01 13:33:54 -05:00
MEMORY_CINEMA.md fix(cinema): back-pressure the frame loop — kill parallax lag 2026-06-24 16:05:35 -05:00
MERGE_SUPERSEDE.md feat(merge-supersede): Phase 3 — diff-previewed, reversible merge/supersede controls (v2.1.25) (#75) 2026-06-12 12:55:31 -05:00
ROADMAP.md Add OpenCode integration and safer startup 2026-06-15 17:06:01 -05:00
SANHEDRIN_RECEIPTS.md docs: add test integrity delta receipt sketch 2026-06-18 23:02:32 +00:00
SANHEDRIN_TEST_INTEGRITY_DELTAS.md test: add test-integrity delta fixtures (#79) 2026-06-19 19:41:31 -05:00
SCIENCE.md Prepare agent-neutral hardening release 2026-05-24 16:09:44 -05:00
STORAGE.md Prepare agent-neutral hardening release 2026-05-24 16:09:44 -05:00
VESTIGE_STATE_AND_PLAN.md Add OpenCode integration and safer startup 2026-06-15 17:06:01 -05:00