OSS
Vercel open-sourced vgpu, a WebGPU library that runs the same shader code in browser, headless Node, and CI
Vercel Labs announced vgpu on 2026-08-27 and tagged v0.3.1 on 2026-08-26. It gives .wgsl files TypeScript-style imports with reflection that keeps binding names and layouts correct without hand-written declarations, and exposes one API across the browser, a Dawn-backed headless Node target (vgpu/node), and a deterministic mock (vgpu/mock) for tests. A full fullscreen effect ships at 25 KB gzipped with that budget enforced in CI. MIT, on npm, 1,009 stars and +203 today.
Source
↳ Follow the thread