mirror of
https://github.com/samvallad33/vestige.git
synced 2026-07-24 23:41:01 +02:00
The July 14 launch surface, previously uncommitted: - /dashboard/launch raw-WebGPU particle "memory brain" hero (RawVestigeEngine, NeuralWordmark, dendrite sign) + DOM waitlist overlay with share/referral. - Supabase waitlist client + migrations + welcome edge function; legacy waitlist archived under supabase/legacy. - vercel.json deploy config, root-redirect env wiring, base-path config, graph-only route, Playwright launch verifiers. Co-Authored-By: Claude Opus 4.8 (1M context) <noreply@anthropic.com>
5 lines
294 B
TypeScript
5 lines
294 B
TypeScript
// Graph-only demo route — the raw WebGPU particle brain, full screen, NO text.
|
|
// Same client-only contract as /launch (the hero is a browser-only WebGPU/canvas
|
|
// experience), so ssr is off; the engine mounts and runs on the client.
|
|
export const ssr = false;
|
|
export const prerender = true;
|